[This is preliminary documentation and is subject to change.]
Represents a Dicom attribute.
| C# | Visual Basic | Visual C++ |
public abstract class Attribute
Public MustInherit Class Attribute
public ref class Attribute abstract
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Attribute()()() | Initializes a new instance of the Attribute class | |
| AddItem(SequenceItem) |
Adds a sequence item to the end of the item list.
| |
| ClearItems()()() |
Clears all sequence items present in the attribute.
| |
| Delete()()() |
Deletes this instance from the AttributeSet it is contained in.
| |
| ElementNumber |
Gets the element number of the attribute tag.
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Exists |
Indicates if the attribute exists.
| |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetItem(Int32) |
Gets a sequence item.
| |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| GroupNumber |
Gets the group number of the attribute tag.
| |
| ItemCount |
Gets the number of items of the attribute.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets or sets the name of the attribute.
| |
| RemoveItemAt(Int32) |
Removes a sequence item.
| |
| TagSequenceString |
Gets the tag sequence string for the attribute.
| |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| Values |
Gets the values of the attribute.
| |
| VM |
Gets the value multiplicity of the attribute.
| |
| VR |
Gets the VR of the attribute.
|
| Object | |
| Attribute | |