Table of Contents

Class AppointmentDto

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

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

List<PatientAppointment>

Location

public PatientLocation? Location { get; set; }

Property Value

PatientLocation

MessageTime

public DateTime MessageTime { get; set; }

Property Value

DateTime

PatientNumber

public string PatientNumber { get; set; }

Property Value

string

WaitResult

public bool WaitResult { get; set; }

Property Value

bool