You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## <center>How to launch Weasis from any environments</center>
9
9
10
-
Here we present how to launch Weasis with associated images from any context either [using weasis-pacs-connector](#use-weasis-pacs-connector) or by [building your own connector](#build-your-own-connector). The launch of the application is based on the [weasis protocol](../../../getting-started/weasis-protocol) available since {{% badge title="Version" %}}3.5.3{{% /badge %}}.
10
+
Here we present how to launch Weasis with associated images from any context either [using weasis-pacs-connector](#use-weasis-pacs-connector) or [ViewerHub](../../../viewer-hub) as its successor,
11
+
or by [building your own connector](#build-your-own-connector). The launch of the application is based on the [weasis protocol](../../../getting-started/weasis-protocol) available since {{% badge title="Version" %}}3.5.3{{% /badge %}}.
11
12
12
-
Using [weasis-pacs-connector](https://github.com/nroduit/weasis-pacs-connector) allows a high degree of integration and facilitates connection to a PACS. Here are some of the advantages:
13
+
Using [weasis-pacs-connector](https://github.com/nroduit/weasis-pacs-connector)or [ViewerHub](../../../viewer-hub)allows a high degree of integration and facilitates connection to a PACS. Here are some of the advantages:
13
14
14
15
- Automatically build a manifest according to a configuration with a PACS
15
-
- The initial URL starts with HTTP and is then redirected to weasis:// (as weasis:// is not allowed by wiki, blog…)
16
-
-Manages to build the manifest simultaneously with the start of Weasis (Loading time optimization)
17
-
-The URL returns a manifest ID which can be requested only once (and must be [consumed within 5 min](https://github.com/nroduit/weasis-pacs-connector/blob/master/src/main/resources/weasis-pacs-connector.properties#L17))
16
+
- The initial URL starts with HTTP and is then redirected to weasis:// (useful when custom URI scheme is not allowed by wiki, blog platforms, etc.)
17
+
-Efficiently manages to build the manifest simultaneously with the start of Weasis, optimizing loading time
18
+
-Easily handles secure manifest requests and manages tokens for the DICOMWeb services
18
19
19
20
However, it is also possible
20
-
- To [build your own connector](#build-your-own-connector) for particular integrations
21
-
- To let Weasis [querying DICOMWeb services](#download-directly-with-dicomweb-restful-services) directly.
21
+
- To [build your own connector](#build-your-own-connector) for custom integrations
22
+
- To let Weasis [querying DICOMWeb services](#download-directly-with-dicomweb-restful-services) directly, bypassing any connector when supported like
- To configure the DICOM archive in Weasis with Dicom [Query/Retrieve](../../../tutorials/dicom-import/#dicom-queryretrieve) and [DICOMWeb](../../../tutorials/dicomweb-config) configurations
30
+
31
+
These integrations provide flexibility to meet the specific needs of healthcare environments, ensuring seamless integration.
22
32
23
33
{{% notice note %}}
24
34
Requires Weasis installed on the system with the [native installer](../../../getting-started/).
@@ -202,3 +212,22 @@ The demo server is no longer accessible.
202
212
Currently, the DICOMWeb service of DICOMcloud doesn't support:
Copy file name to clipboardExpand all lines: content/tutorials/dicomizer.en.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ If an item's dashed outline in the table is red, it indicates that the value is
68
68
{{% /notice %}}
69
69
70
70
If you don't want to fill in the Global tags manually, they can be populated:
71
-
- From a work list (configuration by the [items](../../basics/customize/preferences) starting by `weasis.acquire.wkl`). Here is an example to modify the [configuration at launch](../../getting-started/weasis-protocol/#modify-the-launch-parameters):<br>
71
+
- From a DICOM Worklist (configuration by the [items](../../basics/customize/preferences) starting by `weasis.acquire.wkl`). Here is an example to modify the [configuration at launch](../../getting-started/weasis-protocol/#modify-the-launch-parameters):<br>
0 commit comments