GET api/v1/patients/search?pageIndex={pageIndex}&pageSize={pageSize}&search={search}&name={name}&searchKey={searchKey}&pid={pid}&idNumber={idNumber}&phone={phone}
搜索患者信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageIndex |
页码 |
integer |
Default value is 0 |
pageSize |
每页记录数目 |
integer |
Default value is 10 |
search |
模糊搜索条件(前置),支持姓名、姓名缩写、患者ID、证件号、电话,该搜索条件与其它搜索条件取交集 |
string |
None. |
name |
精确搜索条件:患者姓名 |
string |
None. |
searchKey |
精确搜索条件:患者姓名首字母缩写 |
string |
None. |
pid |
精确搜索条件:患者ID |
string |
None. |
idNumber |
精确搜索条件:证件号 |
string |
None. |
phone |
精确搜索条件:电话 |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
符合搜索条件的总记录数和当前页码内的数据
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.