RuleEnrollment

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard