Table of Contents

Class AppointmentDto

Namespace
Core.CliniCore.DTOs.Appointments
Assembly
Core.CliniCore.dll

Response DTO representing an appointment

public class AppointmentDto
Inheritance
AppointmentDto
Inherited Members
Extension Methods

Properties

AppointmentType

public string AppointmentType { get; set; }

Property Value

string

CancellationReason

public string? CancellationReason { get; set; }

Property Value

string

ClinicalDocumentId

public Guid? ClinicalDocumentId { get; set; }

Property Value

Guid?

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

DurationMinutes

public int DurationMinutes { get; set; }

Property Value

int

End

public DateTime End { get; set; }

Property Value

DateTime

Id

public Guid Id { get; set; }

Property Value

Guid

ModifiedAt

public DateTime? ModifiedAt { get; set; }

Property Value

DateTime?

Notes

public string? Notes { get; set; }

Property Value

string

PatientId

public Guid PatientId { get; set; }

Property Value

Guid

PatientName

public string? PatientName { get; set; }

Property Value

string

PhysicianId

public Guid PhysicianId { get; set; }

Property Value

Guid

PhysicianName

public string? PhysicianName { get; set; }

Property Value

string

ReasonForVisit

public string? ReasonForVisit { get; set; }

Property Value

string

RoomNumber

public int? RoomNumber { get; set; }

Property Value

int?

Start

public DateTime Start { get; set; }

Property Value

DateTime

Status

public string Status { get; set; }

Property Value

string