{
"createUserId": "string",
"createUserName": "string",
"createTime": "string",
"modifyUserId": "string",
"modifyUserName": "string",
"modifyTime": "string",
"version": 0,
"deleted": 0,
"sortFlagList": [
{
"sortField": "string",
"sortFlag": "string",
"index": 0
}
],
"currentPage": 1,
"pageSize": 20,
"keywords": "string",
"codeStatus": 0
}
curl --location --request POST '/mrm-medical-record/icd10/page' \
--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
}
],
"currentPage": 1,
"pageSize": 20,
"keywords": "string",
"codeStatus": 0
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": {
"codeStatus": 0,
"icdId": "",
"icdName": "",
"mainIcdId": "",
"subIcdId": "",
"sexFlag": 0,
"infectiousFlag": 0,
"chronicFlag": 0,
"influenzaFlag": 0,
"customFlag": 0,
"gl2Id": "",
"gl2Name": "",
"chsIcdCode": "",
"chsIcdName": "",
"useFlag": 0
}
}