简要描述
请求URL
http://xx.com/apihospital/WordList
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
word |
否 |
string |
查询条件-单语文本 |
soaptypeId |
否 |
int |
查询条件-SOAP类别id |
wordtypeId |
否 |
int |
查询条件-单语区分类别id |
departmentId |
否 |
int |
查询条件-科室id |
doctorId |
否 |
int |
查询条件-医生id |
返回示例
{
"code": 0,
"data": {
"extra": [null, null],
"pageCount": 1,
"size": 20,
"page": 1,
"total": 1,
"list": [{
"Id": 1,
"SOAPTypeId": 1,
"SOAPTypeName": "S",
"WordTypeId": 1,
"WordTypeName": "病症",
"WordText": "感冒咳嗽",
"ReadText": "感冒用药",
"DepartmentId": 1,
"DepartmentName": "骨外科",
"DoctorId": 1,
"DoctorName": "钟南山"
}]
}
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
0:成功 |
data |
DataList |
数据列表 |
备注