- 请阅读
- Auth
- 目录
- 其他
- 第三方
- 住院登记
- 住院结算
- 门诊结算
- 费用清单
- 结算历史
- 患者
- 打印
- 统计
- 挂号
- 用血报销
- his接口模拟
- py费用上传
- 用户权限GET
- 登录POST
- 患者列表GET
- 下载已对照目录GET
- 登录-工号POST
- 未命名接口GET
- 登陆 by 操作员POST
费用清单
将废弃
GET
/settlement_mz/cost
最后修改时间:2023-05-24 07:54:05
请求参数
Query 参数
patient_id
string
必需
示例值:
0000000111
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 '/settlement_mz/cost?patient_id=0000000111' \
--header 'Authorization: Bearer {{Token}}'
返回响应
🟢200成功
application/json
Body
status
string
必需
code
integer
必需
message
string
必需
data
array [object {15}]
必需
id
integer
必需
his_pay_fee_no
string
必需
his_sequence_no
string
必需
his_patient
object
必需
his_patient_type
string
必需
his_doct_code
string
必需
his_disease_code
string
必需
dj
string
必需
sl
string
必需
zje
string
必需
kdks
object
必需
sxzfbl
string
必需
fysfsj
string
必需
yyxmmc
string
必需
sfryxm
string
必需
示例
{
"status": "success",
"code": 200,
"message": "\u8bf7\u6c42\u6210\u529f",
"data": [
{
"id": 1,
"his_pay_fee_no": "416243296088133",
"his_sequence_no": "1",
"his_patient": {
"name": "\u81ea\u8d39",
"type": "1"
},
"his_patient_type": "1",
"his_doct_code": "",
"his_disease_code": "1",
"dj": "130.0000",
"sl": "1.0000",
"zje": "130.0000",
"kdks": {
"bm": "8071",
"mc": ""
},
"sxzfbl": "0.0000",
"fysfsj": "2023-05-11 14:38:20",
"yyxmmc": "\u5927\u5e73\u677f\u591a\u529f\u80fd\u6570\u5b57\u5316X\u7ebf",
"sfryxm": "\u738b\u8302\u6797"
},
{
"id": 2,
"his_pay_fee_no": "416243911409733",
"his_sequence_no": "1",
"his_patient": {
"name": "\u81ea\u8d39",
"type": "1"
},
"his_patient_type": "1",
"his_doct_code": "",
"his_disease_code": "",
"dj": "270.0000",
"sl": "1.0000",
"zje": "270.0000",
"kdks": {
"bm": "8071",
"mc": ""
},
"sxzfbl": "0.0000",
"fysfsj": "2023-05-11 14:40:50",
"yyxmmc": "\u53e3\u8154CBCT",
"sfryxm": "\u738b\u8302\u6797"
},
{
"id": 3,
"his_pay_fee_no": "416286710775877",
"his_sequence_no": "2",
"his_patient": {
"name": "\u6162\u6027\u75c5",
"type": "8"
},
"his_patient_type": "8",
"his_doct_code": "",
"his_disease_code": "2",
"dj": "0.7000",
"sl": "1.0000",
"zje": "0.7000",
"kdks": {
"bm": "8071",
"mc": ""
},
"sxzfbl": "0.1000",
"fysfsj": "2023-05-11 17:34:59",
"yyxmmc": "\u767e\u7663\u590f\u5854\u70ed\u7247",
"sfryxm": "\u738b\u8302\u6797"
},
{
"id": 4,
"his_pay_fee_no": "416286710775877",
"his_sequence_no": "1",
"his_patient": {
"name": "\u6162\u6027\u75c5",
"type": "8"
},
"his_patient_type": "8",
"his_doct_code": "",
"his_disease_code": "2",
"dj": "1290.0000",
"sl": "1.0000",
"zje": "1290.0000",
"kdks": {
"bm": "8071",
"mc": ""
},
"sxzfbl": "0.1000",
"fysfsj": "2023-05-11 17:34:59",
"yyxmmc": "\u963f\u8fbe\u6728\u5355\u6297\u6ce8\u5c04\u6db2-\u4fee\u7f8e\u4e50",
"sfryxm": "\u738b\u8302\u6797"
}
]
}