|
@@ -27,6 +27,13 @@ public class OPE0369 extends QCCatalogue {
|
|
|
@Override
|
|
|
protected void start(InputInfo inputInfo, OutputInfo outputInfo) throws ParseException {
|
|
|
status.set("0");
|
|
|
+ if (outputInfo.getResult() != null) {
|
|
|
+ Map<String, Object> thr03090 = outputInfo.getResult().get("THR03090");
|
|
|
+ if (thr03090 != null && thr03090.size() > 0 && thr03090.get("status").equals("-1")) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
MedicalRecordInfoDoc medicalRecordInfoDoc = inputInfo.getMedicalRecordInfoDoc();
|
|
|
String admisTime = "";
|
|
|
if (medicalRecordInfoDoc != null && medicalRecordInfoDoc.getStructureMap() != null) {
|