文档
测试

查询所有疾病

GET
http://localhost:8089/his/ase/all.do?

接口描述

分页查询所有疾病

请求参数

参数名
类型
描述
必填
pageNum
Integer
数量
必填
pageSize
Integer
个数
必填

响应参数

参数名
类型
描述
必填
status
Integer
状态码
必填
msg
String
状态信息
可选
data
String
数据
可选

成功的返回示例

{"status":200,"data":{"total":29396,"list":[{"id":6,"diseaseCode":"AETXCY","diseaseName":"埃尔托小肠炎","diseaseIcd":"A00.153","diseaseCategory":"肠炎"}]}