# HG changeset patch # User Sebastien Jodogne # Date 1432808366 -7200 # Node ID 21a2929e541d3cd4370de966d824491fbd575cad # Parent 1412ec22ee0b07ed7314c2320bacbf3126fb0744 Move SCU conformance diff -r 1412ec22ee0b -r 21a2929e541d OrthancExplorer/query-retrieve.js --- a/OrthancExplorer/query-retrieve.js Wed May 27 17:47:39 2015 +0200 +++ b/OrthancExplorer/query-retrieve.js Thu May 28 12:19:26 2015 +0200 @@ -106,7 +106,7 @@ success: function(system) { $('
').simpledialog2({ mode: 'button', - headerText: 'Retrieve destination', + headerText: 'Target', headerClose: true, buttonPrompt: 'Enter Application Entity Title (AET):', buttonInput: true, diff -r 1412ec22ee0b -r 21a2929e541d Resources/DicomConformanceStatement.txt --- a/Resources/DicomConformanceStatement.txt Wed May 27 17:47:39 2015 +0200 +++ b/Resources/DicomConformanceStatement.txt Thu May 28 12:19:26 2015 +0200 @@ -186,7 +186,16 @@ FINDPatientRootQueryRetrieveInformationModel | 1.2.840.10008.5.1.4.1.2.1.1 FINDStudyRootQueryRetrieveInformationModel | 1.2.840.10008.5.1.4.1.2.2.1 - FINDStudyRootQueryRetrieveInformationModel | 1.2.840.10008.5.1.4.1.2.2.1 + + +-------------------- +Move SCU Conformance +-------------------- + +Orthanc supports the following SOP Classes as an SCU for C-Move: + + MOVEPatientRootQueryRetrieveInformationModel | 1.2.840.10008.5.1.4.1.2.1.2 + MOVEStudyRootQueryRetrieveInformationModel | 1.2.840.10008.5.1.4.1.2.2.2 -----------------