7 #ifndef __FWGDCMIO_HELPER_DICOMCODEDATTRIBUTE_HPP__ 8 #define __FWGDCMIO_HELPER_DICOMCODEDATTRIBUTE_HPP__ 10 #include "fwGdcmIO/config.hpp" 11 #include "fwGdcmIO/container/DicomCodedAttribute.hpp" 13 #include <gdcmSegment.h> 36 FWGDCMIO_API
static DicomCodedAttributeVectorType convertEntryToCodedAttribute(
const std::string& entry);
43 FWGDCMIO_API static ::gdcm::Segment::BasicCodedEntryVector
44 convertEntryToGDCMCodedAttribute(
const std::string& entry);
53 FWGDCMIO_API
static bool checkAndFormatEntry(std::string& entry,
bool multipleValue =
false);
60 #endif // __FWGDCMIO_HELPER_DICOMCODEDATTRIBUTE_HPP__ The namespace fwGdcmIO contains reader, writer and helper for dicom data.
Helper class to manage DICOM coded attributes.
std::vector< ::fwGdcmIO::container::DicomCodedAttribute > DicomCodedAttributeVectorType
DicomCodedAttribute container type.