File tree Expand file tree Collapse file tree
sormas-backend/src/main/java/de/symeda/sormas/backend/therapy Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -343,18 +343,18 @@ public static boolean hasData(DrugSusceptibilityDto dto) {
343343 || dto .getErythromycinSusceptibility () != null
344344 || dto .getAzithromycinMic () != null
345345 || dto .getAzithromycinSusceptibility () != null
346+ || dto .getAzithromycinMethod () != null
346347 || dto .getCeftazidimeMic () != null
347348 || dto .getCeftazidimeSusceptibility () != null
349+ || dto .getCeftazidimeMethod () != null
348350 || dto .getCefotaximeMic () != null
349351 || dto .getCefotaximeSusceptibility () != null
352+ || dto .getCefotaximeMethod () != null
350353 || dto .getAmpicillinMic () != null
351354 || dto .getAmpicillinSusceptibility () != null
355+ || dto .getAmpicillinMethod () != null
352356 || dto .getTrimethoprimSulfamethoxazoleMic () != null
353357 || dto .getTrimethoprimSulfamethoxazoleSusceptibility () != null
354- || dto .getAmikacinMethod () != null
355- || dto .getAmpicillinMethod () != null
356- || dto .getCeftazidimeMethod () != null
357- || dto .getCefotaximeMethod () != null
358358 || dto .getTrimethoprimSulfamethoxazoleMethod () != null ;
359359 }
360360}
You can’t perform that action at this time.
0 commit comments