{{title}}
开嘱医生 | 开始时间 | 医嘱内容 | 执行时间 | 执行护士 | 核对护士 |
---|---|---|---|---|---|
{{doctor_map[advice.advice_doctor] != undefined ? doctor_map[advice.advice_doctor].name : ""}} | {{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}")}} | {{advice.execution_staff != 0 ? (doctor_map[advice.execution_staff] != undefined ? doctor_map[advice.execution_staff].name : "") : ""}} | {{advice.checker != 0 ? (doctor_map[advice.checker] != undefined ? doctor_map[advice.checker].name : "") : ""}} |