|
@@ -116,7 +116,7 @@ public class TaizDataImportApiTest {
|
|
|
String text = "";
|
|
|
Map<String, String> textMap = new HashMap<>();
|
|
|
if ("changx".equals(cid)) {
|
|
|
- textMap = CxXmlUtil.beHospitalizedXmlToMap(patientText.getBljlnr(), caseMap.get(patientText.getBljlmc()));
|
|
|
+ textMap = CxXmlUtil.firstLevelNodeValue(patientText.getBljlnr(), caseMap.get(patientText.getBljlmc()));
|
|
|
}
|
|
|
if ("taizhou".equals(cid)) {
|
|
|
textMap = TzXmlUtil.getXmlToMapForTZ(patientText.getBljlnr());
|