{
"orgCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"keyWord": "string",
"stdCodes": [
"string"
],
"queryModel": "string"
}
curl --location --request POST '/ts-bs-emr/queryEmrActRecord' \
--header 'Token: 971a9286-b962-4bee-adb2-2fd990120b9eUser-Agent: Mozilla/5.0 (Windows NT 10.0; Win' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"keyWord": "string",
"stdCodes": [
"string"
],
"queryModel": "string"
}'
{
"Code": "200",
"Message": "成功",
"exception": "",
"apiCode": "321321",
"data": {
"totalCount": 2,
"list": [
{
"id": "1",
"createUserId": "99",
"createUserName": "龚强",
"createDate": "2009-10-09T11:40:11.0Z",
"updateUserId": "38",
"updateUserName": "夏秀英",
"updateDate": "1981-05-19T12:49:59.0Z",
"orgCode": "BLJZXCSHJ",
"orgName": "堡垒机主线测试环境",
"spellCode": "89",
"fivestrokeCode": "31",
"stdCode": "EMR020001",
"stdName": "患者基本信息",
"businessDomain": "病历概要",
"isOnly": "1",
"firstClassifyCode": "EMR01",
"firstClassifyName": "病历概要",
"scondClassifyCode": "",
"scondClassifyName": "",
"rowerTypeCode": "01",
"rowerTypeName": "病历概要"
},
{
"id": "2",
"createUserId": "99",
"createUserName": "龚强",
"createDate": "2009-10-09T11:40:11.0Z",
"updateUserId": "38",
"updateUserName": "夏秀英",
"updateDate": "1981-05-19T12:49:59.0Z",
"orgCode": "BLJZXCSHJ",
"orgName": "堡垒机主线测试环境",
"spellCode": "89",
"fivestrokeCode": "31",
"stdCode": "EMR020001",
"stdName": "门(急)诊病历",
"businessDomain": " 门(急)诊病历记录",
"isOnly": "1",
"firstClassifyCode": "EMR02",
"firstClassifyName": "门(急)诊病历",
"scondClassifyCode": "",
"scondClassifyName": "",
"rowerTypeCode": "02",
"rowerTypeName": "门急诊病历"
}
]
}
}