#include <gdcmCommon.h>
Collaboration diagram for GDCM_NAME_SPACE::DicomElement:

Public Attributes | |
| unsigned short int | Group |
| Dicom Group number. | |
| unsigned short int | Elem |
| Dicom Element number. | |
| VRKey | VR |
| Value Representation. | |
| std::string | Value |
| value (coded as a std::string) of the Element | |
Definition at line 169 of file gdcmCommon.h.
|
|
Dicom Element number.
Definition at line 174 of file gdcmCommon.h. Referenced by GDCM_NAME_SPACE::File::AddAnonymizeElement(), GDCM_NAME_SPACE::DicomDirElement::AddDicomDirElement(), GDCM_NAME_SPACE::Document::AddForceLoadElement(), GDCM_NAME_SPACE::DicomDirElement::DicomDirElement(), and GDCM_NAME_SPACE::FillDefaultDIRDict(). |
|
|
Dicom Group number.
Definition at line 172 of file gdcmCommon.h. Referenced by GDCM_NAME_SPACE::File::AddAnonymizeElement(), GDCM_NAME_SPACE::DicomDirElement::AddDicomDirElement(), GDCM_NAME_SPACE::Document::AddForceLoadElement(), GDCM_NAME_SPACE::DicomDirElement::DicomDirElement(), and GDCM_NAME_SPACE::FillDefaultDIRDict(). |
|
|
value (coded as a std::string) of the Element
Definition at line 178 of file gdcmCommon.h. Referenced by GDCM_NAME_SPACE::File::AddAnonymizeElement(), GDCM_NAME_SPACE::DicomDirElement::AddDicomDirElement(), GDCM_NAME_SPACE::DicomDirElement::DicomDirElement(), and GDCM_NAME_SPACE::FillDefaultDIRDict(). |
|
|
Value Representation.
Definition at line 176 of file gdcmCommon.h. Referenced by GDCM_NAME_SPACE::DicomDirElement::AddDicomDirElement(), GDCM_NAME_SPACE::DicomDirElement::DicomDirElement(), and GDCM_NAME_SPACE::FillDefaultDIRDict(). |
1.4.6