{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"ids": [
"string"
],
"patientIds": [
"string"
],
"visitNos": [
"string"
],
"visitIds": [
"string"
],
"deptIds": [
"string"
],
"orderTypes": [
"string"
],
"doctorIds": [
"string"
],
"execDeptIds": [
"string"
],
"applyDoctorIds": [
"string"
],
"applyDeptIds": [
"string"
],
"checkStatus": "string",
"checkUserIds": [
"string"
],
"reCheckStatus": "string",
"reCheckUserIds": [
"string"
],
"refundStatus": "string",
"refundUserIds": [
"string"
],
"prescListIds": [
"string"
],
"prescIds": [
"string"
],
"isGetPrescChargeInfo": "string",
"startCreateDate": "2019-08-24T14:15:22Z",
"endCreateDate": "2019-08-24T14:15:22Z",
"startCheckDate": "2019-08-24T14:15:22Z",
"endCheckDate": "2019-08-24T14:15:22Z",
"startReCheckDate": "2019-08-24T14:15:22Z",
"endReCheckDate": "2019-08-24T14:15:22Z",
"startRefundDate": "2019-08-24T14:15:22Z",
"endRefundDate": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/ts-bs-cln-out/queryPrescRefundApply' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"ids": [
"string"
],
"patientIds": [
"string"
],
"visitNos": [
"string"
],
"visitIds": [
"string"
],
"deptIds": [
"string"
],
"orderTypes": [
"string"
],
"doctorIds": [
"string"
],
"execDeptIds": [
"string"
],
"applyDoctorIds": [
"string"
],
"applyDeptIds": [
"string"
],
"checkStatus": "string",
"checkUserIds": [
"string"
],
"reCheckStatus": "string",
"reCheckUserIds": [
"string"
],
"refundStatus": "string",
"refundUserIds": [
"string"
],
"prescListIds": [
"string"
],
"prescIds": [
"string"
],
"isGetPrescChargeInfo": "string",
"startCreateDate": "2019-08-24T14:15:22Z",
"endCreateDate": "2019-08-24T14:15:22Z",
"startCheckDate": "2019-08-24T14:15:22Z",
"endCheckDate": "2019-08-24T14:15:22Z",
"startReCheckDate": "2019-08-24T14:15:22Z",
"endReCheckDate": "2019-08-24T14:15:22Z",
"startRefundDate": "2019-08-24T14:15:22Z",
"endRefundDate": "2019-08-24T14:15:22Z"
}'
{
"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",
"patientId": "string",
"visitId": "string",
"visitNo": "string",
"prescId": "string",
"prescListId": "string",
"prescDate": "2019-08-24T14:15:22Z",
"cardNo": "string",
"orderName": "string",
"orderItemId": "string",
"orderType": "string",
"spec": "string",
"factory": "string",
"dosage": 0,
"dosageUnitName": "string",
"bagNum": 0,
"frequencyName": "string",
"usageName": "string",
"days": 0,
"price": 0,
"num": 0,
"unitName": "string",
"money": 0,
"returnNum": 0,
"doctorId": "string",
"doctorName": "string",
"deptId": "string",
"deptName": "string",
"execDeptId": "string",
"execDeptName": "string",
"applyDoctorId": "string",
"applyDoctorName": "string",
"applyDeptId": "string",
"applyDeptName": "string",
"checkStatus": "string",
"checkDate": "2019-08-24T14:15:22Z",
"checkUserId": "string",
"checkUserName": "string",
"reCheckStatus": "string",
"reCheckDate": "2019-08-24T14:15:22Z",
"recheckUserId": "string",
"recheckkUserName": "string",
"refundStatus": "string",
"refundDate": "2019-08-24T14:15:22Z",
"refundUserId": "string",
"refundUserName": "string",
"cipherPrescId": "string",
"interfaceId": "string",
"usgePrescId": "string",
"groupNo": "string",
"reason": "string",
"requestBefrom": "string",
"execDeptCheckStatus": "string",
"execDeptCheckUserId": "string",
"execDeptCheckUserName": "string",
"execDeptCheckDate": "2019-08-24T14:15:22Z",
"doctorCheckStatus": "string",
"doctorCheckUserId": "string",
"doctorCheckUserName": "string",
"doctorCheckDate": "2019-08-24T14:15:22Z",
"prescChargeDate": "string",
"prescChargeUserName": "string"
}
]
}
}