vtk-dicom  0.8.14
Public Member Functions | Friends | List of all members
vtkDICOMDataElement Class Reference

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 vtkDICOMValueGetValue () const
 Get the value of the data element, if not multi-valued.
 
const vtkDICOMValueGetValue (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
 

Detailed Description

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.


The documentation for this class was generated from the following file: