Skip to content

unlinkPrescriptionFromChartNote

Removes the link between a DoseSpot prescription and a chart note. A prescription belongs to at most one chart note at a time

Arguments

input · UnlinkPrescriptionFromChartNoteInput! · required · Parameters for UnlinkPrescriptionFromChartNote

Returns

UnlinkPrescriptionFromChartNotePayload

Example

mutation unlinkPrescriptionFromChartNote(
$input: UnlinkPrescriptionFromChartNoteInput!
) {
unlinkPrescriptionFromChartNote(input: $input) {
form_answer_group
messages
}
}