Skip to content

UnlinkPrescriptionFromChartNotePayload

Autogenerated return type of UnlinkPrescriptionFromChartNote.

Fields

deprecated DO NOT USE
form_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]
}