[
{
"episodeID": 0,
"groupArcimRowIdMap": {
"0": [
0
]
},
"instrRowId": 0,
"queAppendType": "ORDER_BINDING",
"orderOpenForAllHosp": "string"
}
]
curl --location --request POST '/ipcare/oeord/arcimWardAppend/getArcimWardInfoList' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"episodeID": 0,
"groupArcimRowIdMap": {
"0": [
0
]
},
"instrRowId": 0,
"queAppendType": "ORDER_BINDING",
"orderOpenForAllHosp": "string"
}
]'
{
"code": "",
"msg": "",
"data": [
{
"arcimDr": 0,
"exectype": "",
"startnum": "",
"qty": "",
"appendOrdType": "",
"singlenotfee": false,
"endnum": "",
"byhand": "",
"notLinkPriorStr": "",
"orderOpenForAllHosp": "",
"instraddarcimid": "",
"addqty": "",
"type": "",
"typeDr": "",
"episodeId": 0,
"oeOrdItemId": 0,
"isrepeatappend": ""
}
],
"traceId": ""
}