[This is preliminary documentation and is subject to change.]
Constructor.
Specifies the tag as a String.
If no index is used, this instance will represent a Dicom Tag: "0xggggeeee".
If an index is used, this instance will represent a specific Dicom Sequence Item
in a Sequence Attribute: "0xggggeeee[i]".
If a wildcard index is used, this instance will represent all Dicom Sequence Item present
in a Sequence Attribute: "0xggggeeee[]".
- gggg is a four digit hexadecimal group number.
- eeee is a four digit hexadecimal element number.
- i is a one-based sequence item index.
| C# | Visual Basic | Visual C++ |
public Tag( string tagAsString )
Public Sub New ( _ tagAsString As String _ )
public: Tag( String^ tagAsString )
- tagAsString (String)
- The tag specified as a String.