fw4spl
reader/iod/ComprehensiveSRIOD.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-2018.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #pragma once
8 
9 #include "fwGdcmIO/reader/iod/InformationObjectDefinition.hpp"
10 
11 namespace fwGdcmIO
12 {
13 namespace reader
14 {
15 namespace iod
16 {
17 
22 {
23 
24 public:
25 
34  FWGDCMIO_API ComprehensiveSRIOD(const ::fwMedData::DicomSeries::csptr& dicomSeries,
35  const SPTR(::fwGdcmIO::container::DicomInstance)& instance,
36  const ::fwLog::Logger::sptr& logger = nullptr,
37  ProgressCallback progress = nullptr,
38  CancelRequestedCallback cancel = nullptr);
39 
41  FWGDCMIO_API ~ComprehensiveSRIOD();
42 
44  FWGDCMIO_API void read(::fwMedData::Series::sptr series) throw(::fwGdcmIO::exception::Failed);
45 
46 };
47 
48 } // namespace iod
49 } // namespace reader
50 } // namespace fwGdcmIO
#define SPTR(_cls_)
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.
InformationObjectDefinition base class used to read DICOM IODs.
ComprehensiveSRIOD class used to read landmarks and distances stored in Enhanced Structured Report IO...