RuleEnrollment

data class RuleEnrollment(val enrollment: String, val programName: String, val incidentDate: LocalDate, val enrollmentDate: LocalDate, val status: RuleEnrollmentStatus, val organisationUnit: String, val organisationUnitCode: String?, val attributeValues: List<RuleAttributeValue>)

Constructors

Link copied to clipboard
constructor(enrollment: String, programName: String, incidentDate: LocalDate, enrollmentDate: LocalDate, status: RuleEnrollmentStatus, organisationUnit: String, organisationUnitCode: String?, attributeValues: List<RuleAttributeValue>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val enrollmentDate: LocalDate
Link copied to clipboard
val incidentDate: LocalDate
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard