Skip to main content

DosageIntervals

Defines the dosage schedule for a medication.

type DosageIntervals {
afternoon: BigDecimal!
earlyMornings: BigDecimal!
evening: BigDecimal!
forenoon: BigDecimal!
lateEvening: BigDecimal!
mornings: BigDecimal!
night: BigDecimal!
noon: BigDecimal!
}

Fields

DosageIntervals.afternoon ● BigDecimal! non-null scalar

Dosage at afternoon.

DosageIntervals.earlyMornings ● BigDecimal! non-null scalar

Dosage at early morning.

DosageIntervals.evening ● BigDecimal! non-null scalar

Dosage at evening.

DosageIntervals.forenoon ● BigDecimal! non-null scalar

Dosage at forenoon.

DosageIntervals.lateEvening ● BigDecimal! non-null scalar

Dosage at late evening.

DosageIntervals.mornings ● BigDecimal! non-null scalar

Dosage at morning.

DosageIntervals.night ● BigDecimal! non-null scalar

Dosage at night.

DosageIntervals.noon ● BigDecimal! non-null scalar

Dosage at noon.

Member Of

Medication object