{% extends 'doctor/base.html' %} {% load static %} {% block header.scripts %} {% endblock %} {% block profile.image %}
{% endblock %} {% block header.button %} {% endblock %} {% block content %}

{# #}

آنالیز اطلاعات بیمار، {{ profile.first_name }} {{ profile.last_name }}

در این قسمت می توانید خلاصه عملکرد بیمار در ماه اخیر را مشاهده کنید

تعداد هایپو در 30 روز اخیر

{{ total_hypo }}

تعداد هایپر در 30 روز اخیر

{{ total_hyper }}

انسولین کوتاه اثر

{{ patient.profile.insulin_short_effect.name }}

انسولین بلند اثر

{{ patient.profile.insulin_long_effect.name }}

نوع درمان

{{ type_of_treatment }}

جنسیت

{% if profile.gender is True %}
زن
{% else %}
مرد
{% endif %}

کالری مورد نیاز

{{ profile.CR }}

تاریخ تولد

{{ birth_date }}

سن

{{ age }}

قد

{{ profile.height }}

وزن

{{ profile.weight}}
{{ profile.weight_state}}

وزن هدف

{{ profile.goal_weight}}

قند خون بالا

{{ profile.maximum_sugar}}

قند خون پایین

{{ profile.minimum_sugar}}

حساسیت بر انسولین

{{ profile.insulin_sensitivity}}

قرص ها

{{ pills }}

اجزای مواد غذایی مصرف شده

گفت و گو ها

    {% for message in messages %} {% if message.direction %}
  • {% if not doctor.image_address %} Avatar {% else %} Avatar {% endif %} {{ message.time.time }}
    شما

    {{ message.request_text }}

  • {% else %}
  • {% if not patient.profile.image_address %} Avatar {% else %} Avatar {% endif %} {{ message.time.time }}
    {{ patient.profile.first_name }} {{ patient.profile.last_name }}

    {{ message.request_text }}

  • {% endif %} {% if message.is_answered %} {% if message.direction %}
  • {% if not patient.profile.image_address %} Avatar {% else %} Avatar {% endif %} {{ message.response_time.time }}
    {{ patient.profile.first_name }} {{ patient.profile.last_name }}

    {{ message.response_text }}

  • {% else %}
  • {% if not doctor.image_address %} Avatar {% else %} Avatar {% endif %} {{ message.response_time.time }}
    شما

    {{ message.response_text }}

  • {% endif %} {% endif %} {% endfor %}

سطح فعالیت

{{ profile.activity_level }}

کل کربوهیدارت مورد نیاز در روز

{{ profile.Carbohydrates_g }} (گرم)

کل پروتئین مورد نیاز در روز

{{ profile.Protein_g }} (گرم)

کل چربی مورد نیاز در روز

{{ profile.Fat_g }} (گرم)
{#
#} {#
#} {#

گفت و گو

#} {#
#} {# {% for message in messages %}#} {# {% if message.direction %}#} {#
#} {#
#} {#
#} {#
#} {# Avatar#} {#
{{ message.request_text }}
#} {# {{ message.time }}#} {#
#} {#
#} {#
#} {# {% else %}#} {#
#} {#
#} {#
#} {# {% if not patient.profile.image_address %}#} {# Avatar#} {# {% else %}#} {# Avatar#} {# {% endif %}#} {#
{{ message.request_text }}
#} {# {{ message.time }}#} {#
#} {#
#} {#
#} {##} {#
#} {##} {#
#} {# {% endif %}#} {##} {# {% if message.is_answered %}#} {# {% if message.direction %}#} {#
#} {#
#} {#
#} {# {% if not patient.profile.image_address %}#} {# Avatar#} {# {% else %}#} {# Avatar#} {# {% endif %}#} {#
{{ message.response_text }}
#} {# {{ message.response_time }}#} {#
#} {#
#} {#
#} {##} {#
#} {#
#} {# {% else %}#} {#
#} {#
#} {#
#} {#
#} {# Avatar#} {#
{{ message.response_text }}
#} {# {{ message.response_time }}#} {#
#} {#
#} {# {% endif %}#} {# {% endif %}#} {# {% endfor %}#} {#
#} {#
#} {#
#} {#
#} {#
شما:
#} {#
#} {# #} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {#
#}

نمودار عملکرد

امتیاز هر روز شما بیانگر عملکرد شما در آن روز می باشد، در این نمودار نحوه عملکرد خود در 30 روز اخیر را مشاهده می کنید

قند خون قبل غذا

در این نمودار میانگین قند خون قبل از وعده های غذایی در 30 روز اخیر را مشاهده می کنید


قند خون بعد غذا

در این نمودار میانگین قند خون بعد از وعده های غذایی در 30 روز اخیر را مشاهده می کنید



میانگین قند خون و میزان تزریق انسولین

در این نمودار ستون های آبی و قرمز رنگ، به ترتیب نشان دهنده میانگین قند خون، قبل و بعد از مصرف غذا و تزریق انسولین، برای 30 روز اخیر است. همچنین ستون های سبز رنگ مجموع انسولین مصرفی هر روز را نشان می دهد.


کربوهیدات

در این قسمت میزان کربوهیدات مورد نیاز و کربوهیدات مصرف شده برای 30 روز اخیر را مشاهده می کنید. نمودار سبز و آبی رنگ به ترتیب کربوهیدات مورد نیاز و کربوهیدات مصرف شده بر حسب گرم (g) را نشان می دهند.

{% endblock %} {% block scripts %} {# #} {% endblock %}