简要描述
请求URL
http://xx.com/apihospital/InsuranceList
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
insuranceTypeId |
否 |
int |
查询条件-保险类别 |
patientId |
否 |
int |
查询条件-患者id |
返回示例
{
"code": 0,
"data": {
"extra": [null, null],
"pageCount": 1,
"size": 20,
"page": 1,
"total": 1,
"list": [{
"Id": 1,
"InsuranceTypeName": "国保",
"InsuranceZuheName": "001组合",
"DepartmentId": 1,
"DepartmentName": "骨外科",
"DoctorId": 1,
"DoctorName": "钟南山",
"CheckDate":"2021-10-29"
}]
}
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
0:成功 |
data |
DataList |
数据列表 |
备注