Browse Source

根据患者ID查询生物样本+导出HT报告单

master
zhizhi wu 5 years ago
parent
commit
3bb462e4cb
  1. 55
      HT/认知.http

55
HT/认知.http

@ -38,10 +38,10 @@ Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0g
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\导入数据.xlsx"
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\导入数据2020-04-27(1).xlsx"
# Content-Type: image/png
< C:\Users\23778\Downloads\导入数据.xlsx
< C:\Users\23778\Downloads\导入数据2020-04-27(1).xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
### 导入类型
@ -57,15 +57,15 @@ Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\
------WebKitFormBoundary7MA4YWxkTrZu0gW--
### 导入指定测评
POST {{sd_ht}}/importEvaluation?code=LBD
POST {{localhost_ht}}/importEvaluation?code=LFT
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\1.xlsx"
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Documents\WeChat Files\wxid_km0nxjweubc522\FileStorage\File\2021-04\导入数据(1).xlsx"
# Content-Type: image/png
< C:\Users\23778\Downloads\1.xlsx
< C:\Users\23778\Documents\WeChat Files\wxid_km0nxjweubc522\FileStorage\File\2021-04\导入数据(1).xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
@ -81,14 +81,14 @@ Authorization: Bearer {{login.response.body.$.data.token}}
}
### 导出指定报告单
POST {{sd_ht}}/export
POST {{localhost_ht}}/export
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id": "1385245118524690432" ,
"code": "ADL"
"id": "1306137371745587200" ,
"code": "HAMD"
}
}
@ -148,3 +148,42 @@ Authorization: Bearer {{login.response.body.$.data.token}}
"questionId": "1340952996439265280"
}
}
### 查询报告单
POST {{localhost_ht}}/queryAllReports
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"startAge":0,
"endAge":100,
"patientSex":0,
"educationalStatus":4,
"startEducationalStatusUnit":0,
"endEducationalStatusUnit":100,
"clinicalDiagnosis":null,
"scores":[
{
"code":"MMSE",
"start":0,
"end":100
}
]
}
}
### 查询试题
POST {{test_ht}}/queryQuestion
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"patientReportId":1385233022449750016,
"code":"AVLT",
"num":1
}
}

Loading…
Cancel
Save