14 #ifndef vtkDICOMMetaDataAdapter_h
15 #define vtkDICOMMetaDataAdapter_h
17 #include "vtkDICOMModule.h"
18 #include "vtkDICOMTag.h"
78 return this->Has(tag); }
87 return this->Get(tag); }
97 return this->Get(idx, tag); }
107 int idx,
vtkDICOMTag ptag,
const std::string& creator);
129 int NumberOfInstances;
A (group,element) identifier tag for DICOM attributes.
Definition: vtkDICOMTag.h:23
A class to store attribute values for DICOM metadata.
Definition: vtkDICOMValue.h:51