Package-level declarations

Types

Link copied to clipboard
@Serializable
data class MeasureReportIndividualResult(val status: String = "", val isMatchedIndicator: Boolean = false, val description: String = "", val title: String = "", val percentage: String = "", val count: String = "")
Link copied to clipboard
@Serializable
data class MeasureReportPopulationResult(val title: String = "", val count: String = "", val dataList: List<MeasureReportIndividualResult> = emptyList(), val indicatorTitle: String = "", val measureReportDenominator: String = "0")
Link copied to clipboard
data class MeasureReportTypeData(val textResource: Int, val measureReportType: MeasureReport.MeasureReportType)
Link copied to clipboard
data class ReportRangeSelectionData(val month: String, val year: String, val date: Date)