You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

292 lines
6.2 KiB

###
@www = https://www.tall.wiki/gateway/tcm
@test = http://test.tall.wiki/gateway/tcm
@wiki = http://sxzxyzzlm.tall.wiki/gateway/tcm
@wiki_question = http://sxzxyzzlm.tall.wiki/gateway/question
@wiki_tall = https://sxzxyzzlm.tall.wiki/gateway/tall/v1.0
@loaclhost = http://localhost:7150
@loaclhost_tall = http://localhost:7030/v1.0
@type = content-type: application/json;charset=utf-8
### login
# @name login
# POST http://test.tall.wiki/gateway/tall/v1.0/users/signin
# POST {{wiki_tall}}/users/signin
POST {{wiki_tall}}/users/signin
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
"identifier": "doctor"
},
"scene": 0,
"type": 3
}
###
Post {{wiki}}/import/code
Authorization: Bearer {{login.response.body.$.data.token}}
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
< C:\Users\86183\Desktop\ (4)\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(3).xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
###
Post {{wiki}}/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\dou\Desktop\v1.3-20210510.xlsx"
< C:\Users\dou\Desktop\v1.3-20210510.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
###
Post {{www}}/import/updateRedis
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
Post {{loaclhost}}/ocr/general/basic
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"patientId":1390611940237385728,
"code":"TLCTPS",
"fileId":1392038920719704064
}
}
# 1 2 3
### redis
# POST {{test}}/import/updateRedis
POST {{wiki}}/import/updateRedis
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
Post {{loaclhost}}/question/queryAll
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"code":"ZLXG"
}
}
###
POST {{wiki}}/inpatient/query
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
POST {{wiki}}/inpatient/queryEnable
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
Post {{wiki}}/question/query
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id":"1390224835216678912",
"code":"QXJC",
"nums":0
}
}
###
Post {{loaclhost}}/statistics/complete
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"hospitalId":"",
"userId":""
}
}
###
Post {{loaclhost}}/statistics/hospital/complete
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"hospitalId":"",
"userId":""
}
}
###
Post {{wiki}}/patient/selSearchCriteriaList
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
Post {{loaclhost}}/conferenceRecords/save
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"taskId":"123456",
"startTime":"2021-02-02 01:02:03",
"endTime":"2021-02-08 01:02:03",
"place":"",
"host":"",
"participants":"",
"discussionContent":"",
"meetingMinutes":"便"
}
}
### IdId
Get {{wiki}}/hospatil/byProjectId?projectId=1371735287096545280
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
###
Post {{wiki}}/patient/savePatientMes
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"hospitalization":"whj001",
"inpatientId":"3",
"codeNum":2
}
}
###
Post {{wiki}}/patient/upPatientMes
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id":1390224835216678912,
"inputStatus":"6"
}
}
###
Post {{wiki}}/patient/selPatientMes
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"hospitalization": null,
"inpatientId":"",
"code":"",
# "startTime":"2021-05-06 20:00:00",
"endTime":"",
# "doctorId":"1368849516723445760",
"queryAuthority":1,
# "hospitalId":1,
"pageNum" :2,
"pageSize": 10
}
}
###
Post {{wiki}}/biologicalSamples/addBiologicalSamples
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"sampleTypes":[0,1],
"code":"F8001",
"collectTime":0
}
}
###
Post {{wiki}}/biologicalSamples/queryByPatient
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"patientId": 1387698196658266112
}
}
###
Post {{wiki}}/doctor/simpleMsg
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"authority": 2,
"role":0,
"hospitalId": 5
}
}
###
Post {{wiki}}/statistics/hospitalAdjacentTasks
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"pageNum": 1,
"pageSize":10
}
}
###
Post {{wiki_question}}/checkPatientComplete
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"patientId": 1391646303876030464,
"serialNumber":"test"
}
}