姓 名: |
{{ patientInfo.name }}
|
性 别: |
|
年 龄: |
{{ getNewAge(patientInfo.id_card_no) }}
|
岁 | 科 室: |
|
|
科 |
|
床 |
诊 断: |
{{ patientInfo.diagnose }}
|
透析机号 |
{{ getNumber() }}
|
住院号/透析卡号: |
{{ patientInfo.admission_number ? patientInfo.admission_number : "无" }}/{{ patientInfo.dialysis_no }}
|
治 疗 日 期: |
{{ queryParams.xtdate.slice(0,4) }}
|
年 |
{{ queryParams.xtdate.slice(5,7) }}
|
月 |
{{ queryParams.xtdate.slice(8,11) }}
|
日 |
透前评估 |
|
透析处方 |
|
时间 | 临时医嘱 | 医生签名 | 执行护士 | 执行时间 | 核对护士 |
{{ getTime(advice.start_time, "{y}-{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 }}) |
{{ getAdminUser(advice.advice_doctor) }}
|
{{ getAdminUser(advice.execution_staff) }}
|
{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }} |
{{ getAdminUser(advice.checker) }}
|
透析中记录 | 时间 | 血压 mmHg |
脉搏 次/分 |
呼吸 次/分 |
血流量 ml/min |
超滤量 ml |
静脉压 mmHg |
跨膜压 mmHg |
电导度 ms/cm |
液温 ℃ |
备 注 | 执行护士 |
{{ getTime(monitor.operate_time, "{h}:{i}") }} | {{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "" }}/ {{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "" }} | {{ monitor.pulse_frequency ? monitor.pulse_frequency : "" }} | {{ monitor.breathing_rate ? monitor.breathing_rate : "" }} | {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }} | {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : 0 }} | {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }} | {{ monitor.venous_pressure ? monitor.venous_pressure : "" }} | {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }} | {{ monitor.conductivity ? monitor.conductivity : "" }} | {{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }} | {{ monitor.symptom }} {{ monitor.dispose }} {{ monitor.result }} |
{{ getAdminUser(monitor.monitoring_nurse) }}
|
透后评估 |
|
注:透析器堵塞评价标准:“0 级” 无堵塞或数条纤维束堵塞,“Ⅰ 级” 少于10%纤维堵塞,“Ⅱ 级” 少于50%纤维堵塞,“Ⅲ 级” 大于50%纤维堵塞。 |