#include <gdcmCommon.h>
Public Attributes | |
unsigned short int | Group |
Dicom Group number. | |
unsigned short int | Elem |
Dicom Element number. | |
std::string | Value |
value (coded as a std::string) of the Element |
Definition at line 132 of file gdcmCommon.h.
|
Dicom Element number.
Definition at line 137 of file gdcmCommon.h. Referenced by gdcm::File::AddAnonymizeElement(), gdcm::DicomDirElement::AddDicomDirElement(), gdcm::Document::AddForceLoadElement(), and gdcm::DicomDirElement::DicomDirElement(). |
|
Dicom Group number.
Definition at line 135 of file gdcmCommon.h. Referenced by gdcm::File::AddAnonymizeElement(), gdcm::DicomDirElement::AddDicomDirElement(), gdcm::Document::AddForceLoadElement(), and gdcm::DicomDirElement::DicomDirElement(). |
|
value (coded as a std::string) of the Element
Definition at line 139 of file gdcmCommon.h. Referenced by gdcm::File::AddAnonymizeElement(), gdcm::DicomDirElement::AddDicomDirElement(), and gdcm::DicomDirElement::DicomDirElement(). |