|
@@ -418,16 +418,16 @@ public class CommonAnalysisUtil {
|
|
|
} else {
|
|
|
structureMap.put("病情记录", content);
|
|
|
}
|
|
|
- if (structureMap.containsKey("病情记录")) {
|
|
|
- String info = structureMap.get("病情记录");
|
|
|
- if (info.contains("医生签名")) {
|
|
|
- structureMap.put("病情记录", info.substring(0, info.lastIndexOf("医生签名")));
|
|
|
- structureMap.put("记录医生", "");
|
|
|
- } else if (info.contains("医师签名")) {
|
|
|
- structureMap.put("病情记录", info.substring(0, info.lastIndexOf("医师签名")));
|
|
|
- structureMap.put("记录医生", "");
|
|
|
- }
|
|
|
- }
|
|
|
+// if (structureMap.containsKey("病情记录")) {
|
|
|
+// String info = structureMap.get("病情记录");
|
|
|
+// if (info.contains("医生签名")) {
|
|
|
+// structureMap.put("病情记录", info.substring(0, info.lastIndexOf("医生签名")));
|
|
|
+// structureMap.put("记录医生", "");
|
|
|
+// } else if (info.contains("医师签名")) {
|
|
|
+// structureMap.put("病情记录", info.substring(0, info.lastIndexOf("医师签名")));
|
|
|
+// structureMap.put("记录医生", "");
|
|
|
+// }
|
|
|
+// }
|
|
|
}
|
|
|
}
|
|
|
|