toggle menu
OpenSRP
androidJvm
switch theme
search in API
quest
/
org.smartregister.fhircore.quest.ui.report.measure.models
/
MeasureReportIndividualResult
Measure
Report
Individual
Result
@
Stable
@
Serializable
data
class
MeasureReportIndividualResult
(
val
status
:
String
=
""
,
val
isMatchedIndicator
:
Boolean
=
false
,
val
description
:
String
=
""
,
val
title
:
String
=
""
,
val
percentage
:
String
=
""
,
val
count
:
String
=
""
)
Members
Constructors
Measure
Report
Individual
Result
Link copied to clipboard
constructor
(
status
:
String
=
""
,
isMatchedIndicator
:
Boolean
=
false
,
description
:
String
=
""
,
title
:
String
=
""
,
percentage
:
String
=
""
,
count
:
String
=
""
)
Properties
count
Link copied to clipboard
val
count
:
String
description
Link copied to clipboard
val
description
:
String
is
Matched
Indicator
Link copied to clipboard
val
isMatchedIndicator
:
Boolean
=
false
percentage
Link copied to clipboard
val
percentage
:
String
status
Link copied to clipboard
val
status
:
String
title
Link copied to clipboard
val
title
:
String