[This is preliminary documentation and is subject to change.]
Creates an Attribute
- groupElement (UInt32)
- The group element hex number.
- vr (VR)
- The value representation.
- list (array< Object >[]()[])
- The list of values.
| Exception | Condition |
|---|---|
| InvalidCastException |
The list is an Object array.
The items in this list are converted to the underlying vr as much as possible.
However InvalidCastException may occur during these run-time conversions.
|