{{ $store.getters.xt_user.org.org_name }}费用清单 | |||
患者姓名:{{ patient.name }} | 性别:{{ patient.gender == 1 ? "男" : "女" }} | 结算类别: {{ getType(his_patient.balance_accounts_type) }} {{getType(his_record_patient.balance_accounts_type)}} | 发票号码:{{order.fa_piao_number}} |
住院/门诊号: {{his_patient.number}} {{his_record_patient.ipt_otp_no}} | 科室: {{ getDepartment(his_patient.departments) }} {{ getDepartment(his_record_patient.departments) }} | 就诊流水号: {{ his_patient.number }} {{his_record_patient.number}} | |
总费用:{{ getAllPice() }} | 个人支付: {{getActPay()}} | 基金支付记账:{{ getFundPaySumamt() }} | 补充医疗支付记账:{{ getHifesPay() }} |
救助支付金额:{{ getMafPay() }} |
序号 | 处方日期 | 费用编码 | 项目名称 | 规格 | 数量 | 单位 | 单价(元) | 金额 |
{{ index + 1 }} 合计 | {{getTimes(item.record_date)}} | {{ item.number }} | {{ item.advice.advice_name }} {{ item.project.project.project_name }} {{item.project.good_info.good_name}} | {{ item.advice.drug.dose }}{{ item.advice.drug.dose_unit }}*{{ item.advice.drug.min_number }}{{ item.advice.drug.min_unit }}/{{ item.advice.drug.max_unit }} {{ item.project.project.project_name }} {{ item.project.good_info.specification_name }} | {{ item.cnt }} | {{item.advice.prescribing_number_unit}} {{item.project.project.unit}} {{item.project.good_info.packing_unit}} | {{ item.pric }} | {{ item.total_price }} |