Skip to content

Commit

Permalink
Updated riskfactorform: toggled visibility of grids: patient preceden…
Browse files Browse the repository at this point in the history
…ce, patient travel information to show for specific diseases.
  • Loading branch information
Flava177 committed Jan 23, 2025
1 parent a9e4e92 commit ec3a421
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ public class RiskFactorFormConfiguration {
DISABLED_FIELDS_BY_DISEASE.put(RiskFactorDto.THREE_DAYS_PRIOR_TO_DISEASE_ATTEND_ANY_FUNERAL, new HashSet<>(Arrays.asList(Disease.MONKEYPOX)));
DISABLED_FIELDS_BY_DISEASE.put(RiskFactorDto.THREE_DAYS_PRIOR_TO_DISEASE_ATTEND_ANY_SOCIAL_EVENT, new HashSet<>(Arrays.asList(Disease.MONKEYPOX)));
DISABLED_FIELDS_BY_DISEASE.put(RiskFactorDto.OTHER_SOCIAL_EVENT_DETAILS, new HashSet<>(Arrays.asList(Disease.MONKEYPOX)));
DISABLED_FIELDS_BY_DISEASE.put(RiskFactorDto.PATIENT_SYMPTOMS_PRECEDENCE, new HashSet<>(Arrays.asList(Disease.CHOLERA)));
DISABLED_FIELDS_BY_DISEASE.put(RiskFactorDto.PATIENT_TRAVEL_DETAILS_PRIOR, new HashSet<>(Arrays.asList(Disease.CHOLERA)));
DISABLED_FIELDS_BY_DISEASE.put(RiskFactorDto.PATIENT_TRAVEL_DETAILS_DURING, new HashSet<>(Arrays.asList(Disease.CHOLERA)));

}

Expand Down

0 comments on commit ec3a421

Please sign in to comment.