From b3761ccc96c23a9067c2f6f56f63f58f7319609c Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 14 Feb 2024 22:40:12 +0000 Subject: [PATCH] . --- atlas/templates/atlas/collection_viva.html | 11 ++++++----- atlas/templates/atlas/help.html | 13 ++++++++++++- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/atlas/templates/atlas/collection_viva.html b/atlas/templates/atlas/collection_viva.html index eda249d8..b8622169 100644 --- a/atlas/templates/atlas/collection_viva.html +++ b/atlas/templates/atlas/collection_viva.html @@ -3,9 +3,10 @@ {% block content %}
Instructions -

Click on the 'Show' button to view the case in the viewer. Click on the 'Open' button to open the case in a new window.

-

Opening a second case will replace the first case in the viewer or window.

-

It is also possible to open a single series in the viewer or window by clicking on the 'Show' or 'Open' button next to the series.

+

This set up is designed to allow you to project/share cases in a seperate window whilst controlling/tracking their display from this page.

+

Click on the 'Open' button to open the case in a new window/tab, this should be positioned on it's own window (you may have to detach the tab). Opening subsequent cases/series will replace the first case in the window.

+

It is also possible to open a single series by clicking on the 'Open' button next to the indvidual series.

+

Once opened the case details will be show on the right hand side of the page.

@@ -50,8 +51,8 @@
-

Currently showing

-
+

Open Case

+
None
diff --git a/atlas/templates/atlas/help.html b/atlas/templates/atlas/help.html index e652b2f5..075901a9 100644 --- a/atlas/templates/atlas/help.html +++ b/atlas/templates/atlas/help.html @@ -4,7 +4,7 @@

Anatomy of the Atlas

- The atlas consists of a number of different costituents. + The atlas consists of a number of different constituent parts.

Series

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.

@@ -19,5 +19,16 @@

Collection

A collection is a group of cases. It can be used to group cases. Cases can below to more than one group.

+

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).

+

Setting up the Uploader tool

+ Requirements: Full Insight installation (not WebPacs) +

Step 1: Download the uploader tool

+ This is available here +

Step 2: Download insight integration xml file

+ Available here +

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. {% endblock %}