Skip to content

UnlinkPrescriptionFromChartNoteInput

Autogenerated input type of UnlinkPrescriptionFromChartNote

Fields

deprecated DO NOT USE
external_prescription_identifier · ID! · required · The DoseSpot prescription ID to unlink

Used By

Definition

"""
Autogenerated input type of UnlinkPrescriptionFromChartNote
"""
input UnlinkPrescriptionFromChartNoteInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The DoseSpot prescription ID to unlink
"""
external_prescription_identifier: ID!
}