|
|
|
@ -36,6 +36,13 @@ public class MedicalRecManageController {
|
|
|
|
|
return medicalRecManageService.queryDiseaseListByDropList();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("初步诊断下拉列表联想(这个接口只查询单一疾病)")
|
|
|
|
|
@GetMapping("querySingleDiseaseListByDropList")
|
|
|
|
|
public List<Disease> querySingleDiseaseListByDropList() {
|
|
|
|
|
return medicalRecManageService.querySingleDiseaseListByDropList();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ApiOperation("病历管理分页查询")
|
|
|
|
|
@GetMapping("queryMedicalRecPage")
|
|
|
|
|
public IPage<MedicalRecPageResVO> queryMedicalRecManagePage(@ApiParam("主诉") String selfDescKeyword,
|
|
|
|
|