vtk-dicom
0.8.17
|
An entry in the DICOM dictionary. More...
#include <vtkDICOMDictEntry.h>
Classes | |
struct | Entry |
A struct to statically store DICOM dictionary entries. More... | |
Public Member Functions | |
vtkDICOMDictEntry () | |
Construct an invalid DictEntry object. | |
bool | IsValid () const |
Check whether the returned entry is valid. | |
vtkDICOMTag | GetTag () const |
Get the DICOM tag for this dictionary entry. | |
vtkDICOMVR | GetVR () const |
Get the VR for this dictionary entry. | |
vtkDICOMVM | GetVM () const |
Get the VM for this dictionary entry. | |
const char * | GetName () const |
Get a human-readable name for this dictionary entry. | |
bool | IsRetired () const |
Check whether this entry has been retired from the DICOM standard. | |
Friends | |
class | vtkDICOMDictionary |
An entry in the DICOM dictionary.