{% extends "remapp/base.html" %} {% block navct%}
  • {% endblock %} {% block mainblock %}

    Detail list of events

    {% for event in generalstudymoduleattr.ctradiationdose_set.get.ctirradiationeventdata_set.all %} {% for source in event.ctxraysourceparameters_set.all %} {% if source.identification_of_the_xray_source != "B" %} {% if event.number_of_xray_sources < 2 %} {% else %} {% endif %} {% if event.number_of_xray_sources < 2 %} {% endif %} {% else %} {% endif %} {% endfor %} {% if event.comment != "" %} {% endif %} {% endfor %}
    Acquisition protocol Type CTDIvol (mGy) DLP (mGy.cm) Scanning length (mm) kVp mA Max mA Exposure time per rotation (s) Pitch Exposure time (s) Slice thickness (mm) Collimation (mm) X-ray modulation type
    {{ event.acquisition_protocol }} {{ event.ct_acquisition_type }} {{ event.mean_ctdivol|floatformat:2 }} {% if event.ctdiw_phantom_type.code_value == "113691" %} (32 cm) {% elif event.ctdiw_phantom_type.code_value == "113690" %} (16 cm) {% endif %} {{ event.dlp|floatformat:2 }} {{ event.scanninglength_set.get.scanning_length|floatformat:0 }}{{ source.kvp|floatformat:0 }} {{ source.xray_tube_current|floatformat:0 }} {{ source.maximum_xray_tube_current|floatformat:0 }} {{ source.exposure_time_per_rotation|floatformat:3 }}{{ source.kvp|floatformat:0 }} {{ source.xray_tube_current|floatformat:0 }} {{ source.maximum_xray_tube_current|floatformat:0 }} {{ source.exposure_time_per_rotation|floatformat:3 }}{{ event.pitch_factor|floatformat:3 }} {{ event.exposure_time|floatformat:3 }} {{ event.nominal_single_collimation_width|floatformat:3 }} {{ event.nominal_total_collimation_width|floatformat:2 }} {{ event.xray_modulation_type }}
    {{ source.kvp|floatformat:0 }} {{ source.xray_tube_current|floatformat:0 }} {{ source.maximum_xray_tube_current|floatformat:0 }} {{ source.exposure_time_per_rotation|floatformat:3 }}
    Comment {{ event.comment }}
    {% if is_paginated %}

    {% if has_next %} Older {% endif %} {% if has_next and has_previous %} | {% endif %} {% if has_previous %} Newer {% endif %}

    {% endif %} {% endblock %}