费别:
{{
newHisPatient.balance_accounts_type == 1 ? '医保':'自费'
}}
{{
}}
医保类型:
{{'医保一档'}}
{{'医保二档'}}
{{'医保三档'}}
电脑号:{{
newHisPatient.id_card_no
}}
处方编号:{{
item.prescription_number.substring(
item.prescription_number.length - 6
)
}}
姓名:{{
item.patient.name
? item.patient.name.indexOf("(") > -1
? item.patient.name.substring(
0,
item.patient.name.indexOf("(")
)
: item.patient.name
: ""
}}
性别:
男
女
年龄:{{
getNewAge(item.patient.birthday)
? getNewAge(item.patient.birthday)
: ""
}}岁
门诊号码:{{
hisPatient.number ? hisPatient.number : ""
}}
科别:{{
item.info ? getDepart(item.info.departments) : ""
}}
临床诊断:{{
item.info ? getDiagnosis(item.info.diagnosis) : ""
}}
自费药品签名:
联系方式:{{ item.patient.phone }}
开具日期:{{
getTime(item.pre_time)
? getTime(item.pre_time).split(" ")[0]
: ""
}}
Rp:
{{ index + 1 + "." }}{{ it.advice_name ? it.advice_name : "" }} {{ it.drug.dose }}{{ it.drug.dose_unit }} * {{ it.drug.min_number }}{{ it.drug.min_unit }}/{{
it.drug.max_unit
}} × {{ it.prescribing_number
}}{{ it.prescribing_number_unit }}
用法:{{ it.single_dose }}{{ it.single_dose_unit }} {{ it.execution_frequency }} {{
it.delivery_way
}} {{ it.advice_desc }}
{{ it.item_name ? it.item_name : "" }}: {{
it.price.toFixed(2)
}}元/{{ it.count }}次
(以下空白)
打印日期:{{ getTime(new Date()) ? getTime(new Date()) : "" }}