Skip to content

updateLabOrderInput

Autogenerated input type of updateLabOrder

Fields

deprecated DO NOT USE
form_answer_group_id · ID · Chart note to associate with this lab order.

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
}