{
"orgCode": "string",
"hospCode": "string",
"visitIds": [
"string"
],
"orderRecordIds": [
"string"
],
"groupIds": [
"string"
],
"startPrintDate": "2019-08-24T14:15:22Z",
"endPrintDate": "2019-08-24T14:15:22Z",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string"
}
curl --location --request POST '/ts-bs-cln-in/queryLongOrderPrint' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"visitIds": [
"string"
],
"orderRecordIds": [
"string"
],
"groupIds": [
"string"
],
"startPrintDate": "2019-08-24T14:15:22Z",
"endPrintDate": "2019-08-24T14:15:22Z",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "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": "N",
"visitId": "string",
"pageNo": 0,
"rowNo": 0,
"pageStatus": "string",
"rowStatus": "string",
"groupStatus": "string",
"prtStatus": "string",
"groupId": "string",
"manageId": "string",
"orderRecordId": "string",
"orderBDate": "2019-08-24T14:15:22Z",
"orderTypeCode": 0,
"orderName": "string",
"dosage": 0,
"bagNum": 0,
"dosageUnitId": "string",
"dosageUnitName": "string",
"specId": "string",
"spec": "string",
"usageId": "string",
"usageName": "string",
"frequencyId": "string",
"frequencyName": "string",
"orderDocId": "string",
"orderDocName": "string",
"auditingUserId": "string",
"auditingUserName": "string",
"auditingDate": "2019-08-24T14:15:22Z",
"auditingUserId1": "string",
"auditingUserName1": "string",
"auditingDate1": "2019-08-24T14:15:22Z",
"auditingUserId2": "string",
"auditingUserName2": "string",
"auditingDate2": "2019-08-24T14:15:22Z",
"orderEDocId": "string",
"orderEDocName": "string",
"orderEDate": "2019-08-24T14:15:22Z",
"orderEUserId": "string",
"orderEUserName": "string",
"orderEUDate": "2019-08-24T14:15:22Z",
"orderEUserId1": "string",
"orderEUserName1": "string",
"orderEUDate1": "2019-08-24T14:15:22Z",
"orderEUserId2": "string",
"orderEUserName2": "string",
"orderEUDate2": "2019-08-24T14:15:22Z",
"cancelUserId": "string",
"cancelUserName": "string",
"cancelDate": "2019-08-24T14:15:22Z",
"memo": "string",
"printUserId": "string",
"printUserName": "string",
"printDate": "2019-08-24T14:15:22Z",
"refomState": "string",
"groupLine": "string"
}
]
}
}