|
@@ -39,7 +39,7 @@ public class BEH02980 extends QCCatalogue {
|
|
|
|
|
|
public void start(InputInfo inputInfo, OutputInfo outputInfo) {
|
|
|
status.set("0");
|
|
|
- if (inputInfo.getBeHospitalizedDoc() != null){
|
|
|
+ if (inputInfo.getBeHospitalizedDoc() == null){
|
|
|
return;
|
|
|
}
|
|
|
PresentLabel presentLabel = inputInfo.getBeHospitalizedDoc().getPresentLabel();
|