Class RecordingAlertDto
Represents a data transfer object used to convey information about a recording alert between application layers or services.
public class RecordingAlertDto
- Inheritance
-
RecordingAlertDto
- Inherited Members
- Extension Methods
Properties
Location
public PatientLocation? Location { get; set; }
Property Value
MessageTime
public DateTime MessageTime { get; set; }
Property Value
PatientNumber
public string? PatientNumber { get; set; }
Property Value
RecordingAlerts
public List<PatientRecordingAlert>? RecordingAlerts { get; set; }
Property Value
RecordingData
public RecordingData? RecordingData { get; set; }
Property Value
WaitResult
public bool WaitResult { get; set; }