Class PatientRecordingAlert
Represents an alert generated from a patient recording, derived from base patient observation data.
public class PatientRecordingAlert : BasePatientObservation
- Inheritance
-
JsonConverterPatientRecordingAlert
- Inherited Members
-
JsonConverter.CanReadJsonConverter.CanWrite
- Extension Methods
Remarks
Inherits common observation functionality from BasePatientObservation and specializes it to surface alert conditions associated with patient recordings.
Properties
IsRecording
public bool IsRecording { get; set; }
Property Value
Methods
ToString()
Returns a string representation of the PatientRecordingAlert, including the patient identifier, source name when available, recording status, and time.
public override string ToString()
Returns
- string
A formatted string representation of the alert's key properties.