INPUT_OBJECT
createLabOrderInput
Autogenerated input type of createLabOrder
link GraphQL Schema definition
- input createLabOrderInput {
- # A unique identifier for the client performing the mutation.
- String :
- # Required. The ID of the patient
- ID :
- # Required. The ID of the user in Healthie who ordered the lab
- ID :
- # Required. The lab panel that was ordered
- String :
- # Required. The lab company who processed the order
- String :
- # Required. The ID of the document containing the lab results. Needs to be
- # pre-created and have a rel_user_id matching the patient ID
- ID :
- }