diff OrthancFramework/Sources/DicomFormat/DicomArray.cpp @ 5698:075558c95cbb find-refactoring

refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 12 Jul 2024 12:48:37 +0200
parents f7adfb22e20e
children
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomArray.cpp	Fri Jul 12 11:55:27 2024 +0200
+++ b/OrthancFramework/Sources/DicomFormat/DicomArray.cpp	Fri Jul 12 12:48:37 2024 +0200
@@ -95,7 +95,8 @@
       }
       else if (v.IsSequence())
       {
-        s = "(sequence)";
+        //s = "(sequence)";
+        s = "(sequence) " + v.GetSequenceContent().toStyledString();
       }
       else
       {