|
|
@ -4,9 +4,9 @@ |
|
|
|
@localhost_question = http://127.0.0.1:7160 |
|
|
|
@localhost_ht = http://127.0.0.1:7040 |
|
|
|
@localhost_tall = http://127.0.0.1:7030/v1.0 |
|
|
|
# @test_ht = http://192.168.31.13/gateway/ht |
|
|
|
# @test_ht = http://192.168.4.113/gateway/ht |
|
|
|
@test_ht = http://test.tall.wiki/gateway/ht |
|
|
|
@test_tall = http://192.168.31.13/gateway/tall-ht/v1.0 |
|
|
|
@test_tall = http://192.168.4.113/gateway/tall-ht/v1.0 |
|
|
|
@sd_tall = https://sd.tall.wiki/gateway/tall/v1.0 |
|
|
|
@sd_ht = https://sd.tall.wiki/gateway/ht |
|
|
|
|
|
|
@ -19,7 +19,7 @@ |
|
|
|
### login |
|
|
|
# @name login |
|
|
|
# POST {{sd_tall}}/users/signin |
|
|
|
POST {{test_tall}}/users/signin |
|
|
|
POST {{localhost_tall}}/users/signin |
|
|
|
{{type}} |
|
|
|
|
|
|
|
{ |
|
|
@ -102,6 +102,17 @@ POST {{localhost_question}}/patientReport/searchParam |
|
|
|
"parentCode": "KT" |
|
|
|
} |
|
|
|
} |
|
|
|
### 报告单详情 |
|
|
|
POST {{test_ht}}/queryReportDetail |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param": { |
|
|
|
"id": 1392019589705109504, |
|
|
|
"report":"REPORT1.1" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
### 搜索报告单 |
|
|
|
POST {{test_ht}}/patientReport/search |
|
|
@ -144,8 +155,8 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param": { |
|
|
|
"patientReportId": "1385191545782800384", |
|
|
|
"questionId": "1340952996439265280" |
|
|
|
"patientReportId": "1398098337596575744", |
|
|
|
"questionId": "1207564351553277953" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
@ -156,19 +167,16 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param": { |
|
|
|
"patientName":"小吴", |
|
|
|
"startAge":0, |
|
|
|
"endAge":100, |
|
|
|
"patientSex":0, |
|
|
|
"educationalStatus":4, |
|
|
|
"startEducationalStatusUnit":0, |
|
|
|
"endEducationalStatusUnit":100, |
|
|
|
"patientSex":null, |
|
|
|
"educationalStatus":null, |
|
|
|
"startEducationalStatusUnit":null, |
|
|
|
"endEducationalStatusUnit":null, |
|
|
|
"clinicalDiagnosis":null, |
|
|
|
"scores":[ |
|
|
|
{ |
|
|
|
"code":"MMSE", |
|
|
|
"start":0, |
|
|
|
"end":100 |
|
|
|
} |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
} |
|
|
@ -187,3 +195,25 @@ Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
### 保存试题其他记录 |
|
|
|
POST {{test_ht}}/saveRecord |
|
|
|
{{type}} |
|
|
|
Authorization: Bearer {{login.response.body.$.data.token}} |
|
|
|
|
|
|
|
{ |
|
|
|
"param": { |
|
|
|
"patientReportId":1390960465944907776, |
|
|
|
"details":[ |
|
|
|
{ |
|
|
|
"recordId":1386940287842127872, |
|
|
|
"answers":["胳膊,猫,自行车"] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"recordId":1386940288190255104, |
|
|
|
"answers":["1"] |
|
|
|
} |
|
|
|
] |
|
|
|
} |
|
|
|
} |