Mercurial > hg > orthanc
changeset 1072:1dffa9f44a94
conformance
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 28 Jul 2014 13:31:35 +0200 |
parents | b630faa3a64f |
children | 01414536c930 |
files | Resources/DicomConformanceStatement.txt |
diffstat | 1 files changed, 90 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /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". + +