Insert

MultiValueTextElement.Insert method

Inserts the given value into this element at a given index. The size of the list is increased by one.

public void Insert(int index, string value)
ParameterTypeDescription
indexInt32The zero-based index at which value should be inserted.
valueStringA value to be inserted at the specified index.

Exceptions

exceptioncondition
DicomValidationExceptionThe value is invalid or Value Multiplicity restriction is violated.

See Also