POST api/YjlRemoteRcp/GetRcpTotal?getId={getId}&getType={getType}
获取医药师当日在线时长/审方数量
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| getId |
医药师ID |
integer |
Required |
| getType |
1:医师 2:药师 |
integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
获取医药师当日在线时长/审方数量
ResponseModelOfRcpTotal| Name | Description | Type | Additional information |
|---|---|---|---|
| rows | RcpTotal |
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": {
"RcpCount": 1,
"OnlineTime": 2.1
},
"total": 1,
"errorMsg": "sample string 2",
"errorCode": "sample string 3",
"records": 4,
"page": 1,
"extend": {}
}
application/xml, text/xml
Sample:
<ResponseModelOfRcpTotalMWdxwrMv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YCloud.Rcp.Entity.WebResponse">
<errorCode>sample string 3</errorCode>
<errorMsg>sample string 2</errorMsg>
<extend />
<page>1</page>
<records>4</records>
<rows>
<OnlineTime>2.1</OnlineTime>
<RcpCount>1</RcpCount>
</rows>
<total>1</total>
</ResponseModelOfRcpTotalMWdxwrMv>