comparison Sphinx/source/faq/dicom.rst @ 554:4f3a6145ae34

Orthanc 1.8.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Dec 2020 17:48:33 +0100
parents d70347eecb91
children 090cc988c35e
comparison
equal deleted inserted replaced
553:608094adf405 554:4f3a6145ae34
11 <https://www.orthanc-server.com/download.php>`_ of Orthanc. 11 <https://www.orthanc-server.com/download.php>`_ of Orthanc.
12 * Make sure the two computers can "ping" each other. 12 * Make sure the two computers can "ping" each other.
13 * Turn off all the firewalls on the two computers (especially on Microsoft Windows). 13 * Turn off all the firewalls on the two computers (especially on Microsoft Windows).
14 * Make sure the remote computer has `DICOM TLS encryption 14 * Make sure the remote computer has `DICOM TLS encryption
15 <https://www.dicomstandard.org/using/security/>`__ turned off (this 15 <https://www.dicomstandard.org/using/security/>`__ turned off (this
16 feature is not supported yet as of Orthanc 1.8.0). 16 feature is not supported yet as of Orthanc 1.8.1).
17 * Write down on a paper the following information about each modality: 17 * Write down on a paper the following information about each modality:
18 18
19 * its IP address (avoid using symbolic names if possible to troubleshot any DNS problem), 19 * its IP address (avoid using symbolic names if possible to troubleshot any DNS problem),
20 * its TCP port for DICOM communications (for Orthanc, cf. the ``DicomPort`` option), and 20 * its TCP port for DICOM communications (for Orthanc, cf. the ``DicomPort`` option), and
21 * its AET (Application Entity Title - for Orthanc, cf. the ``DicomAet`` option). 21 * its AET (Application Entity Title - for Orthanc, cf. the ``DicomAet`` option).