File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
sormas-ui/src/main/java/de/symeda/sormas/ui/therapy Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4444import de .symeda .sormas .api .i18n .Captions ;
4545import de .symeda .sormas .api .i18n .I18nProperties ;
4646import de .symeda .sormas .api .i18n .Strings ;
47+ import de .symeda .sormas .api .sample .PathogenStrainCallStatus ;
4748import de .symeda .sormas .api .sample .PathogenTestDto ;
4849import de .symeda .sormas .api .sample .PathogenTestType ;
4950import de .symeda .sormas .api .sample .SampleDto ;
@@ -437,7 +438,9 @@ public void attach() {
437438 }
438439 }
439440
440- if (latestBejingGenotypingTest != null ) {
441+ if (latestBejingGenotypingTest != null
442+ && latestBejingGenotypingTest .getStrainCallStatus () != null
443+ && latestBejingGenotypingTest .getStrainCallStatus () == PathogenStrainCallStatus .BEIJING ) {
441444 beijingLineageField .setValue (true );
442445 }
443446 }
You can’t perform that action at this time.
0 commit comments