comparison Core/DicomParsing/DicomDirWriter.h @ 2422:b340f0a9022c

New argument "/.../media?extended" to include additional type-3 tags in DICOMDIR
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 08 Oct 2017 11:46:56 +0200
parents 7284093111b0
children 878b59270859
comparison
equal deleted inserted replaced
2421:d0fe5ec7eb05 2422:b340f0a9022c
55 void Add(const std::string& directory, 55 void Add(const std::string& directory,
56 const std::string& filename, 56 const std::string& filename,
57 ParsedDicomFile& dicom); 57 ParsedDicomFile& dicom);
58 58
59 void Encode(std::string& target); 59 void Encode(std::string& target);
60
61 void EnableExtendedSopClass(bool enable);
62
63 bool IsExtendedSopClass() const;
60 }; 64 };
61 65
62 } 66 }