Skip to main content

Treatment

Contains data about a single treatment as a part of a prescription

type Treatment {
benefit: BenefitPosition!
cycle: Cycle!
id: TreatmentID!
price: Float!
repetitionCount: Int!
subtotal: Float!
}

Fields

Treatment.benefit ● BenefitPosition! non-null object

The benefit object included in the treatment

Treatment.cycle ● Cycle! non-null scalar

The repetition cycle of execution of the given treatment

Treatment.id ● TreatmentID! non-null scalar

Unique identifier of the 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

Member Of

BenefitCalendarEntry object ● CounsellingSessionBenefits object ● DayCareBenefits object ● NursingCareBenefits object ● Prescription object ● PrescriptionClientDetails object ● PreventiveCareBenefits object ● PrivateBenefits object ● ReliefBenefits object