{
"visitId": "string",
"type": 0,
"status": 0
}
curl --location --request POST '/mrm-medical-record/rule-check/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"visitId": "string",
"type": 0,
"status": 0
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": [
{
"编码": "",
"就诊编码": "",
"规则编码": "",
"规则标题": "",
"规则描述": "",
"规则类型(1、错误类 2、警告类 3、提示类)": 0,
"修改标识": 0,
"需要修改标识": 0,
"操作记录": [
{
"createTime": "",
"content": ""
}
]
}
]
}