|
@@ -24,7 +24,7 @@ public class FIRP0275 extends QCCatalogue {
|
|
Map<String, Object> firstpageStructureMap = inputInfo.getFirstPageRecordDoc().getStructureExtMap();
|
|
Map<String, Object> firstpageStructureMap = inputInfo.getFirstPageRecordDoc().getStructureExtMap();
|
|
Map<String, String> leaveHospitalStructureMap = inputInfo.getLeaveHospitalDoc().getStructureMap();
|
|
Map<String, String> leaveHospitalStructureMap = inputInfo.getLeaveHospitalDoc().getStructureMap();
|
|
String firstDischargeTime = firstpageStructureMap.get(Content.actualStay).toString();//病案首页出院时间
|
|
String firstDischargeTime = firstpageStructureMap.get(Content.actualStay).toString();//病案首页出院时间
|
|
- String dischargeTime = leaveHospitalStructureMap.get(Content.stayLength);//出院小结出院时间
|
|
|
|
|
|
+ String dischargeTime = leaveHospitalStructureMap.get(Content.stayLength).replace("天","");//出院小结出院时间
|
|
if (!CatalogueUtil.compareToken(firstDischargeTime, dischargeTime)) {
|
|
if (!CatalogueUtil.compareToken(firstDischargeTime, dischargeTime)) {
|
|
status.set("-1");
|
|
status.set("-1");
|
|
}
|
|
}
|