|
@ -9,16 +9,13 @@ import io.swagger.annotations.ApiOperation;
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
import net.sf.json.JSONObject;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
/**
|
|
|
* Created by zdm on 2019/5/30.
|
|
|
*/
|
|
|
@RestController
|
|
|
@RequestMapping(value ="/prescriptionUpdate")
|
|
|
@RequestMapping(value ="/open/prescriptionUpdate")
|
|
|
@Api(value = "处方状态变更", description = "处方状态变更", tags = {"hospital-entrance处方状态变更"})
|
|
|
public class PrescriptionUpdateController extends EnvelopRestEndpoint {
|
|
|
|
|
@ -26,7 +23,7 @@ public class PrescriptionUpdateController extends EnvelopRestEndpoint {
|
|
|
private PrescriptionService prescriptionService;
|
|
|
|
|
|
|
|
|
@GetMapping(value = "/preUpdate")
|
|
|
@PostMapping(value = "/preUpdate")
|
|
|
@ApiOperation(value = "药房配药his提示处方变更")
|
|
|
public ObjEnvelop prescriptionUpdate(
|
|
|
@ApiParam(name = "admNo", value = "门诊就诊唯一号", required = true)
|