diff Core/DicomParsing/ParsedDicomFile.h @ 2521:6db878376018

support anonymization of CurrentRequestedProcedureEvidenceSequence
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 09 Apr 2018 17:59:16 +0200
parents 4dcafa8d6633
children d386abc18133
line wrap: on
line diff
--- a/Core/DicomParsing/ParsedDicomFile.h	Thu Mar 29 16:14:10 2018 +0200
+++ b/Core/DicomParsing/ParsedDicomFile.h	Mon Apr 09 17:59:16 2018 +0200
@@ -75,7 +75,8 @@
     struct PImpl;
     PImpl* pimpl_;
 
-    ParsedDicomFile(ParsedDicomFile& other);
+    ParsedDicomFile(ParsedDicomFile& other,
+                    bool keepSopInstanceUid);
 
     void CreateFromDicomMap(const DicomMap& source,
                             Encoding defaultEncoding);
@@ -111,7 +112,7 @@
 
     DcmFileFormat& GetDcmtkObject() const;
 
-    ParsedDicomFile* Clone();
+    ParsedDicomFile* Clone(bool keepSopInstanceUid);
 
 #if ORTHANC_ENABLE_CIVETWEB == 1 || ORTHANC_ENABLE_MONGOOSE == 1
     void SendPathValue(RestApiOutput& output,