UnlinkPrescriptionFromChartNotePayload
Autogenerated return type of UnlinkPrescriptionFromChartNote.
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEform_answer_group
· FormAnswerGroup · The chart note the prescription was unlinked from messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of UnlinkPrescriptionFromChartNote."""type UnlinkPrescriptionFromChartNotePayload { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The chart note the prescription was unlinked from """ form_answer_group: FormAnswerGroup
""" The list of errors occurred during the mutation """ messages: [FieldError]}