|
@@ -296,8 +296,10 @@ public class WeixinService {
|
|
String hospital = contentJson.getString("hospital");
|
|
String hospital = contentJson.getString("hospital");
|
|
String report_id = contentJson.getString("report_id");
|
|
String report_id = contentJson.getString("report_id");
|
|
String exam_id = contentJson.getString("exam_id");
|
|
String exam_id = contentJson.getString("exam_id");
|
|
|
|
+ String id = contentJson.getString("id");
|
|
String template_id = PEIS_REPORT_PUSH_TEMPLATE_ID.get(source);
|
|
String template_id = PEIS_REPORT_PUSH_TEMPLATE_ID.get(source);
|
|
- String urlString = BASR_URL + "localReport?report_id=" + report_id + "&exam_id=" + exam_id;
|
|
|
|
|
|
+ String urlString = BASR_URL + "reportStemp?id=" + id;
|
|
|
|
+ // todo https://wc4.pacsonline.cn/#/reportInfo/reportStemp?id=cnb51i2f3w5uv769&short=1&is_dcm=1&isEncrypt=0&isAnonymous=1&service=1
|
|
apiResult = sendPeisReportPushMsg(openid, urlString, modality, name, eaxmDate, hospital, template_id);
|
|
apiResult = sendPeisReportPushMsg(openid, urlString, modality, name, eaxmDate, hospital, template_id);
|
|
}
|
|
}
|
|
default:
|
|
default:
|