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