9 #include "fwGdcmIO/container/sr/DicomSRNumNode.hpp" 10 #include "fwGdcmIO/container/sr/DicomSRSCoordNode.hpp" 11 #include "fwGdcmIO/container/sr/DicomSRTextNode.hpp" 12 #include "fwGdcmIO/exception/Failed.hpp" 13 #include "fwGdcmIO/reader/ie/InformationEntity.hpp" 15 #include <fwData/Image.hpp> 17 #include <fwMedData/DicomSeries.hpp> 52 const SPTR(::gdcm::Reader)& reader,
54 const ::fwData::Image::sptr& image,
55 const ::fwLog::Logger::sptr& logger =
nullptr,
56 ProgressCallback progress =
nullptr,
57 CancelRequestedCallback cancel =
nullptr);
60 FWGDCMIO_API
virtual ~Document();
Document Information Entity class It search and read a specific template from the root of the documen...
This class defines a DICOM SOP instance. It is useful during the whole writing process. This class allows to share data between module writers.
The namespace fwGdcmIO contains reader, writer and helper for dicom data.
Implements a failed exception class for fwGdcmIO.
Contains the representation of the data objects used in the framework.