{% extends "remapp/base.html" %} {% block navbar %}
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 | {% for event in general_study_module_attributes.ct_radiation_dose_set.get.ct_irradiation_event_data_set.all %} {% for source in event.ct_xray_source_parameters_set.all %} {% if source.identification_of_the_xray_source != "B" %}||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ event.acquisition_protocol }} | {{ event.ct_acquisition_type }} | {{ event.mean_ctdivol|floatformat:2 }} | {{ event.dlp|floatformat:2 }} | {{ event.scanning_length_set.get.scanning_length|floatformat:0 }} | {% if event.number_of_xray_sources < 2 %}{{ source.kvp|floatformat:0 }} | {{ source.xray_tube_current|floatformat:0 }} | {{ source.maximum_xray_tube_current|floatformat:0 }} | {{ source.exposure_time_per_rotation|floatformat:3 }} | {% else %}{{ source.kvp|floatformat:0 }} | {{ source.xray_tube_current|floatformat:0 }} | {{ source.maximum_xray_tube_current|floatformat:0 }} | {{ source.exposure_time_per_rotation|floatformat:3 }} | {% endif %}{{ event.pitch_factor }} | {{ 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 has_next %} Older {% endif %} {% if has_next and has_previous %} | {% endif %} {% if has_previous %} Newer {% endif %}
{% endif %} {% endblock %}