保存购药订单
<p><strong>迭代版本:</strong>2.8.29(新增)</p>
<p><strong>简要描述:</strong></p>
<ul>
<li>保存购药订单</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><a href="http://aky.mynatapp.cc/chronic/deliveryOrder/saveMedicineOrder">http://aky.mynatapp.cc/chronic/deliveryOrder/saveMedicineOrder</a></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST/GET</li>
<li>Content-Type:application/json</li>
</ul>
<p><strong>参数:</strong> </p>
<p><strong>请求示例</strong></p>
<pre><code>{
"patientId": 10004343,
"hospId": 2,
"hospName": "同济赤壁医院",
"payWay": 1,
"hisPatientCardId":"42118119903031656",
"remark": "药品发票随药品一同送达",
"deliveryEndTime": null,
"deliveryPerson": "郭银萍",
"deliveryAddress": "湖北省武汉市硚口区武汉城市广场B座2117",
"deliveryMobile": "13545357216",
"receiverState":"湖北省",
"receiverCity":"武汉市",
"receiverDistrict":"硚口区",
"deliveryType": 0,
"deliveryItemList": [{
"itemName": "维生素B2片",
"itemCode": "5061402-1",
"spec": "5mg*100s",
"productAddress": "华中药业股份有限公司",
"itemCount": 2,
"unitDesc": "片",
"unitPrice": 0.03100,
"remark": null,
"durgChannelType":0
},
{
"itemName": "维生素B2片",
"itemCode": "5061402-1",
"spec": "5mg*100s",
"productAddress": "华中药业股份有限公司",
"itemCount": 1,
"unitDesc": "片",
"unitPrice": 0.03100,
"remark": null,
"durgChannelType":1
}
]
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"retcode": "0000",
"errMsg": "操作成功",
"body": "2020080709291439486100"
}
</code></pre>
<p><strong>返回参数说明</strong> </p>
<p>|参数名|类型|说明|</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>