Treatment
Contains data about a single treatment as a part of a prescription
type Treatment implements BenefitData {
benefit: Benefit!
cycle: Cycle!
price: Float!
repetitionCount: Int!
subtotal: Float!
}
Fields
Treatment.benefit ● Benefit! non-null interface
The benefit object included in the treatment
Treatment.cycle ● Cycle! non-null scalar
The repetition cycle of execution of the given treatment
Treatment.price ● Float! non-null scalar
The single unit price of this benefit.
Treatment.repetitionCount ● Int! non-null scalar
Count of repetition for given benefit type in a month
Treatment.subtotal ● Float! non-null scalar
Current subtotal of all benefits prices for the given benefit type
Interfaces
BenefitData interface
Generic interface containing common fields of BenefitData items in the above defined groups
Member Of
BenefitCalendarEntry object ● Prescription object ● PrescriptionClientDetails object