FluidExport
Type for the client's fluid export measurements
type FluidExport implements VitalSign {
cancelledAt: LocalDateTime
employee: Employee!
fluidType: FluidExportType!
id: VitalSignID!
reason: String
recordedAt: LocalDateTime!
status: RecordStatusType!
type: VitalSignType!
value: Float!
}
Fields
FluidExport.cancelledAt ● LocalDateTime scalar
Shows when the vital sign has been cancelled. Only applicable when status == 'CANCELLED'
FluidExport.employee ● Employee! non-null object
The employee who measured the client's vital sign
FluidExport.fluidType ● FluidExportType! non-null enum
Type of the exported fluid
FluidExport.id ● VitalSignID! non-null scalar
Unique identifier
FluidExport.reason ● String scalar
Reason for cancelling the vital sign. Only applicable when status == 'CANCELLED'
FluidExport.recordedAt ● LocalDateTime! non-null scalar
Date and time of the vital sign measurement
FluidExport.status ● RecordStatusType! non-null enum
Status of the vital sign
FluidExport.type ● VitalSignType! non-null enum
Type of the recorder vital sign
FluidExport.value ● Float! non-null scalar
Value of the client's fluid intake, integer up to 4 digits, in ml
Interfaces
VitalSign interface
Generic interface for the vital signs