简要描述
请求URL
http://xx.com/apihospital/MedicalTemplateList
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
createUId |
否 |
int |
查询条件-创建人id |
templateName |
否 |
string |
查询条件-模板名称 |
isexactquery |
否 |
bool |
查询条件-是否精准查询 |
返回示例
{
"code": 0,
"data": {
"extra": [null, null],
"pageCount": 1,
"size": 20,
"page": 1,
"total": 1,
"list": [{
"TemplateName": "病历模板1",
"Scontents": "000000",
"Ocontents": "111111",
"Acontents": "222222",
"Pcontents": "333333",
"State": 1,
}]
}
}
返回参数说明
参数名 |
类型 |
说明 |
code |
int |
0:成功 |
data |
DataList |
数据列表 |
备注