POST api/Mobile/DelPatientInfo?Id={Id}
删除患者信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
患者Id |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
删除患者信息
ResponseModelOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| rows | boolean |
None. |
|
| total | integer |
None. |
|
| errorMsg | string |
None. |
|
| errorCode | string |
None. |
|
| records | integer |
None. |
|
| page | integer |
None. |
|
| extend | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"rows": true,
"total": 2,
"errorMsg": "sample string 3",
"errorCode": "sample string 4",
"records": 5,
"page": 1,
"extend": {}
}
application/xml, text/xml
Sample:
<ResponseModelOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YCloud.Rcp.Entity.WebResponse"> <errorCode>sample string 4</errorCode> <errorMsg>sample string 3</errorMsg> <extend /> <page>1</page> <records>5</records> <rows>true</rows> <total>2</total> </ResponseModelOfboolean>