POST api/YjlRemoteRcp/SetDrugerLineupInfo?drugId={drugId}&lineupCount={lineupCount}&clearLineCount={clearLineCount}
设置药师排队信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| drugId |
药师ID |
integer |
Required |
| lineupCount |
排队数量;如1,2,3,-1,-2 |
integer |
Required |
| clearLineCount |
true为:强制刷新排队人数为:0 |
boolean |
Default value is False |
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>