# HG changeset patch # User Sebastien Jodogne # Date 1406547095 -7200 # Node ID 1dffa9f44a94d6bec818872221d5fd7da36b3d60 # Parent b630faa3a64f2fa837c5b1950935ceb2bce3b9e9 conformance diff -r b630faa3a64f -r 1dffa9f44a94 Resources/DicomConformanceStatement.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Resources/DicomConformanceStatement.txt Mon Jul 28 13:31:35 2014 +0200 @@ -0,0 +1,90 @@ +*** WORK IN PROGRESS, UNSTABLE FILE!!! *** + + +====================================== +DICOM Conformance Statement of Orthanc +====================================== + + +--------------------- +Echo SCU Conformance +--------------------- + +Orthanc supports the following SOP Classes as an SCU for C-Echo: + + +--------------------- +Store SCU Conformance +--------------------- + +Orthanc supports the following SOP Classes as an SCU for C-Store: + + + +-------------------- +Find SCU Conformance +-------------------- + +Orthanc supports the following SOP Classes as an SCU for C-Find: + + + +-------------------- +Move SCU Conformance +-------------------- + +Orthanc supports the following SOP Classes as an SCU for C-Move: + + + + + +--------------------- +Echo SCP Conformance +--------------------- + +Orthanc supports the following SOP Classes as an SCP for C-Echo: + +VerificationSOPClass | + + +--------------------- +Store SCP Conformance +--------------------- + +Orthanc supports the following SOP Classes as an SCP for C-Store: + + + + +-------------------- +Find SCP Conformance +-------------------- + +Orthanc supports the following SOP Classes as an SCP for C-Find: + +FINDPatientRootQueryRetrieveInformationModel | +FINDStudyRootQueryRetrieveInformationModel | + + +-------------------- +Move SCP Conformance +-------------------- + +Orthanc supports the following SOP Classes as an SCP for C-Move: + +MOVEStudyRootQueryRetrieveInformationModel | +MOVEPatientRootQueryRetrieveInformationModel | + + + +---------------------------- +Implementation notes for SCP +---------------------------- + +The supported SOP classes for Echo SCP, Store SCP, Find SCP and Move +SCP can be found in the function +"Orthanc::Internals::AcceptAssociation()" from file +"OrthancServer/Internals/CommandDispatcher.cpp". + +