diff OrthancServer/Sources/ServerEnumerations.h @ 5036:877bc3b96476

Handle Dicom sequences in ExtraMainDicomTags and save them in the 'MainDicomSequences' metadata
author Alain Mazy <am@osimis.io>
date Fri, 24 Jun 2022 15:47:10 +0200
parents dad71e6da406
children d4e5ca0c9307
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerEnumerations.h	Wed Jun 22 15:37:08 2022 +0200
+++ b/OrthancServer/Sources/ServerEnumerations.h	Fri Jun 24 15:47:10 2022 +0200
@@ -152,6 +152,7 @@
     MetadataType_Instance_HttpUsername = 13,     // New in Orthanc 1.4.0
     MetadataType_Instance_PixelDataOffset = 14,  // New in Orthanc 1.9.0
     MetadataType_MainDicomTagsSignature = 15,    // New in Orthanc 1.11.0
+    MetadataType_MainDicomSequences = 16,        // New in Orthanc 1.11.1
     
     // Make sure that the value "65535" can be stored into this enumeration
     MetadataType_StartUser = 1024,