Skip to main content

DoctorNotificationInput

Notification of the client's doctor

input DoctorNotificationInput {
doctorId: PersonID
isDoctorNotified: Boolean!
notifiedAt: LocalDateTime
}

Fields

DoctorNotificationInput.doctorId ● PersonID scalar

Doctor that has been notified

DoctorNotificationInput.isDoctorNotified ● Boolean! non-null scalar

Is the client's doctor notified?

DoctorNotificationInput.notifiedAt ● LocalDateTime scalar

When the doctor has been notified

Member Of

CreateDemiseIncidentReportDraftInput input