[This is preliminary documentation and is subject to change.]
Represents Dicom attribute values.
| C# | Visual Basic | Visual C++ |
public class Values
Public Class Values
public ref class Values
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Add(array<Object>[]()[]) |
Adds values to the end of this instance.
| |
| Add(Values) |
Adds values to the end of this instance.
| |
| Clear()()() |
Removes all values from this instance.
| |
| Count |
Gets the number of values.
| |
| Equals(array<Object>[]()[]) |
Compares this instance with an array.
| |
| Equals(Values) |
Compares this instance with another Values instance.
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| 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.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Insert(Int32, array<Object>[]()[]) |
Inserts an array in this instance at a specified position.
| |
| Insert(Int32, Values) |
Inserts another Values instance in this instance at a specified position.
| |
| Item[([(Int32])]) |
Get or sets a single value given the zero based index. The get converts the actual
Dicom value to the returned string, the set converts the supplied string to the actual
Dicom value.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveAt(Int32) |
Removed a single value in this instance at the specified position.
| |
| ToString()()() |
Returns a String that represents this instance.
(Overrides Object.ToString()()().) |
All changes made to an instance of this class are reflected in the actual Dicom values
of the associated Attribute.
| Object | |
| Values | |