changeset 6159:fe1c34292a2e sql-opti

rename
author Alain Mazy <am@orthanc.team>
date Wed, 04 Jun 2025 10:38:20 +0200 (2 weeks ago)
parents faa83997d9e7
children
files OrthancServer/Sources/ServerEnumerations.cpp OrthancServer/Sources/ServerEnumerations.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerEnumerations.cpp	Tue Jun 03 17:56:35 2025 +0200
+++ b/OrthancServer/Sources/ServerEnumerations.cpp	Wed Jun 04 10:38:20 2025 +0200
@@ -65,7 +65,7 @@
     dictMetadataType_.Add(MetadataType_MainDicomSequences, "MainDicomSequences");
     dictMetadataType_.Add(MetadataType_Instance_PixelDataVR, "PixelDataVR");
     dictMetadataType_.Add(MetadataType_Patient_IsProtected, "IsProtected");
-    dictMetadataType_.Add(MetadataType_Patient_UnprotectDate, "UnprotectDate");
+    dictMetadataType_.Add(MetadataType_Patient_PatientRecyclingOrder, "PatientRecyclingOrder");
 
     dictContentType_.Add(FileContentType_Dicom, "dicom");
     dictContentType_.Add(FileContentType_DicomAsJson, "dicom-as-json");
--- a/OrthancServer/Sources/ServerEnumerations.h	Tue Jun 03 17:56:35 2025 +0200
+++ b/OrthancServer/Sources/ServerEnumerations.h	Wed Jun 04 10:38:20 2025 +0200
@@ -210,7 +210,7 @@
     MetadataType_MainDicomSequences = 16,        // New in Orthanc 1.11.1
     MetadataType_Instance_PixelDataVR = 17,      // New in Orthanc 1.12.1
     MetadataType_Patient_IsProtected = 18,       // New in Orthanc 1.12.99  (used only by DB plugins)
-    MetadataType_Patient_UnprotectDate = 19,     // New in Orthanc 1.12.99  (used only by DB plugins)
+    MetadataType_Patient_PatientRecyclingOrder = 19,  // New in Orthanc 1.12.99  (used only by DB plugins)
     
     // Make sure that the value "65535" can be stored into this enumeration
     MetadataType_StartUser = 1024,