MedicationRecommendation

data class MedicationRecommendation(val id: String, val title: String, val subtitle: String, val description: String, val type: MedicationRecommendationType, val videoPath: String?, val dosageInformation: DosageInformation?)

A medication that the patient is either currently taking or which is recommended for the patient to start.

Constructors

Link copied to clipboard
constructor(id: String, title: String, subtitle: String, description: String, type: MedicationRecommendationType, videoPath: String?, dosageInformation: DosageInformation?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard