diff --git a/platform/docs/docs/assets/img/user-study-panel.png b/platform/docs/docs/assets/img/user-study-panel.png index 9b1604239..7bbf4205d 100644 Binary files a/platform/docs/docs/assets/img/user-study-panel.png and b/platform/docs/docs/assets/img/user-study-panel.png differ diff --git a/platform/docs/docs/userManuals/_category_.json b/platform/docs/docs/userManuals/_category_.json index b47bdfd7d..ef8e9dca2 100644 --- a/platform/docs/docs/userManuals/_category_.json +++ b/platform/docs/docs/userManuals/_category_.json @@ -1,4 +1,4 @@ { - "label": "User Manuals", + "label": "User Guides", "position": 3 } diff --git a/platform/docs/docs/userManuals/index.md b/platform/docs/docs/userManuals/index.md index 6e3e7d90a..546664788 100644 --- a/platform/docs/docs/userManuals/index.md +++ b/platform/docs/docs/userManuals/index.md @@ -6,16 +6,17 @@ sidebar_label: Study list # Study list ## Overview -The first page you will see when the viewer is loaded is called `Study List`. +The first page you will see when the viewer is loaded is the `Study List`. In this page you can explore all the studies that are stored on the configured server for the `OIHF Viewer`.  -At the end of the page you can navigate to the next/previous page or change the -default number of studies that are shown - +## Sorting + +When the Study List is opened, the application queries the PACS for 101 studies by default. If there are greater than 100 studies returned, the default sort for the study list is dictated by the image archive that hosts these studies for the viewer and study list sorting will be disabled. If there are less than or equal to 100 studies returned, they will be sorted by study date (most recent to oldest) and study list sorting will be enabled. Whenever a query returns greater than 100 studies, use filters to narrow results below 100 studies to enable Study List sorting. + ## Filters There are certain filters that can be used to limit the study list to the desired criteria. @@ -27,44 +28,49 @@ criteria. - Modality: Filters the modalities - Accession: Searches between patients accession number - An example of using study list filter is shown below: + + +  +Below the study list are pagination options for 25, 50, or 100 studies per page. + + ## Study Summary -If you you click on one of the studies, the panel for displaying the summary -of the study will shows up. +Click on a study to expand the study summary panel.  -As you can see, a summary of series available in the study is shown, which contains -the series description, series number, modality of the series, and instances in the series. -Next, We will discuss the modes, and their enabled/disabled states. + +A summary of series available in the study is shown, which contains the series description, series number, modality of the series, instances in the series, and buttons to launch viewer modes to display the study. + ## Study Specific Modes -As seen for each study, all the available modes will get shown. What is a mode? -Modes define the higher-level functionalities and appearance for the viewer. -For instance, as seen, there are two modes shown for the selected study + + +All available modes are seen in the study expanded view. Modes can be enabled or disabled for a study based on the modalities contained within the study. + +In the screenshot below, there are two modes shown for the selected study - Basic Viewer: Default mode that enables rendering and measurement tracking - PET/CT Fusion: Mode for visualizing the PET CT study in a 3x3 format. -However, based on the mode configurations (e.g., available modalities), they can be -enabled or disabled. +Based on the mode configurations (e.g., available modalities), PET/CT mode is disabled for studies that do not contain PET AND CT images. + + -Below, you can see two studies, In Study 1, Basic Viewer mode is enabled and -ready to be used; however, the PET/CT fusion is disabled by the viewer since -only PET images are found in the study.  +The previous screenshot shows a study containing PET and CT images and both Basic Viewer and PET/CT Mode are available. + ## View Study -You can click on the `Basic Viewer` to open the viewer for the selected study. - +The `Basic Viewer` mode is available for all studies by default. Click on the mode button to launch the viewer.  diff --git a/platform/docs/docs/userManuals/viewer/measurement-panel.md b/platform/docs/docs/userManuals/viewer/measurement-panel.md index ea1880531..3e0488d4f 100644 --- a/platform/docs/docs/userManuals/viewer/measurement-panel.md +++ b/platform/docs/docs/userManuals/viewer/measurement-panel.md @@ -2,23 +2,28 @@ sidebar_position: 3 --- -# Measurement panel +# Measurement Panel ## Introduction -In `Basic Viewer` mode, right panel is the `Measurement Panel`. When you use an annotation tool, a pop up will show up and asks the user if they want to track measurements for the -series on which the annotation was drawn. +In `Basic Viewer` mode, the right panel is the `Measurement Panel`. The Measurement Panel can be expanded or hidden by clicking on the arrow to the left of `Measurements`. + +Select a measurement tool and mark an image to initiate measurement tracking. A pop up will ask if you want to track measurements for the series on which the annotation was drawn.  -If you select `yes`, the series becomes a `tracked series`, and the current drawn measurement and next measurements will get shown up on the measurement panel on the right. +If you select `Yes`, the series becomes a `tracked series`, and the current drawn measurement and next measurements will get shown up on the measurement panel on the right.  +If you select `No`, the measurement becomes temporary. The next annotation made will repeat the measurement tracking prompt. +If you select `No, do not ask again`, all annotations made on the study will be temporary. + -## Renaming Measurements -You can edit the measurement name by hovering over the measurement and selecting the edit icon. +## Labeling Measurements +You can edit the measurement name by hovering over the measurement and selecting the edit icon. You can also label or relabel a measurement by right-clicking on it in the viewport. +  @@ -30,21 +35,18 @@ Result: ## Deleting a Measurement -A measurement can be deleting by dragging it outside the image in the viewport. You can -take a look at the overview video to see this behavior. +A measurement can be deleting by dragging it outside the image in the viewport or by right-clicking on the measurement in the viewport and selecting 'Delete'. ## Jumping to a Measurement -Measurements that appear on the measurement panel are linked directly to their original -tool on the viewport. This enables the user to click on a measurement and the viewport will jump to the slice that the measurement has been drawn. You can -take a look at the overview video to see this behavior. - -## Prev/Next Measurement Measurement navigation inside the top viewport can be used to move to previous and next measurement.  +If a series containing a measurement is currently being displayed in a viewport, you can jump to display the measurement in the viewport by clicking on it in the Measurement Panel. + ## Export Measurements + You can export the measurements by clicking on the `Export`. A CSV file will get downloaded to your local computer containing the drawn measurements. @@ -67,7 +69,6 @@ For instance, running the Viewer on a local DCM4CHEE: An overview of measurement drawing and exporting can be seen below: -