Skip to content

Commit

Permalink
avniproject/avni-client#1273 - EditForm rule type
Browse files Browse the repository at this point in the history
  • Loading branch information
petmongrels committed Feb 23, 2024
1 parent 6dc4e65 commit a94942d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package org.avni.server.domain.enums.ruleFailure;

public enum SourceType {
Decision, VisitSchedule, Validation, EnrolmentSummary, SubjectSummary, WorkListUpdation, ManualEnrolmentEligibilityCheckRule, EnrolmentEligibilityCheck, EncounterEligibilityCheck, Checklist, FormElement, FormElementGroup, OldRule, ReportCard
}
Decision, VisitSchedule, Validation, EnrolmentSummary, SubjectSummary, WorkListUpdation, ManualEnrolmentEligibilityCheckRule, EnrolmentEligibilityCheck, EncounterEligibilityCheck, Checklist, FormElement, FormElementGroup, OldRule, ReportCard, EditForm
}

0 comments on commit a94942d

Please sign in to comment.