rule-engine
Toggle table of contents
3.3.11
js
Platform filter
js
Switch theme
Search in API
rule-engine
rule-engine
/
org.hisp.dhis.rules
/
RuleJs
Rule
Js
js
data
class
RuleJs
(
val
condition
:
String
,
val
actions
:
Array
<
RuleActionJs
>
,
val
uid
:
String
=
""
,
val
name
:
String
?
=
null
,
val
programStage
:
String
?
=
null
,
val
priority
:
Int
?
=
null
)
Members
Constructors
Rule
Js
Link copied to clipboard
js
constructor
(
condition
:
String
,
actions
:
Array
<
RuleActionJs
>
,
uid
:
String
=
""
,
name
:
String
?
=
null
,
programStage
:
String
?
=
null
,
priority
:
Int
?
=
null
)
Properties
actions
Link copied to clipboard
js
val
actions
:
Array
<
RuleActionJs
>
condition
Link copied to clipboard
js
val
condition
:
String
name
Link copied to clipboard
js
val
name
:
String
?
=
null
priority
Link copied to clipboard
js
val
priority
:
Int
?
=
null
program
Stage
Link copied to clipboard
js
val
programStage
:
String
?
=
null
uid
Link copied to clipboard
js
val
uid
:
String