AddVitalSignInput
Input for the addition of a client's vital signs
input AddVitalSignInput {
clientId: ClientID!
description: String
employeeId: EmployeeID!
fluidType: FluidExportType
measurementType: WeightMeasurementType
recordedAt: LocalDateTime!
type: VitalSignType!
upperValue: Int
value: Float
}
Fields
AddVitalSignInput.clientId ● ClientID! non-null scalar
ID of the client, whose vital sign is being measured
AddVitalSignInput.description ● String scalar
Description in free text, up to 100 characters
AddVitalSignInput.employeeId ● EmployeeID! non-null scalar
The employee who measured the client's vital sign
AddVitalSignInput.fluidType ● FluidExportType enum
Type of the exported fluid
AddVitalSignInput.measurementType ● WeightMeasurementType enum
Type of the measurement. Can be either weight or upper arm measurement
AddVitalSignInput.recordedAt ● LocalDateTime! non-null scalar
Date and time of the vital sign measurement
AddVitalSignInput.type ● VitalSignType! non-null enum
Type of the vital sign to add
AddVitalSignInput.upperValue ● Int scalar
Upper value of the client's blood pressure, integer up to 2 digits, in mm/Hg
AddVitalSignInput.value ● Float scalar
Value of the client's vital sign
Member Of
addVitalSign mutation