INPUT_OBJECT

LabObservationRequestInput

Payload for a client portal setting

link GraphQL Schema definition

  • input LabObservationRequestInput {
  • # The substance being measured and test code. e.g 005009^CBC With
  • # Differential/Platelet^RN
  • lab_analyte: String
  • # the analyte result
  • lab_observation_result: LabObservationResultInput
  • }