Rule Event
data class RuleEvent(val event: String, val programStage: String, val programStageName: String, val status: RuleEventStatus, val eventDate: RuleInstant, val createdDate: RuleInstant, val dueDate: RuleLocalDate?, val completedDate: RuleLocalDate?, val organisationUnit: String, val organisationUnitCode: String?, val dataValues: List<RuleDataValue>)
Constructors
Link copied to clipboard
constructor(event: String, programStage: String, programStageName: String, status: RuleEventStatus, eventDate: RuleInstant, createdDate: RuleInstant, dueDate: RuleLocalDate?, completedDate: RuleLocalDate?, organisationUnit: String, organisationUnitCode: String?, dataValues: List<RuleDataValue>)