vtk-dicom
0.8.17
|
A data element in a DICOM data set. More...
#include <vtkDICOMDataElement.h>
Public Member Functions | |
vtkDICOMDataElement (const vtkDICOMTag &t, const vtkDICOMValue &v) | |
vtkDICOMTag | GetTag () const |
Get the tag for this data element. | |
vtkDICOMVR | GetVR () const |
Get the VR for this data element. | |
bool | IsPerInstance () const |
Check whether this data element carries per-instance values. | |
int | GetNumberOfInstances () const |
Get the number of value instances in this data element. | |
const vtkDICOMValue & | GetValue () const |
Get the value of the data element, if not multi-valued. | |
const vtkDICOMValue & | GetValue (int i) const |
Get value instance i, if the data element is multi-valued. | |
bool | operator== (const vtkDICOMDataElement &o) const |
bool | operator!= (const vtkDICOMDataElement &o) const |
Friends | |
class | vtkDICOMDataElementIterator |
class | vtkDICOMMetaData |
class | vtkDICOMItem |
A data element in a DICOM data set.
The DataElement contains an encoded attribute value, along with the tag that identifies the attribute. The data elements in a vtkDICOMMetaData object can be per-instance, with a different value for each data set instance used to build the the meta data for the image series.