updateLabOrderInput
Autogenerated input type of updateLabOrder
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEform_answer_group_id
· ID · Chart note to associate with this lab order. patient_id
· ID Used By
Definition
"""Autogenerated input type of updateLabOrder"""input updateLabOrderInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") appt_confirmation_code: String force_appointment_reload: Boolean
""" Chart note to associate with this lab order. """ form_answer_group_id: ID id: ID patient_id: ID}