diff OrthancFramework/Sources/DicomFormat/DicomMap.h @ 5038:f8bea9c1c0fc

reduce dependencies to DCMTK (e.g. for plugins)
author Alain Mazy <am@osimis.io>
date Fri, 24 Jun 2022 16:44:38 +0200
parents 877bc3b96476
children 1c08cd68250a
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomMap.h	Fri Jun 24 16:16:43 2022 +0200
+++ b/OrthancFramework/Sources/DicomFormat/DicomMap.h	Fri Jun 24 16:44:38 2022 +0200
@@ -149,7 +149,9 @@
 
     static bool HasComputedTags(const std::set<DicomTag>& tags);
 
+#if ORTHANC_ENABLE_DCMTK == 1
     static void ExtractSequences(std::set<DicomTag>& sequences, const std::set<DicomTag>& tags);
+#endif
 
     static const std::set<DicomTag>& GetMainDicomTags(ResourceType level);