当前处方总费用:{{ total}}元
待结算
已结算
已退费
人员信息
人员编码:{{patientInfo.dialysis_no}}
日期:{{record_date}}
- 姓名:{{patientInfo.name}}
- 性别:{{patientInfo.gender == 1 ? '男' : '女' }}
- 年龄:{{patientInfo.age }}
- 电话:{{patientInfo.phone}}
诊断信息
门诊编号:{{ hisPatientInfo.number}}
- 医生:{{ info.doctor }}
- 科室:{{ info.departments }}
- 总费用:{{ getTotal() }}
- 判断结果:{{info.diagnosis}}
- 是否有传染病:
- 血压:
Rp
-
当前处方总费用:{{ month_total }}元
人员信息
人员编码:{{patientInfo.dialysis_no}}
日期:{{record_date}}
- 姓名:{{patientInfo.name}}
- 性别:{{patientInfo.gender == 1 ? '男' : '女' }}
- 年龄:{{patientInfo.age }}
- 电话:{{patientInfo.phone}}
- 过敏史及其他病史:{{info.sick_history}}
诊断信息
门诊编号:{{ hisPatientInfo.number}}
- 医生:{{ info.doctor }}
- 科室:{{ getDepartment(info.departments) }}
- 总费用:{{ getTotal() }}
- 总费用:{{ getTotalTwo() }}
- 判断结果:{{info.diagnosis}}