{
"visitId": "string",
"opFlag": 0,
"deleted": 0,
"ctrlTypeId": 0,
"scene": 0,
"parentIdList": [
"string"
],
"printStatus": 0,
"mrmPrintStatus": 0,
"createStartTime": "string",
"createEndTime": "string"
}
curl --location --request POST '/mrm-base/medical/tree' \
--header 'Content-Type: application/json' \
--data-raw '{
"visitId": "string",
"opFlag": 0,
"deleted": 0,
"ctrlTypeId": 0,
"scene": 0,
"parentIdList": [
"string"
],
"printStatus": 0,
"mrmPrintStatus": 0,
"createStartTime": "string",
"createEndTime": "string"
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": [
{
"id": "",
"code": "",
"parentCode": "",
"name": "",
"type": 0,
"childNum": 0,
"parentId": "",
"templateId": "",
"childList": [
{
"id": "",
"code": "",
"parentCode": "",
"name": "",
"type": 0,
"childNum": 0,
"parentId": "",
"templateId": "",
"childList": [],
"nodeType": "",
"parentNodeType": "",
"pdfUrls": [
""
],
"pdfPages": 0,
"editable": "",
"categoryId": "",
"emrId": "",
"obj": {},
"deleted": 0,
"annotationCnt": 0,
"visitId": "",
"archiveStatus": 0,
"printTimes": 0,
"babyFlag": 0,
"checkStatus": 0,
"continuousWriting": 0,
"createUserId": "",
"createUserName": "",
"createTime": "",
"modifyUserId": "",
"modifyUserName": "",
"modifyTime": ""
}
],
"nodeType": "",
"parentNodeType": "",
"pdfUrls": [
""
],
"pdfPages": 0,
"editable": "",
"categoryId": "",
"emrId": "",
"obj": {},
"deleted": 0,
"annotationCnt": 0,
"visitId": "",
"archiveStatus": 0,
"printTimes": 0,
"babyFlag": 0,
"checkStatus": 0,
"continuousWriting": 0,
"createUserId": "",
"createUserName": "",
"createTime": "",
"modifyUserId": "",
"modifyUserName": "",
"modifyTime": ""
}
]
}