Mercurial > hg > orthanc
diff OrthancServer/Sources/ServerEnumerations.h @ 5316:03501a258d9e
added instance metadata "PixelDataVR"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 22 Jun 2023 08:48:38 +0200 |
parents | 08e0c9c0ab39 |
children | 48b8dae6dc77 |
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerEnumerations.h Mon Jun 19 19:20:53 2023 +0200 +++ b/OrthancServer/Sources/ServerEnumerations.h Thu Jun 22 08:48:38 2023 +0200 @@ -160,6 +160,7 @@ 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 + MetadataType_Instance_PixelDataVR = 17, // New in Orthanc 1.12.1 // Make sure that the value "65535" can be stored into this enumeration MetadataType_StartUser = 1024,