# HG changeset patch # User Sebastien Jodogne # Date 1587050838 -7200 # Node ID c9c34bb50f0a8f90cd81b6b51c022daf045bf910 # Parent 138d0dde41b5e0b1541b952cdc04b6690f93d971 fix paths diff -r 138d0dde41b5 -r c9c34bb50f0a Resources/DicomConformanceStatement.txt --- a/Resources/DicomConformanceStatement.txt Thu Apr 16 17:24:24 2020 +0200 +++ b/Resources/DicomConformanceStatement.txt Thu Apr 16 17:27:18 2020 +0200 @@ -257,8 +257,10 @@ The information above about the SCP support is readily extracted from the function "Orthanc::Internals::AcceptAssociation()" from file -"OrthancServer/Internals/CommandDispatcher.cpp". +"Core/DicomNetworking/Internals/CommandDispatcher.cpp". -The information above about the SCU support is derived from the class -"Orthanc::DicomUserConnection" from file -"OrthancServer/DicomProtocol/DicomUserConnection.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".