openDICOM.NET API Reference (openDICOM# Class Library)

Value.Add Method

Adds an array of values to a DICOM value instance. If the specified multiple value is a byte array, the multiple value is understood as a single entry.

Overload List

Adds an array of values to a DICOM value instance. If the specified multiple value is a byte array, the multiple value is understood as a single entry.

public void Add(Array);

Adds a single value to a DICOM value instance.

public void Add(object);

See Also

Value Class | openDicom.DataStructure Namespace