{{ advice.parent_id == 0 ? schedule.patient.name : "" }}
|
{{
advice.parent_id == 0 ? schedule.patient.dialysis_no : ""
}}
|
{{ getAdaviceType(advice.advice_type, advice.parent_id) }}
|
{{
advice.parent_id == 0
? parseTime(advice.start_time, "{m}-{d} {h}:{i}")
: ""
}}
|
{{ advice.advice_name }}
{{ advice.advice_desc }}{{ advice.drug_spec_unit }}
{{ advice.prescribing_number
}}{{ advice.prescribing_number_unit }}
单次用量 {{ advice.single_dose
}}{{ advice.single_dose_unit }}
{{ advice.delivery_way }}
{{ advice.execution_frequency }}
({{ advice.remark }})
|
{{ parseTime(advice.execution_time, "{m}-{d} {h}:{i}") }}
|
{{ getName(advice.execution_staff) }} |
{{ getName(advice.checker) }} |
{{ parseTime(advice.check_time, "{m}-{d} {h}:{i}") }} |
{{ getName(advice.advice_doctor) }} |
{{ parseTime(advice.created_time, "{m}-{d} {h}:{i}") }} |