|
@@ -22,7 +22,7 @@ public class FIRP0202 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 newbornAdmisWeightStr = firstpageStructureMap.get(Content.newbornAdmisWeight);
|
|
String newbornAdmisWeightStr = firstpageStructureMap.get(Content.newbornAdmisWeight);
|
|
- if (CatalogueUtil.isEmpty(newbornAdmisWeightStr) || "-".equals(newbornAdmisWeightStr)) {
|
|
|
|
|
|
+ if (CatalogueUtil.isEmpty(newbornAdmisWeightStr) || "-".equals(newbornAdmisWeightStr)|| "—".equals(newbornAdmisWeightStr)) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
int newbornAdmisWeight = Integer.parseInt(newbornAdmisWeightStr);
|
|
int newbornAdmisWeight = Integer.parseInt(newbornAdmisWeightStr);
|