PatientServiceHistory
No description
type PatientServiceHistory {
completedAppointments: Int
firstAppointment: String
lastAppointment: String
noShowAppointments: Int
serviceCounts: [ServiceCount]
}
Fields
PatientServiceHistory.completedAppointments ● Int scalar
PatientServiceHistory.firstAppointment ● String scalar
PatientServiceHistory.lastAppointment ● String scalar
PatientServiceHistory.noShowAppointments ● Int scalar
PatientServiceHistory.serviceCounts ● [ServiceCount] list object
Returned By
getPatientServiceHistory query
Member Of
patient object