|
@@ -41,7 +41,7 @@ public class LEA0149 extends QCCatalogue {
|
|
if (lhStructureMap != null && chiefLabel != null) {
|
|
if (lhStructureMap != null && chiefLabel != null) {
|
|
String bhChief = CatalogueUtil.int2ChineseNum(chiefLabel.getText().replaceAll("[\\p{Punct}\\pP。-]", ""));
|
|
String bhChief = CatalogueUtil.int2ChineseNum(chiefLabel.getText().replaceAll("[\\p{Punct}\\pP。-]", ""));
|
|
String leaveChief = lhStructureMap.get("主诉");
|
|
String leaveChief = lhStructureMap.get("主诉");
|
|
- String bhThings = lhStructureMap.get("入院情况");
|
|
|
|
|
|
+ String bhThings = lhStructureMap.get("病史摘要");
|
|
String reThings = lhStructureMap.get("入院原因"); //邵逸夫主诉在入院原因内
|
|
String reThings = lhStructureMap.get("入院原因"); //邵逸夫主诉在入院原因内
|
|
if (StringUtil.isNotBlank(bhThings)) {
|
|
if (StringUtil.isNotBlank(bhThings)) {
|
|
bhThings = CatalogueUtil.int2ChineseNum(bhThings.replaceAll("[\\p{Punct}\\pP。-]", ""));
|
|
bhThings = CatalogueUtil.int2ChineseNum(bhThings.replaceAll("[\\p{Punct}\\pP。-]", ""));
|