|
@@ -19,6 +19,10 @@ public class BEH0082 extends QCCatalogue {
|
|
|
@Override
|
|
|
protected void start(InputInfo inputInfo, OutputInfo outputInfo) {
|
|
|
if (inputInfo.getBeHospitalizedDoc() != null && inputInfo.getBeHospitalizedDoc().getPacsLabel() != null) {
|
|
|
+ if (inputInfo.getBeHospitalizedDoc().getPacsLabel().getPacses() == null) {
|
|
|
+ status = "0";
|
|
|
+ return;
|
|
|
+ }
|
|
|
int outerCourtyardObjNum = 0;
|
|
|
for (Pacs pacs : inputInfo.getBeHospitalizedDoc().getPacsLabel().getPacses()) {
|
|
|
if (pacs.getOuterCourtyard() == null) {
|