This commit is contained in:
Ross
2024-02-14 22:40:12 +00:00
parent 684156fafe
commit b3761ccc96
2 changed files with 18 additions and 6 deletions
+6 -5
View File
@@ -3,9 +3,10 @@
{% block content %} {% block content %}
<details class="help-text"> <details class="help-text">
<summary>Instructions</summary> <summary>Instructions</summary>
<p>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.</p> <p>This set up is designed to allow you to project/share cases in a seperate window whilst controlling/tracking their display from this page.</p>
<p>Opening a second case will replace the first case in the viewer or window.</p> <p>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.</p>
<p>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.</p> <p>It is also possible to open a single series by clicking on the 'Open' button next to the indvidual series.</p>
<p>Once opened the case details will be show on the right hand side of the page.</p>
</details> </details>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
@@ -50,8 +51,8 @@
<div class="col-sm"> <div class="col-sm">
<div class="sticky-top"> <div class="sticky-top">
<h3>Currently showing</h3> <h3>Open Case</h3>
<div id="current-case-title"></div> <div id="current-case-title">None</div>
<div id="current-case-series"></div> <div id="current-case-series"></div>
<div id="current-case-history"></div> <div id="current-case-history"></div>
<div id="current-case-discussion"></div> <div id="current-case-discussion"></div>
+12 -1
View File
@@ -4,7 +4,7 @@
<h2>Anatomy of the Atlas</h2> <h2>Anatomy of the Atlas</h2>
The atlas consists of a number of different costituents. The atlas consists of a number of different constituent parts.
<h3>Series</h3> <h3>Series</h3>
<p>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. </p> <p>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. </p>
@@ -19,5 +19,16 @@
<h3>Collection</h3> <h3>Collection</h3>
<p>A collection is a group of cases. It can be used to group cases. Cases can below to more than one group.</p> <p>A collection is a group of cases. It can be used to group cases. Cases can below to more than one group.</p>
<h2>Uploading/creating cases</h2>
<p>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.</p>
<p>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).</p>
<h3>Setting up the Uploader tool</h3>
Requirements: Full Insight installation (not WebPacs)
<h4>Step 1: Download the uploader tool</h4>
This is available <a href="https://www.penracourses.org.uk/uploader/anon_gui.exe">here</a>
<h4>Step 2: Download insight integration xml file</h4>
Available <a href="https://www.penracourses.org.uk/uploader/insight_rad_up.xml">here</a>
<h4>Step 3: Integrate the uploader with PACs</h4>
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 %} {% endblock %}