diff OrthancServer/Sources/Database/FindRequest.h @ 5723:b1c86368af2b find-refactoring

moved experimental code to graveyard
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Jul 2024 10:19:57 +0200
parents f375e9983943
children 95a3802ad133
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/FindRequest.h	Fri Jul 19 09:30:13 2024 +0200
+++ b/OrthancServer/Sources/Database/FindRequest.h	Fri Jul 19 10:19:57 2024 +0200
@@ -43,23 +43,6 @@
   class FindRequest : public boost::noncopyable
   {
   public:
-    /**
-
-       TO DISCUSS:
-
-       (1) ResponseContent_ChildInstanceId       = (1 << 6),     // When you need to access all tags from a patient/study/series, you might need to open the DICOM file of a child instance
-
-       if (requestedTags.size() > 0 && resourceType != ResourceType_Instance) // if we are requesting specific tags that might be outside of the MainDicomTags, we must get a childInstanceId too
-       {
-       responseContent = static_cast<FindRequest::ResponseContent>(responseContent | FindRequest::ResponseContent_ChildInstanceId);
-       }
-
-
-       (2) ResponseContent_IsStable              = (1 << 8),     // This is currently not saved in DB but it could be in the future.
-
-     **/
-
-
     enum KeyType  // used for ordering and filters
     {
       KeyType_DicomTag,