[This is preliminary documentation and is subject to change.]
| Icon | Member | Description |
|---|---|---|
| Tag(UInt32) |
Constructor.
This instance will represent a Dicom Tag.
| |
| Tag(UInt16, UInt16) |
Constructor.
This instance will represent a Dicom Tag.
| |
| Tag(String) |
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.
|