|
@@ -23,6 +23,9 @@ public class DEAC0097 extends QCCatalogue {
|
|
|
public void start(InputInfo inputInfo, OutputInfo outputInfo) {
|
|
|
status.set("0");
|
|
|
String outWay = inputInfo.getFirstPageRecordDoc().getStructureMap().get(Content.outWay);
|
|
|
+ if(outWay == null){
|
|
|
+ outWay = "";
|
|
|
+ }
|
|
|
List<String> deathRecords = new ArrayList<>();
|
|
|
List<DoctorAdviceDoc> doctorAdviceDocs = inputInfo.getDoctorAdviceDocs();
|
|
|
if (doctorAdviceDocs.size() == 0 ) {
|