|
@ -223,15 +223,15 @@ public class XzzxCotroller extends EnvelopRestEndpoint {
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
@GetMapping(value = "/getRecipeInfo")
|
|
|
@GetMapping(value = "/presUpload")
|
|
|
@ApiOperation(value = "获取处方信息", notes = "获取处方信息")
|
|
|
public ObjEnvelop getRecipeInfo(@ApiParam(name = "icCardNo", value = "社保卡号", required = true)
|
|
|
public ObjEnvelop presUpload(@ApiParam(name = "icCardNo", value = "社保卡号", required = true)
|
|
|
@RequestParam(value = "icCardNo",required = true)String icCardNo,
|
|
|
@ApiParam(name = "his_serial", value = "his挂号号", required = true)
|
|
|
@RequestParam(value = "his_serial",required = true)String his_serial,
|
|
|
@ApiParam(name = "org_code", value = "医院编码", required = true)
|
|
|
@RequestParam(value = "org_code",required = true)String org_code)throws Exception{
|
|
|
return ObjEnvelop.getSuccess("ok",xzzxEntranceService.getRecipeInfo(icCardNo,his_serial,org_code));
|
|
|
return ObjEnvelop.getSuccess("ok",xzzxEntranceService.presUpload(icCardNo,his_serial,org_code));
|
|
|
}
|
|
|
|
|
|
/**
|