Mercurial > hg > orthanc
changeset 1373:21a2929e541d query-retrieve
Move SCU conformance
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 28 May 2015 12:19:26 +0200 |
parents | 1412ec22ee0b |
children | 5c11c4e728eb |
files | OrthancExplorer/query-retrieve.js Resources/DicomConformanceStatement.txt |
diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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) { $('<div>').simpledialog2({ mode: 'button', - headerText: 'Retrieve destination', + headerText: 'Target', headerClose: true, buttonPrompt: 'Enter Application Entity Title (AET):', buttonInput: true,
--- 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 -----------------