ChangePrescriptionTreatmentInput
No description
input ChangePrescriptionTreatmentInput {
cycle: Cycle!
prescription: PrescriptionID!
treatment: TreatmentID!
}
Fields
ChangePrescriptionTreatmentInput.cycle ● Cycle! non-null scalar
New cycle for the treatment.
ChangePrescriptionTreatmentInput.prescription ● PrescriptionID! non-null scalar
Unique identifier of the
ChangePrescriptionTreatmentInput.treatment ● TreatmentID! non-null scalar
Unique identifier of the treatment.
Member Of
changePrescriptionTreatment mutation