diff --git a/atlas/templates/atlas/help.html b/atlas/templates/atlas/help.html index e4830554..eab9f111 100644 --- a/atlas/templates/atlas/help.html +++ b/atlas/templates/atlas/help.html @@ -19,18 +19,41 @@

Collection

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:

+ +
Review
+

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.

+ +
Report
+

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.

+ +
Question
+

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.

+ +
Viva
+

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.

+

Uploading/creating cases

-

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.

-

Note: due to restrictions in Insight it is not possible to export dicom files from teaching folders. It is possible to export jpg/png files which can be uploaded and will function, but as they do not store the full range of dicom/pixel data some functionality will be limited (e.g. windowing/levelling will be restriction, automatic ordering will not be possible).

+

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.

+

Setting up the Uploader tool

Requirements: Full Insight installation (not WebPacs) -

Step 1: Download the uploader tool

+
Step 1: Download the uploader tool
This is available here -

Step 2: Download insight integration xml file

+
Step 2: Download insight integration xml file
Available here -

Step 3: Integrate the uploader with PACs

+
Step 3: Integrate the uploader with PACs
Whilst in PACs open the settings menu with the keyboard shortcut 'Ctrl+Shift+C'. In the 'General' tab, select 'External Tools' and click 'Add'. Press the Import button and select the xml file you downloaded in Step 2. Modify the file to run path to point the uploader exe downloaded in step 1 (clicking on the 3 dots will allow you to browse and select this file). The remaining fields should have been set via the xml file and should not require modification.

Uploading without the uploader tool

- If you have annonymised dicom files already exported you can uploading them directly using this form. +

If you have annonymised dicom files already exported you can uploading them directly using this form

+

To do so you will have to first export the files from the PACs system.

+ {% endblock %}