{% extends "remapp/rfdetailbase.html" %} {% block navrf %}
  • {% endblock %} {% block mainblock %}

    Detail list of events

    • Accession number: {% if not generalstudymoduleattr.accession_hashed %} {{ generalstudymoduleattr.accession_number }} {% else %} hidden {% endif %}
    • Study date: {{ generalstudymoduleattr.study_date }}
    • Study time: {{ generalstudymoduleattr.study_time|date:"H:i" }}
    • Study description: {{ generalstudymoduleattr.study_description }}
    • Requested procedure: {{ generalstudymoduleattr.requested_procedure_code_meaning }}
    • Patient age: {{ generalstudymoduleattr.patientstudymoduleattr_set.get.patient_age_decimal|floatformat:1 }} years
    • Patient height and weight: {{ generalstudymoduleattr.patientstudymoduleattr_set.get.patient_size|floatformat:2 }} m, {{ generalstudymoduleattr.patientstudymoduleattr_set.get.patient_weight|floatformat:1 }} kg
    • {% for record in generalstudymoduleattr.projectionxrayradiationdose_set.get.accumxraydose_set.all %} Total DAP, {{ record.acquisition_plane }}: {{ record.accumintegratedprojradiogdose_set.get.convert_gym2_to_cgycm2|floatformat:1 }} cGy.cm2
      {% endfor %}
    • {% for record in generalstudymoduleattr.projectionxrayradiationdose_set.get.accumxraydose_set.all %} Total dose at RP, {{ record.acquisition_plane }}: Gy
      {% endfor %}
    • Hospital: {{ generalstudymoduleattr.generalequipmentmoduleattr_set.get.institution_name }}
    • Equipment: {{ generalstudymoduleattr.generalequipmentmoduleattr_set.get.manufacturer }} | {{ generalstudymoduleattr.generalequipmentmoduleattr_set.get.manufacturer_model_name }} | {{ generalstudymoduleattr.generalequipmentmoduleattr_set.get.station_name }}
    • Study UID: {{ generalstudymoduleattr.study_instance_uid }}
    • Test patient indicators? {{ generalstudymoduleattr.patientmoduleattr_set.get.not_patient_indicator }}
    {% if admin.enable_skin_dose_maps %}

    Radiation exposure incidence map

    Calculated peak skin dose: 0.000 Gy
    Phantom dimensions: cm (HxWxD)
    Assumed patient height: m
    Assumed patient mass: kg
    Colour scale choice
    Hide colour scales
    Use max/min Gy window level
    Colour scales Toggle 2D/3D view Gy window width
    Use WW/WL Gy min. displayed dose
    Colour scales Toggle 2D/3D view Gy max. displayed dose
    Skin dose maps are calculated using openSkin, and are for indication only: openSkin calculations have not been validated. Contributions are welcome, see openSkin website for details.
    {% else %}

    openSkin radiation exposure incidence map

    You can export this study to a csv file in the format required by Jonathan Cole's openSkin software. The openSkin software can be downloaded from the openSkin BitBucket project and there is more information available in the OpenREM documentation.

    {% url 'skin_dose_map_settings_update' 1 as the_url %}

    Create openSkin export. (Not available if you don't have export permissions.)

    {% endif %}
    {% for event in generalstudymoduleattr.projectionxrayradiationdose_set.get.irradeventxraydata_set.all %} {% endfor %}
    TimeAcquisition protocolPlaneDAP (cGy.cm2)Exposure time (ms)kVpmAFilters (mm)Angle (°)Detector size (mm)SDD (mm)
    {{ event.date_time_started|time:"H:i.s" }} {{ event.acquisition_protocol }} {{ event.acquisition_plane }} {{ event.convert_gym2_to_cgycm2|floatformat:3 }} {{ event.irradeventxraysourcedata_set.get.exposure_time|floatformat:1 }} {{ event.irradeventxraysourcedata_set.get.kvp_set.get.kvp|floatformat:0 }} {{ event.irradeventxraysourcedata_set.get.xraytubecurrent_set.get.xray_tube_current|floatformat:1 }} {% for xrayfilt in event.irradeventxraysourcedata_set.get.xrayfilters_set.all %} {% if xrayfilt.xray_filter_material.code_value == 'C-120F9' %} Al: {{ xrayfilt.xray_filter_thickness_minimum|floatformat:2 }} - {{ xrayfilt.xray_filter_thickness_maximum|floatformat:2 }}
    {% elif xrayfilt.xray_filter_material.code_value == 'C-127F9' %} Cu: {{ xrayfilt.xray_filter_thickness_minimum|floatformat:2 }} - {{ xrayfilt.xray_filter_thickness_maximum|floatformat:2 }}
    {% else %} {{ xrayfilt.xray_filter_material.code_meaning }}: {{ xrayfilt.xray_filter_thickness_minimum|floatformat:2 }} - {{ xrayfilt.xray_filter_thickness_maximum|floatformat:2 }}
    {% endif %} {% endfor %}
    {{ event.irradeventxraymechanicaldata_set.get.positioner_primary_angle|floatformat:1 }} {{ event.irradeventxraysourcedata_set.get.ii_field_size }} {{ event.irradeventxraymechanicaldata_set.get.doserelateddistancemeasurements_set.get.distance_source_to_detector|floatformat:0 }}
    {% if is_paginated %}

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

    {% endif %} {% endblock %}