|
@@ -38,7 +38,7 @@ public class THR0134 extends QCCatalogue {
|
|
|
Map<String, String> firstAttendStructureMap = firstAttendDoc.getStructureMap();
|
|
|
// String admisDateStr = inputInfo.getBeHospitalizedDoc().getStructureMap().get("入院日期");
|
|
|
Map<String, String> medStructureMap = inputInfo.getMedicalRecordInfoDoc().getStructureMap();
|
|
|
- String admisDateStr = medStructureMap.get("beHospitalDate") == null ? inputInfo.getBeHospitalizedDoc().getStructureMap().get("入院日期") : medStructureMap.get("beHospitalDate");
|
|
|
+ String admisDateStr = medStructureMap.get("behospitalDate") == null ? inputInfo.getBeHospitalizedDoc().getStructureMap().get("入院日期") : medStructureMap.get("behospitalDate");
|
|
|
String recordDateStr = firstAttendStructureMap.get("查房日期");
|
|
|
String content = firstAttendStructureMap.get("病情记录");
|
|
|
if (content.contains("诊断明确") || content.contains("目前诊断") || content.contains("目前考虑") || content.contains("当前诊断") ||
|