|
@@ -22,7 +22,7 @@ public class BEH0457 extends QCCatalogue {
|
|
|
status = "0";
|
|
|
Map<String, String> bhMap = inputInfo.getBeHospitalizedDoc().getStructureMap();
|
|
|
if(bhMap != null){
|
|
|
- String birthDate = bhMap.get("长期用药情况\\(包括可能成瘾的药物\\)");
|
|
|
+ String birthDate = bhMap.get("过去史-长期用药情况\\(包括可能成瘾的药物\\)");
|
|
|
if(birthDate != null){
|
|
|
if(CatalogueUtil.isEmpty(birthDate)){
|
|
|
status = "-1";
|