File tree Expand file tree Collapse file tree
sormas-ui/src/main/java/de/symeda/sormas/ui/samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -344,9 +344,10 @@ private void updateDrugSusceptibilityFieldSpecifications(PathogenTestType testTy
344344 testResultField .setValue (PathogenTestResultType .POSITIVE );
345345 }
346346
347- // testResult=NOT_APPLICABLE for IMI, test type ANTIBIOTIC_SUSCEPTIBILITY
348- if (disease == Disease .INVASIVE_MENINGOCOCCAL_INFECTION && testType == PathogenTestType .ANTIBIOTIC_SUSCEPTIBILITY ) {
349- testResultField .setValue (PathogenTestResultType .NOT_APPLICABLE );
347+ // testResult=POSITIVE for IMI and IPI, test type ANTIBIOTIC_SUSCEPTIBILITY
348+ if ((disease == Disease .INVASIVE_MENINGOCOCCAL_INFECTION || disease == Disease .INVASIVE_PNEUMOCOCCAL_INFECTION )
349+ && testType == PathogenTestType .ANTIBIOTIC_SUSCEPTIBILITY ) {
350+ testResultField .setValue (PathogenTestResultType .POSITIVE );
350351 }
351352 }
352353
You can’t perform that action at this time.
0 commit comments