Browse Source

量表导出

master
zhizhi wu 4 years ago
parent
commit
ea63a93f0c
  1. 39
      HT/认知.http
  2. 42
      中医药/中医药测试.http

39
HT/认知.http

@ -3,8 +3,11 @@
@sxzxyzzlm_tall = https://sxzxyzzlm.tall.wiki/gateway/tall/v1.0
@localhost_question = http://127.0.0.1:7160
@localhost_ht = http://127.0.0.1:7040
@test_ht = http://192.168.31.13/gateway/ht
@localhost_tall = http://127.0.0.1:7030/v1.0
# @test_ht = http://192.168.31.13/gateway/ht
@test_ht = http://test.tall.wiki/gateway/ht
@test_tall = http://192.168.0.99/gateway/tall/v1.0
@sd_tall = https://sd.tall.wiki/gateway/tall/v1.0
@sd_ht = https://sd.tall.wiki/gateway/ht
@ -15,7 +18,8 @@
### login
# @name login
POST {{sxzxyzzlm_tall}}/users/signin
# POST {{sd_tall}}/users/signin
POST {{localhost_tall}}/users/signin
{{type}}
{
@ -34,10 +38,10 @@ Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0g
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\Downloads\导入数据.xlsx"
# Content-Type: image/png
< C:\Users\23778\Downloads\1.xlsx
< C:\Users\23778\Downloads\导入数据.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
### 导入类型
@ -72,7 +76,19 @@ Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id": "1374624446844899328"
"id": "1341582151497420800"
}
}
### 导出指定报告单
POST {{sd_ht}}/export
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id": "1385245118524690432" ,
"code": "ADL"
}
}
@ -119,3 +135,16 @@ Authorization: Bearer {{login.response.body.$.data.token}}
"pageSize": 15
}
}
### 画图分析
POST {{localhost_ht}}/queryCanvas
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"patientReportId": "1385191545782800384",
"questionId": "1340952996439265280"
}
}

42
中医药/中医药测试.http

@ -13,7 +13,7 @@
# @name login
# POST http://test.tall.wiki/gateway/tall/v1.0/users/signin
POST {{wiki_tall}}/users/signin
POST {{loaclhost_tall}}/users/signin
# POST http://localhost:7030/v1.0/users/signin
{{type}}
@ -21,7 +21,7 @@ POST {{wiki_tall}}/users/signin
"client": 1,
"data": {
"credential": "123456",
"identifier": "zy11"
"identifier": "doctorli"
},
"scene": 0,
"type": 3
@ -34,21 +34,21 @@ Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0g
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx"
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\病历汇总v1.1-20210409(3).xlsx"
< C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx
< C:\Users\23778\Downloads\病历汇总v1.1-20210409(3).xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
### 导入试题
Post {{wiki}}/import/all
Post {{loaclhost}}/import/all
Authorization: Bearer {{login.response.body.$.data.token}}
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx"
Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Downloads\病历汇总v1.1-20210409(3).xlsx"
< C:\Users\23778\Downloads\病历汇总v1.1-20210409.xlsx
< C:\Users\23778\Downloads\病历汇总v1.1-20210409(3).xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
@ -67,7 +67,7 @@ Authorization: Bearer {{login.response.body.$.data.token}}
"param": {
"hospitalId":1,
"code":"JLDPLXGCS",
"url":"https://www.tall.wiki/staticrec/test/4.jpg"
"url":"http://sxzxyzzlm.tall.wiki/gateway/tcm/uploads/upload/20210425/62a783634cd041ea9badde68a6e96b55.jpg"
}
}
@ -84,32 +84,32 @@ Authorization: Bearer {{login.response.body.$.data.token}}
### 查看所有试题信息
Post {{wiki}}/question/queryAll
Post {{loaclhost}}/question/queryAll
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"code":"BSXG"
"code":"ZLXG"
}
}
### 查询所有对照组信息
POST {{test}}/inpatient/query
POST {{loaclhost}}/inpatient/query
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
### 查看患者的试题和答题信息
Post {{loaclhost}}/question/query
Post {{wiki}}/question/query
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id":"1369189040502611968",
"code":"BSXG",
"id":"1377810337931468800",
"code":"",
"nums":0
}
}
@ -142,7 +142,7 @@ Authorization: Bearer {{login.response.body.$.data.token}}
### 统计各个医院的病例完成情况
Post {{test}}/patient/selSearchCriteriaList
Post {{wiki}}/patient/selSearchCriteriaList
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
@ -166,3 +166,15 @@ Authorization: Bearer {{login.response.body.$.data.token}}
"meetingMinutes":"随便"
}
}
### 添加病例
Post {{wiki}}/patient/savePatientMes
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"hospitalization":"whj003",
"inpatientId":"3"
}
}
Loading…
Cancel
Save