{
"targetType": "string",
"episodeID": "string"
}
curl --location --request GET '/opcare/adm/OutPatList/SimpleTreatInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetType": "string",
"episodeID": "string"
}'
[
{
"targetType": "string",
"targetStatus": "string",
"list": [
{
"arcimDesc": "string",
"oeordID": "string",
"oeordStatus": "string"
}
]
}
]