|
@@ -21,7 +21,7 @@ public class FIRP0202 extends QCCatalogue {
|
|
|
status.set("0");
|
|
|
if (inputInfo.getFirstPageRecordDoc() != null && inputInfo.getFirstPageRecordDoc().getStructureMap() != null) {
|
|
|
Map<String, String> firstpageStructureMap = inputInfo.getFirstPageRecordDoc().getStructureMap();
|
|
|
- String newbornAdmisWeightStr = firstpageStructureMap.get(Content.newbornAdmisWeight);
|
|
|
+ String newbornAdmisWeightStr = firstpageStructureMap.get(Content.newbornAdmisWeight).replace("-","");
|
|
|
if (!CatalogueUtil.isEmpty(newbornAdmisWeightStr)) {
|
|
|
int newbornAdmisWeight = Integer.parseInt(newbornAdmisWeightStr);
|
|
|
if (newbornAdmisWeight <= 1 || newbornAdmisWeight >= 10) {
|