diff OrthancServer/OrthancFindRequestHandler.cpp @ 682:efc4928be6fb

Recover pixel data for more transfer syntaxes (notably JPEG)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 Jan 2014 15:05:14 +0100
parents 41b3e5ccb291
children 2d0a347e8cfc
line wrap: on
line diff
--- a/OrthancServer/OrthancFindRequestHandler.cpp	Wed Jan 29 16:20:05 2014 +0100
+++ b/OrthancServer/OrthancFindRequestHandler.cpp	Thu Jan 30 15:05:14 2014 +0100
@@ -480,3 +480,15 @@
     }
   }
 }
+
+
+
+/**
+ * TODO : Case-insensitive match for PN value representation (Patient
+ * Name). Case-senstive match for all the other value representations.
+ *
+ * Reference: DICOM PS 3.4
+ *   - C.2.2.2.1 ("Single Value Matching") 
+ *   - C.2.2.2.4 ("Wild Card Matching")
+ * http://medical.nema.org/Dicom/2011/11_04pu.pdf (
+ **/