|
@@ -25,7 +25,9 @@ public class FIRP02837 extends QCCatalogue {
|
|
|
if (inputInfo.getFirstPageRecordDoc().getStructureMap() != null) {
|
|
|
Map<String, String> firstpageStructureMap = inputInfo.getFirstPageRecordDoc().getStructureMap();
|
|
|
String age = firstpageStructureMap.get(Content.age);
|
|
|
- if (!CatalogueUtil.isEmpty(age)) {
|
|
|
+ String newbornAgeMonths = firstpageStructureMap.get(Content.newbornAgeMonths);
|
|
|
+ String newbornAgeDays = firstpageStructureMap.get(Content.newbornAgeDays);
|
|
|
+ if (!CatalogueUtil.isEmpty(age) || !CatalogueUtil.isEmpty(newbornAgeMonths) || !CatalogueUtil.isEmpty(newbornAgeDays)) {
|
|
|
status.set("0");
|
|
|
}
|
|
|
}
|