Skip to main content

DosageIntervalsInput

Input for dosage intervals.

input DosageIntervalsInput {
afternoon: BigDecimal!
earlyMornings: BigDecimal!
evening: BigDecimal!
forenoon: BigDecimal!
lateEvening: BigDecimal!
mornings: BigDecimal!
night: BigDecimal!
noon: BigDecimal!
}

Fields

DosageIntervalsInput.afternoon ● BigDecimal! non-null scalar

Dosage at afternoon.

DosageIntervalsInput.earlyMornings ● BigDecimal! non-null scalar

Dosage at early morning.

DosageIntervalsInput.evening ● BigDecimal! non-null scalar

Dosage at evening.

DosageIntervalsInput.forenoon ● BigDecimal! non-null scalar

Dosage at forenoon.

DosageIntervalsInput.lateEvening ● BigDecimal! non-null scalar

Dosage at late evening.

DosageIntervalsInput.mornings ● BigDecimal! non-null scalar

Dosage at morning.

DosageIntervalsInput.night ● BigDecimal! non-null scalar

Dosage at night.

DosageIntervalsInput.noon ● BigDecimal! non-null scalar

Dosage at noon.

Member Of

AddMedicationInput input ● UpdateMedicationInput input