diff Framework/StoneEnumerations.h @ 625:2eeb5857eb43

DicomInstanceParameters
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 May 2019 18:11:52 +0200
parents 3080ec4ec6b9
children fb00a8be03e2
line wrap: on
line diff
--- a/Framework/StoneEnumerations.h	Tue May 07 14:28:10 2019 +0200
+++ b/Framework/StoneEnumerations.h	Tue May 07 18:11:52 2019 +0200
@@ -98,6 +98,7 @@
 
   enum SopClassUid
   {
+    SopClassUid_Other,
     SopClassUid_RTDose
   };
 
@@ -192,8 +193,7 @@
   };
 
   
-  bool StringToSopClassUid(SopClassUid& result,
-                           const std::string& source);
+  SopClassUid StringToSopClassUid(const std::string& source);
 
   void ComputeWindowing(float& targetCenter,
                         float& targetWidth,