|
|
@ -30,7 +30,7 @@ public class MedicalRecManageController {
|
|
|
|
|
|
|
|
|
|
|
|
private final MedicalRecManageService medicalRecManageService;
|
|
|
|
private final MedicalRecManageService medicalRecManageService;
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("初步诊断下拉列表联想")
|
|
|
|
@ApiOperation("初步诊断下拉列表联想(这个接口查询所有疾病,包含复合疾病)")
|
|
|
|
@GetMapping("queryDiseaseListByDropList")
|
|
|
|
@GetMapping("queryDiseaseListByDropList")
|
|
|
|
public List<Disease> queryDiseaseListByDropList() {
|
|
|
|
public List<Disease> queryDiseaseListByDropList() {
|
|
|
|
return medicalRecManageService.queryDiseaseListByDropList();
|
|
|
|
return medicalRecManageService.queryDiseaseListByDropList();
|
|
|
|