[
{
"createUserId": "string",
"createUserName": "string",
"createTime": "string",
"modifyUserId": "string",
"modifyUserName": "string",
"modifyTime": "string",
"version": 0,
"deleted": 0,
"sortFlagList": [
{
"sortField": "string",
"sortFlag": "string",
"index": 0
}
],
"id": "string",
"visitId": "string",
"operateDate": "string",
"operateCode": "string",
"operationLevel": "string",
"operationLevelName": "string",
"operateName": "string",
"operateCategory": "string",
"operationStillTime": "string",
"mainDoctorName": "string",
"mainDoctorId": "string",
"operateIncisionGrade": "string",
"operateHealingGrade": "string",
"anesthesiaWayId": "string",
"anesthesiaWayName": "string",
"anesthesiaAsa": "string",
"anesthesiaDoctorName": "string",
"anesthesiaDoctorId": "string",
"orderNo": 0,
"manualFlag": 0,
"remark": "string",
"leftDesc": "string",
"rightDesc": "string"
}
]
curl --location --request POST '/mrm-medical/updateTreatmentTcm' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"createUserId": "string",
"createUserName": "string",
"createTime": "string",
"modifyUserId": "string",
"modifyUserName": "string",
"modifyTime": "string",
"version": 0,
"deleted": 0,
"sortFlagList": [
{
"sortField": "string",
"sortFlag": "string",
"index": 0
}
],
"id": "string",
"visitId": "string",
"operateDate": "string",
"operateCode": "string",
"operationLevel": "string",
"operationLevelName": "string",
"operateName": "string",
"operateCategory": "string",
"operationStillTime": "string",
"mainDoctorName": "string",
"mainDoctorId": "string",
"operateIncisionGrade": "string",
"operateHealingGrade": "string",
"anesthesiaWayId": "string",
"anesthesiaWayName": "string",
"anesthesiaAsa": "string",
"anesthesiaDoctorName": "string",
"anesthesiaDoctorId": "string",
"orderNo": 0,
"manualFlag": 0,
"remark": "string",
"leftDesc": "string",
"rightDesc": "string"
}
]'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": [
{
"createUserId": "",
"createUserName": "",
"createTime": "",
"modifyUserId": "",
"modifyUserName": "",
"modifyTime": "",
"version": 0,
"deleted": 0,
"sortFlagList": [
{
"sortField": "",
"sortFlag": "",
"index": 0
}
],
"id": "",
"visitId": "",
"operateDate": "",
"operateCode": "",
"operationLevel": "",
"operationLevelName": "",
"operateName": "",
"operateCategory": "",
"operationStillTime": "",
"mainDoctorName": "",
"mainDoctorId": "",
"operateIncisionGrade": "",
"operateHealingGrade": "",
"anesthesiaWayId": "",
"anesthesiaWayName": "",
"anesthesiaAsa": "",
"anesthesiaDoctorName": "",
"anesthesiaDoctorId": "",
"orderNo": 0,
"manualFlag": 0,
"remark": "",
"leftDesc": "",
"rightDesc": ""
}
]
}