Table of Contents

Class PatientRecordingAlert

Namespace
adas_core.Domain.Models
Assembly
adas-core.Domain.dll

Represents an alert generated from a patient recording, derived from base patient observation data.

public class PatientRecordingAlert : BasePatientObservation
Inheritance
JsonConverter
PatientRecordingAlert
Inherited Members
JsonConverter.CanRead
JsonConverter.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

bool

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.