|
@ -271,4 +271,13 @@ public class DoctorConsultEndpoint extends EnvelopRestEndpoint {
|
|
|
}
|
|
|
|
|
|
|
|
|
@GetMapping(value = BaseHospitalRequestMapping.DodtorIM.testSendPrescriptionIM)
|
|
|
@ApiOperation(value = "测试发送处方消息", notes = "测试发送处方消息")
|
|
|
public Envelop testSendPrescriptionIM()throws Exception{
|
|
|
|
|
|
imService.pushPrescriptionImMessage(null);
|
|
|
return success("请求成功");
|
|
|
}
|
|
|
|
|
|
|
|
|
}
|