Mercurial > hg > orthanc
changeset 3582:d00a803d1802
some additional info about AET in the default config file
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 23 Nov 2019 10:52:30 +0100 |
parents | 4de1b019ca71 |
children | 5f1b1a8b2c28 |
files | Resources/Configuration.json |
diffstat | 1 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Configuration.json Fri Nov 22 13:29:41 2019 +0100 +++ b/Resources/Configuration.json Sat Nov 23 10:52:30 2019 +0100 @@ -96,7 +96,8 @@ // receive files or to do query/retrieve through the DICOM protocol. "DicomServerEnabled" : true, - // The DICOM Application Entity Title + // The DICOM Application Entity Title (cannot be longer than 16 + // characters) "DicomAet" : "ORTHANC", // Check whether the called AET corresponds to the AET of Orthanc @@ -175,8 +176,12 @@ /** * Uncommenting the following line would enable Orthanc to * connect to an instance of the "storescp" open-source DICOM - * store (shipped in the DCMTK distribution) started by the - * command line "storescp 2000". + * store (shipped in the DCMTK distribution), as started by the + * command line "storescp 2000". The first parameter is the + * AET of the remote modality (cannot be longer than 16 + * characters), the second one is the remote network address, + * and the third one is the TCP port number corresponding + * to the DICOM protocol on the remote modality (usually 104). **/ // "sample" : [ "STORESCP", "127.0.0.1", 2000 ]