The methods of the Value class are listed below. For a complete list of Value class members, see the Value Members topic.
Add | Overloaded. Adds a single value to a DICOM value instance. |
CompareTo | Implementation of the IComparable interface. So the use of this instance within collections is guaranteed. |
GetEnumerator | Needed by C# foreach-statements. Makes life easier. |
LoadFrom | Re-creates this DICOM value instance from specified DICOM output stream using TransferSyntax. |
ToArray | Returns all value entries of a DICOM value instance as array. |
Value Class | openDicom.DataStructure Namespace