|
@@ -30,8 +30,8 @@ public class THR03010 extends QCCatalogue {
|
|
|
if (inputInfo.getFirstPageRecordDoc() == null || inputInfo.getFirstPageRecordDoc().getStructureMap().size() == 0) {
|
|
|
return;
|
|
|
}
|
|
|
- Map<String, String> structureMap = inputInfo.getMedicalRecordInfoDoc().getStructureMap();
|
|
|
- String behospitalDate = structureMap.get("behospitalDate") == null ? null : structureMap.get("behospitalDate");
|
|
|
+ Map<String, String> structureMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
|
|
|
+ String behospitalDate = structureMap.get("入院日期") == null ? null : structureMap.get("入院日期");
|
|
|
//String leaveHospitalDate = structureMap.get("leaveHospitalDate") == null ? null : structureMap.get("leaveHospitalDate");
|
|
|
Map<String, String> structureMaps = inputInfo.getFirstPageRecordDoc().getStructureMap();
|
|
|
String leaveHospitalDate = structureMaps.get("出院时间")== null ? null : structureMap.get("leaveHospitalDate");
|