Mercurial > hg > orthanc
diff OrthancServer/Resources/DicomConformanceStatement.txt @ 4473:68f52897c119
new URIs: /tools/accepted-transfer-syntaxes and /tools/unknown-sop-class-accepted to replace Lua callbacks for transfer syntaxes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 26 Jan 2021 14:48:10 +0100 |
parents | d25f4c0fa160 |
children | 4d932683049d |
line wrap: on
line diff
--- a/OrthancServer/Resources/DicomConformanceStatement.txt Tue Jan 26 10:18:50 2021 +0100 +++ b/OrthancServer/Resources/DicomConformanceStatement.txt Tue Jan 26 14:48:10 2021 +0100 @@ -251,12 +251,13 @@ MPEG2MainProfileAtHighLevelTransferSyntax | 1.2.840.10008.1.2.4.101 RLELosslessTransferSyntax | 1.2.840.10008.1.2.5 -It is possible to disable a subset of these transfer syntaxes thanks to the -"*TransferSyntaxAccepted" options in the Orthanc configuration file. +It is possible to disable a subset of these transfer syntaxes thanks +to the "AcceptedTransferSyntaxes" and "*TransferSyntaxAccepted" +options in the Orthanc configuration file. When possible, Orthanc will prefer the -LittleEndianImplicitTransferSyntax transfer syntax -(1.2.840.10008.1.2). +LittleEndianExplicitTransferSyntax transfer syntax +(1.2.840.10008.1.2.1). Orthanc does not support extended negotiation. @@ -267,10 +268,10 @@ The information above about the SCP support is readily extracted from the function "Orthanc::Internals::AcceptAssociation()" from file -"Core/DicomNetworking/Internals/CommandDispatcher.cpp". +"OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.cpp". The information above about the SCU support is derived from the classes "Orthanc::DicomControlUserConnection" and "Orthanc::DicomStoreUserConnection" from file -"Core/DicomNetworking/DicomControlUserConnection.cpp" and -"Core/DicomNetworking/DicomStoreUserConnection.cpp". +"OrthancFramework/Sources/DicomNetworking/DicomControlUserConnection.cpp" and +"OrthancFramework/Sources/DicomNetworking/DicomStoreUserConnection.cpp".