{% extends 'atlas/base.html' %} {% block content %}
A series is a stack of images. They should consist of a single modality, and be of the same body part and aquired at the same time. For example, a CT scan of the head, or an MRI of the knee.
Each series can be associated with an arbitary number of cases.
A case is the basic unit of the atlas. It should consist of one or more series, and be associated with a single patient.
Additional information can be added to a case, such as history, description, report, diagnosis and differential.
A collection is a group of cases. It can be used to group cases. Cases can below to more than one group.
A number of different collection types are available, including:
A Review collection is used to group cases for the purpose of review or teaching sessions. It allows users to easily access a curated set of cases. No data is collected as part of the review, although it is possible for users to add a "Self Review" component.
A Report collection is designed for cases that users are expected to complete a report for. This can be used for audit, teaching, or assessment purposes.
A Question collection contains cases that are used for quiz or question-based learning. These cases may have associated questions and answers for self-assessment or examination.
A Viva collection is intended for oral examination practice. Cases in this collection can be used to simulate viva-style assessments. These are designed to be presented by the "examiner" and features a number of features to make this as easy as possible.
The local viva view opens a linked DV3D viewer in a separate window and lets you load complete cases, individual series, resources, and display sets without leaving the control page.
Use "Open Viewer Local" first, then use the Load buttons in the cases panel. The right-hand current-case panel tracks the active case details and injected question block for discussion.
Use "Enable Edit Mode" in the local viva page when you need quick access to case, series, or display-set edit links during preparation.
If set up, the easiest way to upload cases is to use the uploader tool. This can export, anonnyimize and upload cases from Insignia Insight, however it may need setting up manually. If this is not possible you can upload files directly to the site.
If you have annonymised dicom files already exported you can uploading them directly on this page using this page
To do so you will have to first export the files from the PACs system.
Once uploaded the series will be available to be imported into cases
Depending on how dicoms are exported images within a stack may appear in the wrong order. This is apparent when viewing the stacks/series as jumping of images.
In most cases this can be fixed by re-ordering based on series metadata (usually slice location).
It is possible to reorder all the stacks in a case at once, or to reorder individual stacks.
Go to the case page, click "Manage Series" then "Order dicoms by slice location". This will reorder all the stacks in the case based on slice location.
More ordering options (if the above does not work) are available on the series page.
These can be accessed by opening the "Series info" section and selecting the appropriate button.
{% endblock %}