Table of Contents

Class DiagnosisDto

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

Represents a data transfer object (DTO) for conveying diagnosis information between application layers or services.

public class DiagnosisDto
Inheritance
DiagnosisDto
Inherited Members
Extension Methods

Properties

Diagnosis

public List<PatientDiagnosis>? Diagnosis { get; set; }

Property Value

List<PatientDiagnosis>

Location

public PatientLocation? Location { get; set; }

Property Value

PatientLocation

MessageTime

public DateTime MessageTime { get; set; }

Property Value

DateTime

ObservationData

public ObservationData? ObservationData { get; set; }

Property Value

ObservationData

Observations

public List<PatientObservation>? Observations { get; set; }

Property Value

List<PatientObservation>

PatientNumber

public string PatientNumber { get; set; }

Property Value

string

WaitResult

public bool WaitResult { get; set; }

Property Value

bool