姓 名: |
{{ patientInfo.name ? patientInfo.name : "/" }}
|
性 别: |
{{ patientInfo.gender ? patientInfo.gender : "/" }}
|
年 龄: |
{{ checkIdCardNo(patientInfo.id_card_no) }}
|
岁 | 透析机号: |
{{
dialysisOrder &&
dialysisOrder.DeviceNumber &&
dialysisOrder.DeviceNumber.number.length > 0
? dialysisOrder.DeviceNumber.number
: patientInfo.DialysisSchedule.device_number.number
}}
|
治疗日期: |
{{ queryParams.xtdate ? queryParams.xtdate : "/" }}
|
住院号: |
{{
receiverTreatmentAccess.admission_number
? receiverTreatmentAccess.admission_number
: "/"
}}
|
身份证号: |
{{ patientInfo.id_card_no ? patientInfo.id_card_no : "/" }}
|
诊 断: |
{{ patientInfo.diagnose ? patientInfo.diagnose : "/" }}
|
|
时间 |
血压 (mmHg) |
脉率 次/分 |
呼吸 次/分 |
血流量 ml/min |
超滤量 L |
置换量 L |
静脉压 (mmHg) |
跨膜压 (mmHg) |
病情变化 |
---|---|---|---|---|---|---|---|---|---|
{{ getTime(monitor.operate_time, "{h}:{i}") }} | {{ monitor.systolic_blood_pressure ? monitor.systolic_blood_pressure : "0" }}/{{ monitor.diastolic_blood_pressure ? monitor.diastolic_blood_pressure : "0" }} | {{ monitor.pulse_frequency ? monitor.pulse_frequency : "0" }} | {{ monitor.breathing_rate ? monitor.breathing_rate : "0" }} | {{ monitor.blood_flow_volume ? monitor.blood_flow_volume : "0" }} | {{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "0" }} | {{ monitor.displacement_quantity ? monitor.displacement_quantity : "0" }} | {{ monitor.venous_pressure ? monitor.venous_pressure : "0" }} | {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "0" }} | {{ monitor.symptom }} {{ monitor.dispose }} {{ monitor.result }} |
时间 |
医嘱执行记录 |
医生签名 |
医嘱执行时间 |
执行 |
核对 |
上次透后体重 |
{{ assessmentafter.weight_after ? assessmentafter.weight_after : "0" }}kg | ||||||||||
{{ 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 }} |
{{
getAdminUser(advice.advice_doctor)
}}
|
{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }} |
{{
getAdminUser(advice.execution_staff)
}}
|
{{
getAdminUser(advice.checker)
}}
|
透前体重: | {{ predialysis.weight_before }}kg | 体重增加量: | 干体重(DW): | {{ predialysis.dry_weight }}kg | 较干体重增加量: | {{ ( predialysis.weight_before - predialysis.dry_weight - predialysis.additional_weight ).toFixed(2) }}kg | 净脱水量: | {{ afterdialysis.actual_ultrafiltration }}L | 透后体重: | {{ afterdialysis.weight_after }}kg |
|