{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"ids": [
"string"
],
"keyWord": "string"
}
curl --location --request POST '/ts-bs-emr/queryScoreItemConfig' \
--header 'appId: trasen' \
--header 'Content-Type: application/json' \
--data-raw '{
"orgCode": "string",
"hospCode": "string",
"pageIndex": 0,
"pageSize": 0,
"sortOrder": "string",
"ids": [
"string"
],
"keyWord": "string"
}'
{
"Code": "string",
"Message": "string",
"exception": "string",
"apiCode": "string",
"data": {
"totalCount": 0,
"list": [
{
"id": "string",
"orgCode": "string",
"orgName": "string",
"hospCode": "string",
"hospName": "string",
"createUserId": "string",
"createUserName": "string",
"createDate": "2019-08-24",
"updateUserId": "string",
"updateUserName": "string",
"updateDate": "2019-08-24",
"isDelete": "string",
"updateKey": 0,
"fileCode": "string",
"fileName": "string",
"segmentCode": "string",
"segmentName": "string",
"code": "string",
"name": "string",
"maxDeductPoint": 0,
"isItemDeductPoint": "string",
"defectItemScore": 0
}
]
}
}