Mercurial > hg > orthanc
comparison OrthancServer/Sources/main.cpp @ 4143:1ec3e1e18f50
Add missing tag "Retrieve AE Title (0008,0054)" in C-FIND SCP responses
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 14 Aug 2020 08:19:02 +0200 |
parents | 0327421506ad |
children | 1c9c2c41c015 |
comparison
equal
deleted
inserted
replaced
4142:0ea450e1f0ea | 4143:1ec3e1e18f50 |
---|---|
1071 { | 1071 { |
1072 OrthancConfiguration::ReaderLock lock; | 1072 OrthancConfiguration::ReaderLock lock; |
1073 dicomServer.SetCalledApplicationEntityTitleCheck(lock.GetConfiguration().GetBooleanParameter("DicomCheckCalledAet", false)); | 1073 dicomServer.SetCalledApplicationEntityTitleCheck(lock.GetConfiguration().GetBooleanParameter("DicomCheckCalledAet", false)); |
1074 dicomServer.SetAssociationTimeout(lock.GetConfiguration().GetUnsignedIntegerParameter("DicomScpTimeout", 30)); | 1074 dicomServer.SetAssociationTimeout(lock.GetConfiguration().GetUnsignedIntegerParameter("DicomScpTimeout", 30)); |
1075 dicomServer.SetPortNumber(lock.GetConfiguration().GetUnsignedIntegerParameter("DicomPort", 4242)); | 1075 dicomServer.SetPortNumber(lock.GetConfiguration().GetUnsignedIntegerParameter("DicomPort", 4242)); |
1076 dicomServer.SetApplicationEntityTitle(lock.GetConfiguration().GetStringParameter("DicomAet", "ORTHANC")); | 1076 dicomServer.SetApplicationEntityTitle(lock.GetConfiguration().GetOrthancAET()); |
1077 } | 1077 } |
1078 | 1078 |
1079 #if ORTHANC_ENABLE_PLUGINS == 1 | 1079 #if ORTHANC_ENABLE_PLUGINS == 1 |
1080 if (plugins != NULL) | 1080 if (plugins != NULL) |
1081 { | 1081 { |