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.models
/
RuleDataValueHistory
Rule
Data
Value
History
data
class
RuleDataValueHistory
(
val
value
:
String
,
val
eventDate
:
Instant
,
val
createdDate
:
Instant
,
val
programStage
:
String
)
Members
Constructors
Rule
Data
Value
History
Link copied to clipboard
constructor
(
value
:
String
,
eventDate
:
Instant
,
createdDate
:
Instant
,
programStage
:
String
)
Properties
created
Date
Link copied to clipboard
val
createdDate
:
Instant
event
Date
Link copied to clipboard
val
eventDate
:
Instant
program
Stage
Link copied to clipboard
val
programStage
:
String
value
Link copied to clipboard
val
value
:
String