RuleEvent

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>)

Properties

Link copied to clipboard
val completedDate: LocalDate?
Link copied to clipboard
val createdDate: Instant
Link copied to clipboard
Link copied to clipboard
val dueDate: LocalDate?
Link copied to clipboard
Link copied to clipboard
val eventDate: Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard