DosageInformationUiModel

data class DosageInformationUiModel(val currentDose: DosageRowInfoData, val targetDose: DosageRowInfoData, val progress: Float)

Represents the dosage information of a medication displayed in a medication card

Constructors

Link copied to clipboard
constructor(currentDose: DosageRowInfoData, targetDose: DosageRowInfoData, progress: Float)

Properties

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