7 #include "fwGdcmIO/container/sr/DicomSRUIDRefNode.hpp" 9 #include "fwGdcmIO/helper/DicomDataWriter.hxx" 21 const std::string& relationship,
22 const std::string uidValue) :
41 ::fwGdcmIO::helper::DicomDataWriter::setTagValue< 0x0040, 0xa124 >(
m_uidValue, dataset);
std::string m_uidValue
Text Value (0040, a124)
The namespace fwGdcmIO contains reader, writer and helper for dicom data.
This class defines a node in a SR document.
virtual FWGDCMIO_API ~DicomSRUIDRefNode()
Destructor.
virtual void print(std::ostream &os) const
Dump function.
This class represents a DICOM basic coded entry. It stores the four mains attributes : Code Value...
virtual void print(std::ostream &os) const
Dump function.
FWGDCMIO_API DicomSRUIDRefNode(const DicomCodedAttribute &codedAttribute, const std::string &relationship, const std::string uidValue)
Constructor.
virtual FWGDCMIO_API void write(::gdcm::DataSet &dataset) const
Write the SR node in the dataset.
virtual FWGDCMIO_API void write(::gdcm::DataSet &dataset) const
Write the SR node in the dataset.