DVTk API
Tag Constructor (tagAsString)
DVTkDvtkHighLevelInterface.Dicom.OtherTagTag(String)
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual C++
public Tag(
	string tagAsString
)
Public Sub New ( _
	tagAsString As String _
)
public:
Tag(
	String^ tagAsString
)
Parameters
tagAsString (String)
The tag specified as a String.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0