|
@@ -21,8 +21,8 @@ public class FIRP0184 extends QCCatalogue {
|
|
if (inputInfo.getFirstPageRecordDoc() != null && inputInfo.getFirstPageRecordDoc().getStructureMap() != null) {
|
|
if (inputInfo.getFirstPageRecordDoc() != null && inputInfo.getFirstPageRecordDoc().getStructureMap() != null) {
|
|
Map<String, String> firstpageStructureMap = inputInfo.getFirstPageRecordDoc().getStructureMap();
|
|
Map<String, String> firstpageStructureMap = inputInfo.getFirstPageRecordDoc().getStructureMap();
|
|
String drugAllergy = firstpageStructureMap.get(Content.drugAllergy);
|
|
String drugAllergy = firstpageStructureMap.get(Content.drugAllergy);
|
|
- String allergyDrug = firstpageStructureMap.get(Content.allergyDrug);
|
|
|
|
- if (!CatalogueUtil.isEmpty(drugAllergy) && !CatalogueUtil.isEmpty(allergyDrug)) {
|
|
|
|
|
|
+// String allergyDrug = firstpageStructureMap.get(Content.allergyDrug);
|
|
|
|
+ if (!CatalogueUtil.isEmpty(drugAllergy)) {
|
|
status.set("0");
|
|
status.set("0");
|
|
}
|
|
}
|
|
}
|
|
}
|