SoDicomTag Class |
DICOM data.
Namespace: OIV.VolumeViz.Readers.Dicom
The SoDicomTag type exposes the following members.
Name | Description | |
---|---|---|
SoDicomTag | Initializes a new instance of the SoDicomTag class | |
SoDicomTag(String) | Create a DICOM tag from its name in the dictionnary. | |
SoDicomTag(UInt32) | Create a DICOM tag from its 32 bit id. | |
SoDicomTag(UInt16, UInt16) | Create a DICOM from its group and element values. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetElement | Get the tag's element. | |
GetGroup | Get the tag's group. | |
GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
GetId | Get the tag's id ( group and element combined ). | |
GetName | Returns the tag's name in the dictionary or "Unknown" if not found. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVR | Get the VR (Visual Representation) associated with this tag in the specification, returning "UN" if the tag is not found. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Holds data of a DICOM tag (its ID) and associates them with a DICOM dictionary in order to get information from the specification such as the name and Visual Representation (VR).