{{ getTime(advice.start_time, "{h}:{i}") }}
|
{{ getAdminUser(advice.advice_doctor) }}
|
--->
{{ 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 }}
|
{{
getTime(advice.execution_time, "{h}:{i}")
}}
|
{{
getAdminUser(advice.execution_staff)
}}
|
{{
getAdminUser(advice.checker)
}}
|
透前体重: |
{{
patientInfo.total_dialysis +
patientInfo.user_sys_before_count >
0
? predialysis.weight_before
: "/"
}}kg
|
体重增加量: |
{{
assessmentafter.weight_after == 0 ||
predialysis.weight_before == 0
? 0
: (
predialysis.weight_before -
assessmentafter.weight_after
).toFixed(2)
}}kg
|
干体重(DW): |
{{
patientInfo.total_dialysis +
patientInfo.user_sys_before_count >
0
? predialysis.dry_weight
: "/"
}}kg
|
较干体重增加量: |
{{
patientInfo.total_dialysis +
patientInfo.user_sys_before_count >
0 && afterdialysis.weight_after != 0
? (
afterdialysis.weight_after - predialysis.dry_weight
).toFixed(2)
: 0
}}kg
|
机器显示脱水量: |
{{
patientInfo.total_dialysis +
patientInfo.user_sys_before_count >
0
? afterdialysis.actual_ultrafiltration
: "/"
}}ml
|
透后体重: |
{{
patientInfo.total_dialysis +
patientInfo.user_sys_before_count >
0
? afterdialysis.weight_after
: "/"
}}kg
|
本次透析体重下降量:
|
{{
afterdialysis.weight_after == 0 ||
predialysis.weight_before == 0
? 0
: (
predialysis.weight_before -
afterdialysis.weight_after
).toFixed(2)
}}kg
|
|
|