Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
4472:28a4baadde17 | 4473:68f52897c119 |
---|---|
249 JPIPReferencedDeflateTransferSyntax | 1.2.840.10008.1.2.4.95 | 249 JPIPReferencedDeflateTransferSyntax | 1.2.840.10008.1.2.4.95 |
250 MPEG2MainProfileAtMainLevelTransferSyntax | 1.2.840.10008.1.2.4.100 | 250 MPEG2MainProfileAtMainLevelTransferSyntax | 1.2.840.10008.1.2.4.100 |
251 MPEG2MainProfileAtHighLevelTransferSyntax | 1.2.840.10008.1.2.4.101 | 251 MPEG2MainProfileAtHighLevelTransferSyntax | 1.2.840.10008.1.2.4.101 |
252 RLELosslessTransferSyntax | 1.2.840.10008.1.2.5 | 252 RLELosslessTransferSyntax | 1.2.840.10008.1.2.5 |
253 | 253 |
254 It is possible to disable a subset of these transfer syntaxes thanks to the | 254 It is possible to disable a subset of these transfer syntaxes thanks |
255 "*TransferSyntaxAccepted" options in the Orthanc configuration file. | 255 to the "AcceptedTransferSyntaxes" and "*TransferSyntaxAccepted" |
256 options in the Orthanc configuration file. | |
256 | 257 |
257 When possible, Orthanc will prefer the | 258 When possible, Orthanc will prefer the |
258 LittleEndianImplicitTransferSyntax transfer syntax | 259 LittleEndianExplicitTransferSyntax transfer syntax |
259 (1.2.840.10008.1.2). | 260 (1.2.840.10008.1.2.1). |
260 | 261 |
261 Orthanc does not support extended negotiation. | 262 Orthanc does not support extended negotiation. |
262 | 263 |
263 | 264 |
264 -------------------- | 265 -------------------- |
265 Implementation notes | 266 Implementation notes |
266 -------------------- | 267 -------------------- |
267 | 268 |
268 The information above about the SCP support is readily extracted from | 269 The information above about the SCP support is readily extracted from |
269 the function "Orthanc::Internals::AcceptAssociation()" from file | 270 the function "Orthanc::Internals::AcceptAssociation()" from file |
270 "Core/DicomNetworking/Internals/CommandDispatcher.cpp". | 271 "OrthancFramework/Sources/DicomNetworking/Internals/CommandDispatcher.cpp". |
271 | 272 |
272 The information above about the SCU support is derived from the | 273 The information above about the SCU support is derived from the |
273 classes "Orthanc::DicomControlUserConnection" and | 274 classes "Orthanc::DicomControlUserConnection" and |
274 "Orthanc::DicomStoreUserConnection" from file | 275 "Orthanc::DicomStoreUserConnection" from file |
275 "Core/DicomNetworking/DicomControlUserConnection.cpp" and | 276 "OrthancFramework/Sources/DicomNetworking/DicomControlUserConnection.cpp" and |
276 "Core/DicomNetworking/DicomStoreUserConnection.cpp". | 277 "OrthancFramework/Sources/DicomNetworking/DicomStoreUserConnection.cpp". |