Rule Event Js
data class RuleEventJs(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: Array<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: Array<RuleDataValue>)