{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"ids": [
"string"
],
"billIds": [
"string"
],
"drugIds": [
"string"
]
}
curl --location --request POST '/ts-bs-drg/queryDrBillList' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"ids": [
"string"
],
"billIds": [
"string"
],
"drugIds": [
"string"
]
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"totalCount": 0,
"list": [
{
"id": "string",
"orgCode": "string",
"hospCode": "string",
"createUserId": "string",
"updateUserId": "string",
"createDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"isDelete": "string",
"billId": "string",
"cargoName": "string",
"drugId": "string",
"drugName": "string",
"comName": "string",
"barCode": "string",
"shhCode": "string",
"specDesc": "string",
"factName": "string",
"dosageFormName": "string",
"applyNum": 0,
"num": 0,
"refuseNum": 0,
"unitName": "string",
"unitId": "string",
"unitRate": 0,
"buyPrice": 0,
"selPrice": 0,
"buyMoney": 0,
"selMoney": 0,
"payRate": 0,
"balanceNum": 0,
"batch": "string",
"expiryDate": "2019-08-24T14:15:22Z",
"manufactureDate": "2019-08-24T14:15:22Z",
"uniqueBatch": "string",
"uniqueBatchId": "string",
"batchStockId": "string",
"batchSelPrice": 0,
"batchBuyPrice": 0,
"deliveryNo": "string",
"sortNo": 0,
"memo": "string",
"sourceId": "string",
"writeOffFlag": "stri",
"writeOffId": "string"
}
]
}
}