- 请阅读
- Auth
- 目录
- 其他
- 第三方
- 住院登记
- 住院结算
- 门诊结算
- 费用清单
- 结算历史
- 患者
- 打印
- 统计
- 挂号
- 用血报销
- his接口模拟
- py费用上传
- 用户权限GET
- 登录POST
- 患者列表GET
- 下载已对照目录GET
- 登录-工号POST
- 未命名接口GET
- 登陆 by 操作员POST
患者信息-住院登记
开发中
GET
/register/{inpatient_no}
最后修改时间:2024-09-29 14:06:36
请求参数
Path 参数
inpatient_no
string
必需
示例值:
00060175003
Query 参数
force
string
强制更新
示例值:
1
Header 参数
Authorization
string
可选
默认值:
Bearer {{Token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/register/00060175003' \
--header 'Authorization: Bearer {{Token}}'
返回响应
🟢200成功
application/json
Body
status
string
必需
code
integer
必需
message
string
必需
data
object
必需
id
integer
必需
his_patient_id
string
必需
his_patient_type
object
必需
his_patient_no
string
必需
his_inpatient_no
string
必需
channel
string
必需
p_grbh
string
必需
p_xm
string
必需
p_xb
string
必需
p_yltclb
string
必需
p_ksbm
string
必需
p_ksmc
string
必需
p_zyrq
string
必需
p_qzys
string
必需
p_qzysxm
string
必需
p_xzbz
string
必需
p_jylb
string
必需
p_jyyybm
string
必需
p_zyfs
string
必需
p_ylzyfs
string
必需
p_jbbm
string
必需
p_jbmc
string
必需
p_yyltcdjh
null
必需
p_cbdsbh
null
必需
p_cbjgmc
null
必需
p_cw
string
必需
p_rqlb
string
必需
p_ycq
null
必需
p_hysj
null
必需
p_sytc
integer
必需
p_lxdh
string
必需
p_sfrzfs
null
必需
p_wsbz
boolean
必需
p_sjdsfbz
boolean
必需
p_zylx
string
必需
status
object
必需
示例
{
"status": "success",
"code": 200,
"message": "\u8bf7\u6c42\u6210\u529f",
"data": {
"id": 5,
"his_patient_id": "0000000136",
"his_patient_type": {
"name": "\u81ea\u8d39",
"value": "ZF"
},
"his_patient_no": "00959474",
"his_inpatient_no": "00959474001",
"channel": "null",
"p_grbh": "370123199806034715",
"p_xm": "\u4efb\u9e3f\u5fd7",
"p_xb": "1",
"p_yltclb": "1",
"p_ksbm": "8255",
"p_ksmc": "\u521b\u4f24\u9aa8\u79d1\u75c5\u623f",
"p_zyrq": "2023-05-09 13:00:00",
"p_qzys": "103237",
"p_qzysxm": "\u8bb8\u7acb\u5e73",
"p_xzbz": "C",
"p_jylb": "01",
"p_jyyybm": "050003",
"p_zyfs": "1",
"p_ylzyfs": "0",
"p_jbbm": "Z00.001",
"p_jbmc": "\u5065\u5eb7\u67e5\u4f53",
"p_yyltcdjh": null,
"p_cbdsbh": null,
"p_cbjgmc": null,
"p_cw": "19",
"p_rqlb": "A",
"p_ycq": null,
"p_hysj": null,
"p_sytc": 0,
"p_lxdh": "",
"p_sfrzfs": null,
"p_wsbz": false,
"p_sjdsfbz": false,
"p_zylx": "1",
"status": {
"name": "\u533b\u4fdd\u672a\u767b\u8bb0",
"value": 0
}
}
}