diff Core/DicomFormat/DicomTag.cpp @ 1725:a7c05bbfaf6a db-changes

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Oct 2015 11:21:36 +0200
parents b22ba8c5edbe
children 5cdea1cd2071
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.cpp	Tue Oct 20 11:02:06 2015 +0200
+++ b/Core/DicomFormat/DicomTag.cpp	Tue Oct 20 11:21:36 2015 +0200
@@ -243,14 +243,4 @@
         throw OrthancException(ErrorCode_ParameterOutOfRange);
     }
   }
-
-
-  bool DicomTag::IsIdentifier() const
-  {
-    return (*this == DICOM_TAG_PATIENT_ID ||
-            *this == DICOM_TAG_STUDY_INSTANCE_UID ||
-            *this == DICOM_TAG_ACCESSION_NUMBER ||
-            *this == DICOM_TAG_SERIES_INSTANCE_UID ||
-            *this == DICOM_TAG_SOP_INSTANCE_UID);
-  }
 }