Skip to content

Commit

Permalink
#4770 - Manually triggered calculation of case classification - added…
Browse files Browse the repository at this point in the history
… symptom "sore throat / pharyngitis"
  • Loading branch information
sergiupacurariu committed Jun 16, 2021
1 parent c14d724 commit 82fea4e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -450,7 +450,8 @@ private void buildCriteria() {
symptom(SymptomsDto.RESPIRATORY_DISEASE_VENTILATION),
symptom(SymptomsDto.ACUTE_RESPIRATORY_DISTRESS_SYNDROME),
symptom(SymptomsDto.LOSS_OF_TASTE),
symptom(SymptomsDto.LOSS_OF_SMELL));
symptom(SymptomsDto.LOSS_OF_SMELL),
symptom(SymptomsDto.SORE_THROAT));

probable = allOf(suspect, xOf(1, caseData(CaseDataDto.EPIDEMIOLOGICAL_CONFIRMATION, YesNoUnknown.YES), partOfEventCluster()));

Expand Down

0 comments on commit 82fea4e

Please sign in to comment.