can Add Event To Enrollment
abstract fun canAddEventToEnrollment(enrollmentUid: String, programStageUid: String): Single<Boolean>
Evaluates if an enrollments accepts more events for a particular programStage.
It takes into account the enrollment status and if the program stage is repeatable or not.