This structure defines a basic coded entry with all of its attributes.
More...
#include <gdcmSegmentHelper.h>
|
| | BasicCodedEntry () |
| | Constructor.
|
| |
| | BasicCodedEntry (const char *a_CV, const char *a_CSD, const char *a_CM) |
| | constructor which defines type 1 attributes.
|
| |
| | BasicCodedEntry (const char *a_CV, const char *a_CSD, const char *a_CSV, const char *a_CM) |
| | constructor which defines attributes.
|
| |
| bool | IsEmpty (const bool checkOptionalAttributes=false) const |
| | Check if each attributes of the basic coded entry is defined.
|
| |
|
| std::string | CM |
| | Coding Scheme Version attribute.
|
| |
| std::string | CSD |
| | Code Value attribute.
|
| |
| std::string | CSV |
| | Coding Scheme Designator attribute.
|
| |
| std::string | CV |
| |
This structure defines a basic coded entry with all of its attributes.
- See also
- PS 3.3 section 8.8.
◆ BasicCodedEntry() [1/3]
| gdcm::SegmentHelper::BasicCodedEntry::BasicCodedEntry |
( |
| ) |
|
|
inline |
◆ BasicCodedEntry() [2/3]
| gdcm::SegmentHelper::BasicCodedEntry::BasicCodedEntry |
( |
const char * |
a_CV, |
|
|
const char * |
a_CSD, |
|
|
const char * |
a_CM |
|
) |
| |
|
inline |
constructor which defines type 1 attributes.
◆ BasicCodedEntry() [3/3]
| 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.
◆ IsEmpty()
| bool gdcm::SegmentHelper::BasicCodedEntry::IsEmpty |
( |
const bool |
checkOptionalAttributes = false | ) |
const |
Check if each attributes of the basic coded entry is defined.
- Parameters
-
| checkOptionalAttributes | Check also type 1C attributes. |
◆ CM
| std::string gdcm::SegmentHelper::BasicCodedEntry::CM |
◆ CSD
| std::string gdcm::SegmentHelper::BasicCodedEntry::CSD |
◆ CSV
| std::string gdcm::SegmentHelper::BasicCodedEntry::CSV |
Coding Scheme Designator attribute.
◆ CV
| std::string gdcm::SegmentHelper::BasicCodedEntry::CV |
The documentation for this struct was generated from the following file: