{% extends "remapp/base.html" %} {% block mainblock %}
{% csrf_token %} {% if exam.modality_type = "CT" %} {% elif exam.modality_type = "RF" %} {% elif exam.modality_type = "MG" %} {% endif %} {% if exam.modality_type = "CT" %} {% elif exam.modality_type = "RF" %} {% elif exam.modality_type = "MG" %} {% endif %}
InstitutionMake | Model | Station nameDateStudy description | Accession numberNumber of eventsDose Length Product Total mGy.cmStudy description | Accession numberNumber of eventsDAP Total cGy.cm2Dose at RP total GyPhysicianProtocol | Accession numberNumber of eventsLateralityAccumulated AGD (mGy)
{{ exam.general_equipment_module_attributes_set.get.institution_name }} {{ exam.general_equipment_module_attributes_set.get.manufacturer }} | {{ exam.general_equipment_module_attributes_set.get.manufacturer_model_name }} | {{ exam.general_equipment_module_attributes_set.get.station_name }} {{ exam.study_date|date:"Y-m-d" }} {{ exam.study_time|date:"H:i" }} {{ exam.study_description }} | {{ exam.accession_number }} | {{ exam.patient_study_module_attributes_set.get.patient_size|floatformat:0 }} cm | {{ exam.patient_study_module_attributes_set.get.patient_weight|floatformat:0 }} kg {{ exam.ct_radiation_dose_set.get.ct_accumulated_dose_data_set.get.total_number_of_irradiation_events }} {{ exam.ct_radiation_dose_set.get.ct_accumulated_dose_data_set.get.ct_dose_length_product_total|floatformat:2 }} {{ exam.study_description }} | {{ exam.accession_number }} {{ exam.projection_xray_radiation_dose_set.get.irradiation_event_xray_data_set.count }} {{ exam.projection_xray_radiation_dose_set.get.accumulated_xray_dose_set.get.accumulated_projection_xray_dose_set.get.convert_gym2_to_cgycm2|floatformat:1 }} {{ exam.projection_xray_radiation_dose_set.get.accumulated_xray_dose_set.get.accumulated_projection_xray_dose_set.get.dose_rp_total|floatformat:6 }} {{ exam.performing_physician_name }} {{ exam.procedure_code_meaning }} | {{ exam.accession_number }} {{ exam.projection_xray_radiation_dose_set.get.irradiation_event_xray_data_set.count }} {{ exam.projection_xray_radiation_dose_set.get.accumulated_xray_dose_set.get.accumulated_mammography_xray_dose_set.get.laterality }} {{ exam.projection_xray_radiation_dose_set.get.accumulated_xray_dose_set.get.accumulated_mammography_xray_dose_set.get.accumulated_average_glandular_dose }}
Are you sure you want to delete the above study with UID {{ exam }}?
{% endblock %}