X-Token: ********************
{
"inpNo":"",//住院号
"patientName":"",//患者姓名
"fileName":"",//文件名称
"mrClassCode":""//文书类型编号
}
curl --location --request POST '/document/open/query-patient-file' \
--header 'X-Signit-App-Id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"inpNo":"",//住院号
"patientName":"",//患者姓名
"fileName":"",//文件名称
"mrClassCode":""//文书类型编号
}'
{
"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"
}
]
}
}