大屏展示2
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>大屏展示2</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/api/pharmacy/dashboard2</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>返回示例</h5>
<p>提交成功</p>
<pre><code>{
"resp": "ok",
"data": {
"CustomersWaiting": [{
"PickupNumber": 129,
"Customer": "Yanfei Xu",
"ofRx": 8,
"Time": 15
}, {
"PickupNumber": 129,
"Customer": "Yanfei Xu",
"ofRx": 8,
"Time": 15
}],
"NewERx": [{
"Customer": "Yanfei Xu",
"ofRx": 8,
"Time": 15
}, {
"Customer": "Yanfei Xu",
"ofRx": 8,
"Time": 15
}],
"RefillRequests": [{
"Customer": "Yanfei Xu",
"ofRx": 8,
"Time": 15
}, {
"Customer": "Yanfei Xu",
"ofRx": 8,
"Time": 15
}],
"TodaysSummary": {
"of New Rx": 15,
"of Refills": 15,
"of Rx Pickedup": 15,
"of customers": 15,
"Total Sales": 15000,
"Total profit after DIR": 5000
},
"MessagesFromOtherStores": [
"@Daniel Pls remember to call patient XYZ",
"@Daniel Call doctor Wang"
],
"RxOutforDelivery": [{
"PickupNumber": 129,
"Customer": "Yanfei Xu",
"ofRx": 8,
"Time": 15
}, {
"PickupNumber": 129,
"Customer": "Yanfei Xu",
"ofRx": 8,
"Time": 15
}],
"Drugstoorder": [{
"DrugName": "Aspirin 5mg",
"Quantity": "5pk",
"NDC": "123456",
"Manufaturer": "TEVA"
}, {
"DrugName": "Aspirin 5mg",
"Quantity": "5pk",
"NDC": "123456",
"Manufaturer": "TEVA"
}]
}
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">resp</td>
<td style="text-align: left;">string</td>
<td>获取结果,ok:获取成功</td>
</tr>
</tbody>
</table>