Class PatientObservationAlarm
Represents an alarm condition associated with a patient observation value, extending the base patient observation value type.
public class PatientObservationAlarm : BasePatientObservationValue
- Inheritance
-
JsonConverterPatientObservationAlarm
- Inherited Members
-
JsonConverter.CanReadJsonConverter.CanWrite
- Extension Methods
Properties
AlarmConfig
public AlarmConfig? AlarmConfig { get; set; }
Property Value
AlertColor
public string? AlertColor { get; set; }
Property Value
Event
public string? Event { get; set; }
Property Value
EventId
public string? EventId { get; set; }
Property Value
EventPhase
public AlarmEnum.EventPhase EventPhase { get; set; }
Property Value
Expired
public bool Expired { get; set; }
Property Value
Expires
public int? Expires { get; set; }
Property Value
- int?
InactivationState
public InactivationState? InactivationState { get; set; }
Property Value
MessageTime
public DateTime MessageTime { get; set; }
Property Value
Persist
public bool? Persist { get; set; }
Property Value
- bool?
Priority
public AlarmEnum.ObservationAlarmPriority? Priority { get; set; }
Property Value
PriorityLevel
public int? PriorityLevel { get; set; }
Property Value
- int?
Sources
public List<Source>? Sources { get; set; }
Property Value
State
public AlarmEnum.ObservationAlarmState? State { get; set; }
Property Value
Type
public AlarmEnum.ObservationAlarmType? Type { get; set; }