Rule Event
data class RuleEvent(val event: String, val programStage: String, val programStageName: String, val status: RuleEventStatus, val eventDate: Instant, val createdDate: Instant, val dueDate: LocalDate?, val completedDate: LocalDate?, 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: Instant, createdDate: Instant, dueDate: LocalDate?, completedDate: LocalDate?, organisationUnit: String, organisationUnitCode: String?, dataValues: List<RuleDataValue>)