Skip to main content

DoctorNotification

Notification of the client's doctor

type DoctorNotification {
doctor: DoctorContact
isDoctorNotified: Boolean
notifiedAt: LocalDateTime
}

Fields

DoctorNotification.doctor ● DoctorContact object

Doctor that has been notified

DoctorNotification.isDoctorNotified ● Boolean scalar

Is the client's doctor notified?

DoctorNotification.notifiedAt ● LocalDateTime scalar

When the doctor has been notified

Member Of

DemiseIncidentReport object