|
@ -7763,11 +7763,10 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
}
|
|
|
String returnValue = "";
|
|
|
Map<String, String> params = new HashedMap();
|
|
|
params.put("type", "getPatInfoDataXml");
|
|
|
params.put("data", data);
|
|
|
returnValue = com.yihu.jw.utils.WebserviceUtil.post(url,
|
|
|
"http://business.htemr.haitaiinc.com",
|
|
|
"manageEmrDataAll",
|
|
|
"getPatInfoDataXml",
|
|
|
params);
|
|
|
|
|
|
logger.info("门诊病历列表信息,返回值xmlstr:" + returnValue);
|