toggle menu
OpenSRP
androidJvm
switch theme
search in API
quest
/
org.smartregister.fhircore.quest.ui.report.measure.models
/
MeasureReportPopulationResult
Measure
Report
Population
Result
@
Stable
@
Serializable
data
class
MeasureReportPopulationResult
(
val
title
:
String
=
""
,
val
count
:
String
=
""
,
val
dataList
:
List
<
MeasureReportIndividualResult
>
=
emptyList()
,
val
indicatorTitle
:
String
=
""
,
val
measureReportDenominator
:
String
=
"0"
)
Members
Constructors
Measure
Report
Population
Result
Link copied to clipboard
constructor
(
title
:
String
=
""
,
count
:
String
=
""
,
dataList
:
List
<
MeasureReportIndividualResult
>
=
emptyList()
,
indicatorTitle
:
String
=
""
,
measureReportDenominator
:
String
=
"0"
)
Properties
count
Link copied to clipboard
val
count
:
String
data
List
Link copied to clipboard
val
dataList
:
List
<
MeasureReportIndividualResult
>
indicator
Title
Link copied to clipboard
val
indicatorTitle
:
String
measure
Report
Denominator
Link copied to clipboard
val
measureReportDenominator
:
String
title
Link copied to clipboard
val
title
:
String