{
"episodeId": 0,
"ordItemList": "new ArrayList<FeignOrdItemDTO>()",
"loginUserInfo": {
"userId": "string",
"userCode": "string",
"userName": "string",
"ctCareType": "string",
"ctCareTitle": "string",
"ctCareCode": "string",
"ctCareProvId": 0,
"ctCareProvCode": "string",
"ctCareProvName": "string",
"ctLocId": "string",
"ctLocCode": "string",
"ctLocDesc": "string",
"ctPostId": "string",
"ctPostCode": "string",
"ctPostDesc": "string",
"ctLocType": "string",
"ctLocTypeCode": "string",
"ctAdmType": "string",
"depDr": 0,
"wardId": 0,
"wardCode": "string",
"wardDesc": "string",
"hospId": 0,
"hospCode": "string",
"hospDesc": "string",
"defaultHospitalDr": 0,
"roleId": "string",
"roleDesc": "string",
"langId": "string",
"langCode": "string",
"title": "string",
"timeout": "string",
"excelPath": "string",
"dateFormat": "string",
"clientIp": "string",
"clientMac": "string",
"clientCmptName": "string",
"logonLogId": "string",
"casTypeCode": "string",
"casToken": "string",
"regNoLen": "string",
"labNoLen": "string",
"barNoLen": "string",
"organizationId": "string",
"organizationDesc": "string",
"organizationCode": "string"
},
"extDTO": {
"autoVirtualLongInsertFlag": "false",
"deceasedDateTime": "string",
"dischargeConditionRowId": 0,
"dischargeMethodRowId": 0,
"isCheckOrdItem": "true",
"notAdmTypeLimit": "false",
"notBindLabFee": "false",
"orderOpenForAllHosp": true,
"pilotPId": 0,
"stopConflictFlag": "false"
}
}
curl --location --request POST '/ipcare/api/oeord/ipCareOeOrdItemEntryClient/saveOeOrdItem' \
--header 'Content-Type: application/json' \
--data-raw '{
"episodeId": 0,
"ordItemList": "new ArrayList<FeignOrdItemDTO>()",
"loginUserInfo": {
"userId": "string",
"userCode": "string",
"userName": "string",
"ctCareType": "string",
"ctCareTitle": "string",
"ctCareCode": "string",
"ctCareProvId": 0,
"ctCareProvCode": "string",
"ctCareProvName": "string",
"ctLocId": "string",
"ctLocCode": "string",
"ctLocDesc": "string",
"ctPostId": "string",
"ctPostCode": "string",
"ctPostDesc": "string",
"ctLocType": "string",
"ctLocTypeCode": "string",
"ctAdmType": "string",
"depDr": 0,
"wardId": 0,
"wardCode": "string",
"wardDesc": "string",
"hospId": 0,
"hospCode": "string",
"hospDesc": "string",
"defaultHospitalDr": 0,
"roleId": "string",
"roleDesc": "string",
"langId": "string",
"langCode": "string",
"title": "string",
"timeout": "string",
"excelPath": "string",
"dateFormat": "string",
"clientIp": "string",
"clientMac": "string",
"clientCmptName": "string",
"logonLogId": "string",
"casTypeCode": "string",
"casToken": "string",
"regNoLen": "string",
"labNoLen": "string",
"barNoLen": "string",
"organizationId": "string",
"organizationDesc": "string",
"organizationCode": "string"
},
"extDTO": {
"autoVirtualLongInsertFlag": "false",
"deceasedDateTime": "string",
"dischargeConditionRowId": 0,
"dischargeMethodRowId": 0,
"isCheckOrdItem": "true",
"notAdmTypeLimit": "false",
"notBindLabFee": "false",
"orderOpenForAllHosp": true,
"pilotPId": 0,
"stopConflictFlag": "false"
}
}'
{
"code": "",
"msg": "",
"data": {
"orderIdList": [
{
"itmMastId": 0,
"oeOrdItemId": 0,
"type": "",
"cpwStepItemId": 0
}
]
}
}