diff OrthancStone/Sources/StoneEnumerations.cpp @ 1887:aa4ed1cf4e8d

refactoring using DataAugmentationParameters
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Jan 2022 12:38:04 +0100
parents 7053b8a0aaec
children 07964689cb0b
line wrap: on
line diff
--- a/OrthancStone/Sources/StoneEnumerations.cpp	Fri Jan 14 19:10:30 2022 +0100
+++ b/OrthancStone/Sources/StoneEnumerations.cpp	Mon Jan 17 12:38:04 2022 +0100
@@ -60,7 +60,11 @@
     else if (s == "1.2.840.10008.5.1.4.1.1.77.1.4.1")
     {
       return SopClassUid_VideoPhotographicImageStorage;
-    }      
+    }
+    else if (s == "1.2.840.10008.5.1.4.1.1.66.4")
+    {
+      return SopClassUid_DicomSeg;
+    }
     else
     {
       //LOG(INFO) << "Other SOP class UID: " << source;