Replace

MultiValueTextElement.Replace method

Replaces the current values by the collection of the given values.

public void Replace(IEnumerable<string> values)
ParameterTypeDescription
valuesIEnumerable`1Values to be set to this element.

Exceptions

exceptioncondition
DicomValidationExceptionThe values are invalid or Value Multiplicity restriction is violated.

See Also