MeVisLab Toolbox Reference
mlGDCMPrivateDICOMTagDecoders.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 //----------------------------------------------------------------------------------
6 
11 //----------------------------------------------------------------------------------
12 
13 #pragma once
14 
17 
18 ML_START_NAMESPACE
19 
24 
25 public:
28 
40  DCMTree::Const_TagPtr tagPtr,
41  PrivateDICOMTagValueFields &resultFields) override;
42 private:
45 };
46 
47 ML_END_NAMESPACE
Project global and OS specific declarations.
#define ML_GDCM_PRIVATE_DICOM_TAG_DECODERS_EXPORT
DLL export macro definition.
Class decoding private Siemens CSA header information with the help of an adapted gdcm::CSADecoder to...
GDCMPrivateDICOMTagDecoders()
Constructor doing nothing.
PrivateDICOMTagDecoderPluginBase::DecodeStates decodePrivateTag(const std::string &privateCreator, DCMTree::Const_TagPtr tagPtr, PrivateDICOMTagValueFields &resultFields) override
If a CSA header tag is passed then this routine converts its data elements to fields in resultFields ...
Base class for plugins decoding private DICOM tags to a PrivateDICOMTagValueFields container.
List type managing and maintaining a number of PrivateDICOMTagValueFields::PrivateTagField containers...
#define ML_CLASS_HEADER(className)
Same like ML_CLASS_HEADER_EXPORTED with a non existing export symbol.
boost::shared_ptr< const Tag > Const_TagPtr
Definition: DCMTree_Lib.h:63