diff Core/Enumerations.h @ 2007:655489d9165d

DicomMap::ParseDicomMetaInformation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 09 Jun 2016 15:46:33 +0200
parents 6301bbcbcaed
children 08ce34cfacad
line wrap: on
line diff
--- a/Core/Enumerations.h	Thu Jun 09 14:48:40 2016 +0200
+++ b/Core/Enumerations.h	Thu Jun 09 15:46:33 2016 +0200
@@ -410,7 +410,7 @@
     ValueRepresentation_OtherFloat = 15,           // OF
     ValueRepresentation_OtherLong = 16,            // OL
     ValueRepresentation_OtherWord = 17,            // OW
-    ValueRepresentation_PatientName = 18,          // PN
+    ValueRepresentation_PersonName = 18,           // PN
     ValueRepresentation_ShortString = 19,          // SH
     ValueRepresentation_SignedLong = 20,           // SL (int32_t)
     ValueRepresentation_Sequence = 21,             // SQ
@@ -524,4 +524,6 @@
   HttpStatus ConvertErrorCodeToHttpStatus(ErrorCode error);
 
   bool IsUserContentType(FileContentType type);
+
+  bool IsBinaryValueRepresentation(ValueRepresentation vr);
 }