diff OrthancServer/DatabaseWrapper.cpp @ 1725:a7c05bbfaf6a db-changes

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 11:21:36 +0200
parents 3926e6317a43
children 54d78925cbb6
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.cpp	Tue Oct 20 11:02:06 2015 +0200
+++ b/OrthancServer/DatabaseWrapper.cpp	Tue Oct 20 11:21:36 2015 +0200
@@ -464,19 +464,6 @@
   }
 
 
-  void DatabaseWrapper::LookupIdentifier(std::list<int64_t>& target,
-                                         const DicomTag& tag,
-                                         const std::string& value)
-  {
-    if (!tag.IsIdentifier())
-    {
-      throw OrthancException(ErrorCode_ParameterOutOfRange);
-    }
-
-    base_.LookupIdentifier(target, tag, value);
-  }
-
-
   void DatabaseWrapper::GetAllMetadata(std::map<MetadataType, std::string>& target,
                                        int64_t id)
   {