{
"文书ID": "string",
"当此就诊ID": "string",
"门住标注": 0,
"目录ID": "string"
}
curl --location --request POST '/mrm-medical-record/emr-preview/record' \
--header 'Content-Type: application/json' \
--data-raw '{
"文书ID": "string",
"当此就诊ID": "string",
"门住标注": 0,
"目录ID": "string"
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": {}
}