Class Recording
Represents a recording, encapsulating data and behavior associated with a captured event or media.
public class Recording
- Inheritance
-
Recording
- Inherited Members
- Extension Methods
Properties
Alarm
public string? Alarm { get; set; }
Property Value
Alert
public string? Alert { get; set; }
Property Value
CameraId
public int? CameraId { get; set; }
Property Value
- int?
Date
public DateTime Date { get; set; }
Property Value
DeletedBy
public string? DeletedBy { get; set; }
Property Value
DiagnosisDescription
public string? DiagnosisDescription { get; set; }
Property Value
DiagnosisId
public string? DiagnosisId { get; set; }
Property Value
DiseaseId
public int? DiseaseId { get; set; }
Property Value
- int?
Duration
public int Duration { get; set; }
Property Value
EndDate
public DateTime? EndDate { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Observations
public string? Observations { get; set; }
Property Value
PatientId
public string? PatientId { get; set; }
Property Value
ProcedureDescription
public string? ProcedureDescription { get; set; }
Property Value
ProcedureId
public string? ProcedureId { get; set; }
Property Value
Retry
public int? Retry { get; set; }
Property Value
- int?
RoomId
public int RoomId { get; set; }
Property Value
ServiceId
public string? ServiceId { get; set; }
Property Value
Sid
public string Sid { get; set; }
Property Value
StartDate
public DateTime? StartDate { get; set; }
Property Value
Status
public string Status { get; set; }
Property Value
Store
public string Store { get; set; }
Property Value
ThumbnailId
public int? ThumbnailId { get; set; }
Property Value
- int?
UpdateDate
public DateTime? UpdateDate { get; set; }