7 #include "fwMedDataCamp/AttachmentSeries.hpp" 9 #include <fwCamp/UserObject.hpp> 11 #include <fwMemory/BufferObject.hpp> 15 fwCampImplementDataMacro((
fwMedData)(AttachmentSeries))
18 .tag(
"object_version",
"1")
19 .tag(
"lib_name",
"fwMedData")
29 fwCampImplementEnumMacro((
fwMedData)(AttachmentSeries)(AttachmentAvailability))
32 .value(
"NONE", ::fwMedData::AttachmentSeries::NONE)
Namespace containing medical data.
AttachmentAvailability m_attachmentAvailability
Attachment availability.
std::string m_mediaType
Media type of the attached file.
::boost::filesystem::path m_attachmentPath
Local path of attachment file.
::fwMemory::BufferObject::sptr m_buffer
BufferObject of the current attachment file.
Holds series information.