{% extends 'atlas/exams.html' %} {% block content %}

Viva Cases (Local Viewer)

Load full cases, single series, resources, or display sets into a linked local DV3D window.

Quick help

Open the linked viewer first, then use the Load controls on this page. Loading a new case/series replaces the current viewer content.

Use Edit Mode to reveal direct links for case, series, and display-set editing without leaving the viva workflow.

Cases

    {% for casedetail in casedetails %} {% with case=casedetail.case %}
  1. Case {{ forloop.counter }} {{ case.title }}
    Series
    {% for series in case.visible_prefetched_series %}
    Series {{ forloop.counter }}
    {% if series.modality %}{{ series.modality }}{% endif %} {% if series.examination %} · {{ series.examination }}{% endif %} {% if series.plane %} · {{ series.plane }}{% endif %}
    {% empty %}
    No series linked.
    {% endfor %}
    {% if case.prefetched_case_resources %}
    Resources
    {% for cr in case.prefetched_case_resources %} {% with res=cr.resource %}
    {{ res.name }}
    {% endwith %} {% endfor %}
    {% endif %} {% if case.prefetched_display_sets %}
    Display Sets
    {% for ds in case.prefetched_display_sets %}
    {{ ds.name }}
    {% if ds.description %}
    {{ ds.description }}
    {% endif %}
    {% endfor %}
    {% endif %}
  2. {% endwith %} {% endfor %}

Current Case

None
{% endblock %} {% block js %} {{ form.media }} {% endblock %} {% block css %} {% endblock css %}