Table of Contents

Class Recording

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

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

string

Alert

public string? Alert { get; set; }

Property Value

string

CameraId

public int? CameraId { get; set; }

Property Value

int?

Date

public DateTime Date { get; set; }

Property Value

DateTime

DeletedBy

public string? DeletedBy { get; set; }

Property Value

string

DiagnosisDescription

public string? DiagnosisDescription { get; set; }

Property Value

string

DiagnosisId

public string? DiagnosisId { get; set; }

Property Value

string

DiseaseId

public int? DiseaseId { get; set; }

Property Value

int?

Duration

public int Duration { get; set; }

Property Value

int

EndDate

public DateTime? EndDate { get; set; }

Property Value

DateTime?

Id

public string Id { get; set; }

Property Value

string

Observations

public string? Observations { get; set; }

Property Value

string

PatientId

public string? PatientId { get; set; }

Property Value

string

ProcedureDescription

public string? ProcedureDescription { get; set; }

Property Value

string

ProcedureId

public string? ProcedureId { get; set; }

Property Value

string

Retry

public int? Retry { get; set; }

Property Value

int?

RoomId

public int RoomId { get; set; }

Property Value

int

ServiceId

public string? ServiceId { get; set; }

Property Value

string

Sid

public string Sid { get; set; }

Property Value

string

StartDate

public DateTime? StartDate { get; set; }

Property Value

DateTime?

Status

public string Status { get; set; }

Property Value

string

Store

public string Store { get; set; }

Property Value

string

ThumbnailId

public int? ThumbnailId { get; set; }

Property Value

int?

UpdateDate

public DateTime? UpdateDate { get; set; }

Property Value

DateTime?