POPULATION SAMPLING BUSINESS RULES
Jump to navigation
Jump to search
| # | MODULE NAME | OBJECT | ACTION | VALIDATION NAME | VALIDATION DESCRIPTION | VALIDATION CATEGORY | METHOD NAME | CLASS NAME | DUPLICATED IN CLASS |
| 1 | POPULATION SAMPLING | POPULATION | REGISTRATION/EDIT | Age from and age to must be entered | Checks if age from and age to are null for age filter | Mandatory fields | populationValidationSet | ValidationChecks | Yes |
| 2 | POPULATION SAMPLING | POPULATION | REGISTRATION/EDIT | Vaccinated from and vaccinated to must be entered | Checks if vaccinated from and vaccinated to is null | Mandatory fields | populationValidationSet | ValidationChecks | Yes |
| 3 | POPULATION SAMPLING | POPULATION | REGISTRATION/EDIT | Age from can’t be larger than age to | Checks if age from is larger than age to | Other | populationValidationSet | ValidationChecks | Yes |
| 4 | POPULATION SAMPLING | POPULATION | EDIT | Population with status final can’t be edited | Checks if population has final status and is edited | Other | checkIfDbObjectIsEdited | ValidationChecks | No |