9 #include "fwGdcmIO/writer/ie/InformationEntity.hpp" 11 #include <fwMedData/Patient.hpp> 36 FWGDCMIO_API
Patient(
const SPTR(::gdcm::Writer)& writer,
38 const ::fwMedData::Patient::csptr& patient,
39 const ::fwLog::Logger::sptr& logger =
nullptr,
40 ProgressCallback progress =
nullptr,
41 CancelRequestedCallback cancel =
nullptr);
44 FWGDCMIO_API
virtual ~Patient();
50 FWGDCMIO_API
virtual void writePatientModule();
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.
Patient Information Entity class.