0
|
1 .. _query-retrieve:
|
|
2
|
|
3 Configuring DICOM Query/Retrieve
|
|
4 ================================
|
|
5
|
|
6 Starting with release 0.7.0, Orthanc supports DICOM Query/Retrieve
|
|
7 (i.e. Orthanc can act as C-Find SCP and C-Move SCP). To configure this
|
|
8 feature, follow these instructions:
|
|
9
|
|
10 * Get the AET (Application Entity Title), the IP address and the port
|
|
11 number of your DICOM client.
|
|
12 * Add an entry in the ``DicomModalities`` section of your Orthanc
|
|
13 :ref:`configuration file <configuration>` to reflect these settings.
|
|
14 * Restart Orthanc with the updated configuration file.
|
|
15 * Symmetrically, in your DICOM client, configure an additional DICOM
|
|
16 node corresponding to your Orthanc AET (see the ``DicomAet``
|
|
17 parameter of your Orthanc configuration, by default, ORTHANC), IP
|
|
18 address et port number (cf. ``DicomPort``, by default 4242).
|
|
19
|
|
20 If you encounter configuration problem with query/retrieve, please be
|
|
21 sure to read the :ref:`dicom-move` section.
|
|
22
|
148
|
23 For examples specific to well-known applications, check out the
|
|
24 :ref:`integrations` section.
|