Add

ValueElement<T>.Add method

Adds the given value to the collection of values of this element.

public void Add(T value)
ParameterTypeDescription
valueTA value to be added to this element.

Exceptions

exceptioncondition
DicomValidationExceptionNumber of values does not match Value Multiplicity.

See Also