|
@@ -101,7 +101,8 @@ public class MedCheckInfoController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "质控核查--生成患者病历类型[by:songxl]",
|
|
|
- notes = "生成患者病历类型")
|
|
|
+ notes = "生成患者病历类型 <br>" +
|
|
|
+ "备注:如果历史患者病历类型已经生成,接口只会筛选当前时间前半个小时入院患者生成类型")
|
|
|
@PostMapping("/createMedBeHospitalInfoType")
|
|
|
@SysLogger("createMedBeHospitalInfoType")
|
|
|
public RespDTO<Boolean> getCheckListByUserId() {
|