|
@ -306,8 +306,8 @@ public class DoctroSchemeController extends BaseController {
|
|
|
}
|
|
|
}
|
|
|
@RequestMapping(value="setPatientAim",method = RequestMethod.GET)
|
|
|
@ApiOperation("控制目标设置")
|
|
|
public String setPatientAim(@ApiParam(name="patient", value="患者code") @RequestParam(value = "patient",required = true)String patient,
|
|
|
@ApiOperation("批量控制目标设置")
|
|
|
public String setPatientAim(@ApiParam(name="patient", value="患者code,用“,”分割") @RequestParam(value = "patient",required = true)String patient,
|
|
|
@ApiParam(name="suggerJson", value="血糖目标实体") @RequestParam(value = "suggerJson",required = true)String suggerJson,
|
|
|
@ApiParam(name="pressureJson", value="血压目标实体") @RequestParam(value = "pressureJson",required = true)String pressureJson){
|
|
|
try {
|