Skip to content

LinkPrescriptionToChartNotePayload

Autogenerated return type of LinkPrescriptionToChartNote.

Fields

deprecated DO NOT USE
form_answer_group · FormAnswerGroup · The chart note the prescription is now linked to
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of LinkPrescriptionToChartNote.
"""
type LinkPrescriptionToChartNotePayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The chart note the prescription is now linked to
"""
form_answer_group: FormAnswerGroup
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}