rule-engine
Toggle table of contents
3.3.11
common
Platform filter
common
Switch theme
Search in API
rule-engine
rule-engine
/
org.hisp.dhis.rules.engine
Package-level
declarations
Types
Types
Rule
Variable
Value
Link copied to clipboard
data
class
RuleVariableValue
(
val
type
:
RuleValueType
,
val
value
:
String
?
=
null
,
val
candidates
:
List
<
String
>
=
listOf()
,
val
eventDate
:
String
?
=
null
)