CreateVitalSignsReportInput
Input for the creation of a PDF report for a client's viral signs
input CreateVitalSignsReportInput {
clientId: ClientID!
endDate: Date
showCancelled: Boolean
startDate: Date
types: [VitalSignType]
}
Fields
CreateVitalSignsReportInput.clientId ● ClientID! non-null scalar
ID of the client
CreateVitalSignsReportInput.endDate ● Date scalar
Date, until which the vital signs of the client are to be returned
CreateVitalSignsReportInput.showCancelled ● Boolean scalar
Shows whether the cancelled vital signs should be returned. Defaults to FALSE.
CreateVitalSignsReportInput.startDate ● Date scalar
Starting date of the vital signs of the client
CreateVitalSignsReportInput.types ● [VitalSignType] list enum
Types of vital signs to be returned
Member Of
createVitalSignsReport mutation