Class PatientDto
Represents a data transfer object used to encapsulate and transfer patient information between application layers or services.
public class PatientDto
- Inheritance
-
PatientDto
- Inherited Members
- Extension Methods
Properties
Location
public PatientLocation? Location { get; set; }
Property Value
MessageTime
public DateTime MessageTime { get; set; }
Property Value
Patient
public Person? Patient { get; set; }
Property Value
PatientNumber
public string PatientNumber { get; set; }
Property Value
WaitResult
public bool WaitResult { get; set; }