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

    Detail list

    {% with patientstudy=generalstudymoduleattr.patientstudymoduleattr_set.get %} {% with equipment=generalstudymoduleattr.generalequipmentmoduleattr_set.get %} {% with radiopharm=generalstudymoduleattr.radiopharmaceuticalradiationdose_set.get %} {% with radioadmin=radiopharm.radiopharmaceuticaladministrationeventdata_set.get %}
    {% if radioadmin.effective_dose %} {% endif %} {% if associated_ct is not None %} {% endif %} {% for person_participant in radioadmin.personparticipant_set.all %} {% endfor %}
    Radiopharmaceutical {% if radioadmin.radiopharmaceutical_agent %} {{radioadmin.radiopharmaceutical_agent.code_meaning}} {% else %} {{radioadmin.radiopharmaceutical_agent_string}} {% endif %}
    Radionuclide {{radioadmin.radionuclide.code_meaning}}
    Radionuclide half life {{radioadmin.radionuclide_half_life|floatformat:1}} s
    Administered Activity {{radioadmin.administered_activity|floatformat:2}}
    Effective Dose {{radioadmin.effective_dose|floatformat:2}}
    Associated CT study {% with accum_dose=associated_ct.ctradiationdose_set.get.ctaccumulateddosedata_set.get %} CT study with {{accum_dose.total_number_of_irradiation_events}} events {% endwith %}
    Associated Procedure {{radiopharm.associated_procedure.code_meaning}}
    Radiopharmaceutical start time {{radioadmin.radiopharmaceutical_start_datetime}}
    Radiopharmaceutical stop time {{radioadmin.radiopharmaceutical_stop_datetime}}
    Route of Administration {{radioadmin.route_of_administration.code_meaning}}
    Route of Administation Laterality {{radioadmin.laterality}}
    Person participant
    Name {{person_participant.person_name}}
    Role {{person_participant.person_role_in_procedure_cid.code_meaning}}
    Comment {{radiopharm.comment}}
    {% if radioadmin.organdose_set.count > 0 %}

    Organ doses

    {% for organ_dose in radioadmin.organdose_set.all %} {% endfor %} {% endif %}
    Finding Site Laterality Organ Dose (mGy) Mass (g) Measurement Method Reference Authority
    {{organ_dose.finding_site.code_meaning}} {{organ_dose.laterality.code_meaning}} {{organ_dose.organ_dose|floatformat:2}} {{organ_dose.mass}} {{organ_dose.measurement_method}} {% if organ_dose.reference_authority_code is not None %} {{organ_dose.reference_authority_code.code_meaning}} {% else %} {{organ_dose.reference_authority_text}} {% endif %}
    {% if radiopharm.petseries_set.count > 0 %}

    Series information

    {% for petseries in radiopharm.petseries_set.all %} {% endfor %}
    Series date Number of Slices Reconstruction Method Coincidence Window width Energy Window Lower/Upper Limit Scan Progression Number of RR intervals Number of time slots Number of time slices
    {{petseries.series_datetime}} {{petseries.number_of_slices|floatformat:0}} {{petseries.reconstruction_method}} {{petseries.coincidence_window_width|floatformat:2}} {{petseries.energy_window_lower_limit|floatformat:2}} / {{petseries.energy_window_upper_limit|floatformat:2}} {{petseries.scan_progression_direction}} {{petseries.number_of_rr_intervals|floatformat:0}} {{petseries.number_of_time_slots|floatformat:0}} {{petseries.number_of_time_slices|floatformat:0}}
    {% endif %} {% with patcharac=radiopharm.radiopharmaceuticaladministrationpatientcharacteristics_set.first %} {% if patcharac is not None %}
    {% if patcharac.patientstate_set.count > 0 %} {% endif %} {% if patcharac.body_surface_area %} {% endif %} {% if patcharac.body_surface_area_formula %} {% endif %} {% if patcharac.body_mass_index %} {% endif %} {% if patcharac.equation %} {% endif %} {% if patcharac.glucose %} {% endif %} {% if patcharac.fasting_duration %} {% endif %} {% if patcharac.hydration_volume %} {% endif %} {% if patcharac.recent_physical_activity %} {% endif %} {% if patcharac.serum_creatinine %} {% endif %} {% for glomerular in patcharac.glomerularfiltrationrate_set.all %} {% endfor %}
    Patient state {% for patient_state in patcharac.patientstate_set.all %} {% endfor %}
    {{patient_state.patient_state.code_meaning}}
    Body Surface Area {{patcharac.body_surface_area|floatformat:3}} m2
    Body Surface Area Formula {{patcharac.body_surface_area_formula.code_meaning}}
    Body Mass Index {{patcharac.body_mass_index|floatformat:2}} kg/m2
    Body Mass Index Equation {{patcharac.equation.code_meaning}}
    Glucose {{patcharac.glucose|floatformat:2}} mmol/l
    Fasting Duration {{patcharac.fasting_duration|floatformat:2}} hours
    Hydration Volume {{patcharac.hydration_volume|floatformat:2}} ml
    Recent Physical Activity {{patcharac.recent_physical_activity}}
    Serum Creatinine {{patcharac.serum_creatinine|floatformat:2}} mg/dl
    Glomerular Filtration Rate
    {{glomerular.glomerular_filtration_rate|floatformat:2}} ml/min/1.73m2
    Measurement Method {{glomerular.measurement_method.code_meaning}}
    Equivalent meaning of concept name {{glomerular.equivalent_meaning_of_concept_name.code_meaning}}
    {% endif %} {% endwith %} {% endwith %} {% endwith %} {% if is_paginated %}

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

    {% endif %} {% endwith %}{% endwith %} {% endblock %}