GDCM  2.2.6
Public Member Functions | Public Attributes | List of all members
gdcm::SegmentHelper::BasicCodedEntry Struct Reference

This structure defines a basic coded entry with all of its attributes. More...

#include <gdcmSegmentHelper.h>

Collaboration diagram for gdcm::SegmentHelper::BasicCodedEntry:
Collaboration graph
[legend]

Public Member Functions

 BasicCodedEntry ()
 Constructor. More...
 
 BasicCodedEntry (const char *a_CV, const char *a_CSD, const char *a_CM)
 constructor which defines type 1 attributes. More...
 
 BasicCodedEntry (const char *a_CV, const char *a_CSD, const char *a_CSV, const char *a_CM)
 constructor which defines attributes. More...
 
bool IsEmpty (const bool checkOptionalAttributes=false) const
 Check if each attibutes of the basic coded entry is defined. More...
 

Public Attributes

std::string CM
 Coding Scheme Version attribute. More...
 
std::string CSD
 Code Value attribute. More...
 
std::string CSV
 Coding Scheme Designator attribute. More...
 
std::string CV
 

Detailed Description

This structure defines a basic coded entry with all of its attributes.

See Also
PS 3.3 section 8.8.

Constructor & Destructor Documentation

gdcm::SegmentHelper::BasicCodedEntry::BasicCodedEntry ( )
inline

Constructor.

gdcm::SegmentHelper::BasicCodedEntry::BasicCodedEntry ( const char *  a_CV,
const char *  a_CSD,
const char *  a_CM 
)
inline

constructor which defines type 1 attributes.

gdcm::SegmentHelper::BasicCodedEntry::BasicCodedEntry ( const char *  a_CV,
const char *  a_CSD,
const char *  a_CSV,
const char *  a_CM 
)
inline

constructor which defines attributes.

Member Function Documentation

bool gdcm::SegmentHelper::BasicCodedEntry::IsEmpty ( const bool  checkOptionalAttributes = false) const

Check if each attibutes of the basic coded entry is defined.

Parameters
checkOptionalAttributesCheck also type 1C attributes.

Member Data Documentation

std::string gdcm::SegmentHelper::BasicCodedEntry::CM

Coding Scheme Version attribute.

std::string gdcm::SegmentHelper::BasicCodedEntry::CSD

Code Value attribute.

std::string gdcm::SegmentHelper::BasicCodedEntry::CSV

Coding Scheme Designator attribute.

std::string gdcm::SegmentHelper::BasicCodedEntry::CV

The documentation for this struct was generated from the following file:

Generated on Sat Dec 21 2013 05:56:23 for GDCM by doxygen 1.8.5
SourceForge.net Logo