{
"body": [
{
"archiveState": "string",
"createTime": "2019-08-24T14:15:22Z",
"hospitalCode": "string",
"id": 0,
"inpatientCode": "string",
"isSealed": true,
"patientId": "string",
"sealDate": "2019-08-24T14:15:22Z"
}
],
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}
curl --location --request POST '/medemr/indoctor/InRCDSet/updateInRCDSetList' \
--header 'Authorizations: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": [
{
"archiveState": "string",
"createTime": "2019-08-24T14:15:22Z",
"hospitalCode": "string",
"id": 0,
"inpatientCode": "string",
"isSealed": true,
"patientId": "string",
"sealDate": "2019-08-24T14:15:22Z"
}
],
"hospitalCode": "string",
"ipAddr": "string",
"operCode": "string",
"operName": "string"
}'
{
"body": [
{
"archiveState": "string",
"createTime": "2019-08-24T14:15:22Z",
"hospitalCode": "string",
"id": 0,
"inpatientCode": "string",
"isSealed": true,
"patientId": "string",
"sealDate": "2019-08-24T14:15:22Z"
}
],
"resultCode": "string",
"resultMessage": "string"
}