TreatmentInput
Input type containing the data of a single treatment as a part of a prescription
input TreatmentInput {
benefitId: BenefitID!
cycle: Cycle!
}
Fields
TreatmentInput.benefitId ● BenefitID! non-null scalar
The benefit object included in the treatment
TreatmentInput.cycle ● Cycle! non-null scalar
The repetition cycle of execution of the given treatment
Member Of
CreatePrescriptionInput input ● UpdatePrescriptionInput input