Click or drag to resize
SoDicomTag Methods

The SoDicomTag type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetElement

Get the tag's element.

Public methodGetGroup

Get the tag's group.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetId

Get the tag's id ( group and element combined ).

Public methodGetName

Returns the tag's name in the dictionary or "Unknown" if not found.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetVR

Get the VR (Visual Representation) associated with this tag in the specification, returning "UN" if the tag is not found.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also