Skip to main content

PrescriptionClientDetails

Contains data about the prescription of a certain client to be displayed in the dashboard

type PrescriptionClientDetails {
client: Client!
expiringTreatments: [Treatment!]!
prescription: Prescription!
}

Fields

PrescriptionClientDetails.client ● Client! non-null object

The client whom the prescription belongs to

PrescriptionClientDetails.expiringTreatments ● [Treatment!]! non-null object

A list of treatments expiring within the requested time range

PrescriptionClientDetails.prescription ● Prescription! non-null object

The client's prescription

Member Of

ResidentialPark object