DosageInformation

data class DosageInformation(val currentSchedule: List<DoseSchedule>, val targetSchedule: List<DoseSchedule>, val unit: String)

A collection containing details of a patients dose for a single medication. Describes the dosage in terms of total medication across all ingredients.

Constructors

Link copied to clipboard
constructor(currentSchedule: List<DoseSchedule>, targetSchedule: List<DoseSchedule>, unit: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard