diff OrthancServer/Search/HierarchicalMatcher.cpp @ 2007:655489d9165d

DicomMap::ParseDicomMetaInformation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Jun 2016 15:46:33 +0200
parents 6301bbcbcaed
children af60b784d2b8
line wrap: on
line diff
--- a/OrthancServer/Search/HierarchicalMatcher.cpp	Thu Jun 09 14:48:40 2016 +0200
+++ b/OrthancServer/Search/HierarchicalMatcher.cpp	Thu Jun 09 15:46:33 2016 +0200
@@ -147,7 +147,7 @@
           // DICOM specifies that searches must be case sensitive, except
           // for tags with a PN value representation
           bool sensitive = true;
-          if (vr == ValueRepresentation_PatientName)
+          if (vr == ValueRepresentation_PersonName)
           {
             sensitive = caseSensitivePN;
           }