grzhzf his_deduct_amount 仅在正式结算需要,病人负担金额金额必须等于预结算返回的:his_deduct_amount grzhzf 之和
{
"is_pre": "1",
"is_zf": 1,
"cache_uuid": "",
"p_yecssj": "",
"pre_id": "1",
"p_cyfs": "2",
"p_zlfs": "1",
"his_deduct_amount": 0,
"grzhzf": 0
}
curl --location --request POST '/settlement/00959474001' \
--header 'Authorization: Bearer {{Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_pre": "1",
"is_zf": 1,
"cache_uuid": "",
"p_yecssj": "",
"pre_id": "1",
"p_cyfs": "2",
"p_zlfs": "1",
"his_deduct_amount": 0,
"grzhzf": 0
}'
{
"status": "success",
"code": 200,
"message": "请求成功",
"data": {
"id": 7074,
"his_patient_no": "0005160862",
"his_inpatient_no": "00564374001",
"his_deduct_amount": "0.00",
"his_amount": {
"in_prepay": "0"
},
"mis": {
"mis_no": "MED_MIS_1687922277LkrwCj"
},
"blood_status": false,
"is_pre": false,
"sptddh": null,
"jshid": "10205000323062854118987",
"brjsrq": "20230628111540",
"zje": "4442.37",
"brfdje": "1561.93",
"ybfdje": "2880.44",
"ylbzje": "0",
"yyfdje": "0",
"grzhzf": "1561.93",
"gjzhzf": "0",
"sydgrzhzf": "0",
"tczf": "2880.44",
"dezf": "0",
"desybx": "0",
"zhzf": "0",
"jmje": "0",
"gywbz": "0",
"pkryzjzje": "0",
"gjzhxfje": "0",
"bntczfje": "0",
"yfbzy": "0",
"bnzycs": "1",
"qttczf": "0",
"zhye": "0",
"gjzhye": "0",
"bcqfx": "800",
"fpryyljgjm": "0",
"p_sfrzfs": {
"name": "YBEWM",
"value": "01"
},
"status": {
"name": "SUCCESS",
"value": 3
}
}
}