{
"inpNo": "string",
"patientName": "string",
"fileName": "string",
"mrClassCode": "string"
}curl --location --request POST 'https://m1.apifoxmock.com/m1/4604434-0-default/document/open/query-patient-file?access_token=3e9dec5f-4a9d-4af8-8abc-23e4675a1eb6' \
--header 'X-Signit-App-Id;' \
--header 'X-Signit-App-Id: 1931fabdb516e66ca2f8c42691a' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"inpNo": "string",
"patientName": "string",
"fileName": "string",
"mrClassCode": "string"
}'{
"code": "100100000",
"message": "操作成功",
"data": {
"inpNo": "A100244",
"patientName": "赵浩涵",
"patientId": "900244",
"inHospitalDatetime": 1670774400000,
"inHospitalDeptName": "泌尿外科",
"files": [
{
"fileName": "护理记录单.pdf",
"mrClassCode": "DZBA02.00.02",
"fileUrl": "http://localhost:8080/file/files/WSID_FILE_0000019536b7b07132a6c4dd72c432c5"
}
]
}
}