姓 名: |
{{ patientInfo.name }}
|
性 别: |
{{ patientInfo_gender_1 ? "男" : "女" }}
|
年 龄: |
{{ getAge(patientInfo) }}
|
岁 | 透析号/住院号: |
{{ patientInfo.dialysis_no }} /{{ receiverTreatmentAccess.admission_number ? receiverTreatmentAccess.admission_number : "无" }}
|
治疗日期: |
{{ queryParams.xtdate }}
|
诊 断: |
{{ patientInfo.diagnose }}
|
一般情况 |
|
专科记录 |
|
透析监测 | 时间 | T ℃ |
Bp mmHg |
P 次/分 |
R 次/分 |
静脉压 {{monitors[0] && monitors[0]['venous_pressure_type'] == 2 ? 'kpa' : 'mmHg'}} |
TMP {{monitors[0] && monitors[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}} |
血流量 ml/min |
电导度 mS/cm |
超滤量 ml |
透析液温度 ℃ |
病情变化及处理 | |
{{ getTime(monitor.operate_time, "{h}:{i}") }} | {{ monitor.temperature ? monitor.temperature : "" }} | {{ 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.venous_pressure ? monitor.venous_pressure : 0 }} | {{ monitor.venous_pressure ? monitor.venous_pressure : "" }} | {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }} | {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }} | {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "" }} | {{ monitor.conductivity ? monitor.conductivity : "" }} | {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }} | {{ monitor.dialysate_temperature ? monitor.dialysate_temperature : "" }} | {{ monitor.symptom }} {{ monitor.dispose }} {{ monitor.result }} |
医嘱内容 | 时间 | 医嘱内容 | 医生签名 | 执行人签名 | 时间 | |
{{ getTime(advice.start_time, "{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, "{h}:{i}") }} |
透后评估 |
|
医生 |
{{ getAdminUser(prescription.creater)}}
|
治疗护士 |
{{ getAdminUser(doctor_advices[0].execution_staff) }}
|
核对护士 |
{{ getAdminUser(check == null ? 0 : check.modifier) }}
|