diff Core/DicomFormat/DicomTag.h @ 559:e0cfb413c86b find-move-scp

find scp
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Sep 2013 16:22:21 +0200
parents 9d876ea52df4
children 9924aec1d694
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.h	Wed Sep 18 15:27:07 2013 +0200
+++ b/Core/DicomFormat/DicomTag.h	Wed Sep 18 16:22:21 2013 +0200
@@ -110,4 +110,8 @@
   // DICOM tags used for fMRI (thanks to Will Ryder)
   static const DicomTag DICOM_TAG_NUMBER_OF_TEMPORAL_POSITIONS(0x0020, 0x0105);
   static const DicomTag DICOM_TAG_TEMPORAL_POSITION_IDENTIFIER(0x0020, 0x0100);
+
+  // Tags for C-FIND and C-MOVE
+  static const DicomTag DICOM_TAG_SPECIFIC_CHARACTER_SET(0x0008, 0x0005);
+  static const DicomTag DICOM_TAG_QUERY_RETRIEVE_LEVEL(0x0008, 0x0052);
 }