|
@@ -32,7 +32,11 @@ public class DoctorAdviceController {
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "获取医嘱信息[by:zhoutg]",
|
|
|
- notes = "")
|
|
|
+ notes = "behospitalCode:病人住院序号<br>" +
|
|
|
+ "doctorAdviceType:医嘱类型(模糊搜索)<br>" +
|
|
|
+ "daItemName:医嘱项目名称(模糊搜索)<br>" +
|
|
|
+ "daStartDateStart:医嘱开始时间<br>" +
|
|
|
+ "daStartDateEnd:医嘱时间结束时间<br>")
|
|
|
@PostMapping("/getPage")
|
|
|
@SysLogger("getPage")
|
|
|
public RespDTO<IPage<DoctorAdviceDTO>> getPage(@RequestBody @Valid DoctorAdviceVO doctorAdviceVO) {
|