{{$store.getters.xt_user.org.org_name}}费用汇总
医疗机构名称:{{$store.getters.xt_user.org.org_name}}
科别:
{{getDepartment(his_record_patient.departments)}}
床号:{{getBedName(schedule[0].bed_id)}}
门诊号:
{{his_record_patient.ipt_otp_no}}
姓名:{{patient.name}}
预交款:
总费用:{{getAllPice()}}
门诊日期:{{this.$route.query.end_time}}
西药:{{getWesternMedicineCostTotal()}}
中成药:{{getChineseTraditionalMedicineCostTotal()}}
中草药:{{getChineseTotal()}}
检查费:{{getCheckCostTotal()}}
输氧费:{{getOxygen()}}
手术费:{{getOperation()}}
化验费:{{getLaboratoryCostTotal()}}
输血费:{{getBlood()}}
诊断费:{{getZhenChaCostTotal()}}
治疗费:{{getTreatement()}}
护理费:{{getNursing()}}
床位费:{{getBedCostTotal()}}
麻醉费:{{getAnesthesia()}}
材料费:{{getMaterialCostTotal()}}
其他:{{getOtherCostTotal()}}
序号 |
费用分类 |
项目名称 |
规格 |
单价 |
数量 |
金额 |
医保类别 |
{{index+1}}
合计
|
{{item.cost_type}}
{{item.cost_type}}
材料费
|
{{item.name}}
|
{{ item.spec }}
|
{{item.pric}}
|
{{item.count_number }}{{item.unit }}
|
{{ item.total }}
{{ (item.pric * item.count_number).toFixed(2) }}
|
{{getChrgitmLv(item.medical_insurance_level)}}
|