Browse Source

医院所有医生的临近任务

master
zhizhi wu 5 years ago
parent
commit
e5013231d9
  1. 6
      HT/认知.http
  2. 56
      中医药/中医药测试.http

6
HT/认知.http

@ -6,7 +6,7 @@
@localhost_tall = http://127.0.0.1:7030/v1.0 @localhost_tall = http://127.0.0.1:7030/v1.0
# @test_ht = http://192.168.31.13/gateway/ht # @test_ht = http://192.168.31.13/gateway/ht
@test_ht = http://test.tall.wiki/gateway/ht @test_ht = http://test.tall.wiki/gateway/ht
@test_tall = http://192.168.0.99/gateway/tall/v1.0 @test_tall = http://192.168.31.13/gateway/tall-ht/v1.0
@sd_tall = https://sd.tall.wiki/gateway/tall/v1.0 @sd_tall = https://sd.tall.wiki/gateway/tall/v1.0
@sd_ht = https://sd.tall.wiki/gateway/ht @sd_ht = https://sd.tall.wiki/gateway/ht
@ -19,7 +19,7 @@
### login ### login
# @name login # @name login
# POST {{sd_tall}}/users/signin # POST {{sd_tall}}/users/signin
POST {{localhost_tall}}/users/signin POST {{test_tall}}/users/signin
{{type}} {{type}}
{ {
@ -70,7 +70,7 @@ Content-Disposition: form-data; name="file"; filename="C:\Users\23778\Documents\
### 导出 ### 导出
POST {{localhost_ht}}/exportReport POST {{test_ht}}/exportReport
{{type}} {{type}}
Authorization: Bearer {{login.response.body.$.data.token}} Authorization: Bearer {{login.response.body.$.data.token}}

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

@ -111,9 +111,8 @@ Authorization: Bearer {{login.response.body.$.data.token}}
{ {
"param": { "param": {
"id":"1369189040502611968", "id":"1390224835216678912",
"code":"QXJC",
"code":"",
"nums":0 "nums":0
} }
} }
@ -191,6 +190,18 @@ Authorization: Bearer {{login.response.body.$.data.token}}
} }
} }
### 添加病例
Post {{wiki}}/patient/upPatientMes
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id":1390224835216678912,
"inputStatus":"6"
}
}
### 查询患者基本信息 ### 查询患者基本信息
Post {{wiki}}/patient/selPatientMes Post {{wiki}}/patient/selPatientMes
{{type}} {{type}}
@ -198,11 +209,14 @@ Authorization: Bearer {{login.response.body.$.data.token}}
{ {
"param": { "param": {
"hospitalization":"whj", "hospitalization": null,
"inpatientId":"3", "inpatientId":"",
"code":"F30", "code":"",
"doctorName":"doctor", "startTime":"2021-05-06 20:00:00",
"queryAuthority":0 "endTime":"",
"doctorId":"1368849516723445760",
"queryAuthority":2,
"hospitalId":1
} }
} }
@ -230,3 +244,29 @@ Authorization: Bearer {{login.response.body.$.data.token}}
} }
} }
### 查询医生
Post {{wiki}}/doctor/simpleMsg
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"authority": 1,
"role":0
}
}
### 查询医院的临近任务
Post {{wiki}}/statistics/hospitalAdjacentTasks
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"pageNum": 1,
"pageSize":10
}
}

Loading…
Cancel
Save