curl --location --request GET '/meddoc/patient/docStation/getRCDMenuRMByInpatientCode?hospitalCode=001&inpatientCode=001' \
--header 'Authorizations: {{token}}'
{
"body": [
{
"createTime": "2019-08-24T14:15:22Z",
"displayIndex": 0,
"displayName": "string",
"emplType": "string",
"hospitalCode": "string",
"id": 0,
"isAutoExpand": true,
"isValid": true,
"menuDllName": "string",
"menuVOList": [
{}
],
"menuWinName": "string",
"parentId": 0,
"typeCode": "string"
}
],
"resultCode": "string",
"resultMessage": "string"
}