Class AppointmentDto
Represents a data transfer object for transferring appointment information between application layers or services.
public class AppointmentDto
- Inheritance
-
AppointmentDto
- Inherited Members
- Extension Methods
Properties
Appointments
public List<PatientAppointment>? Appointments { get; set; }
Property Value
Location
public PatientLocation? Location { get; set; }
Property Value
MessageTime
public DateTime MessageTime { get; set; }
Property Value
PatientNumber
public string PatientNumber { get; set; }
Property Value
WaitResult
public bool WaitResult { get; set; }