openDICOM.NET API Reference (openDICOM# Class Library)

ValueRepresentation.GetBy Method

Returns a new value representation instance registered by the defined tag.

Overload List

Returns a new value representation instance registered by the defined tag.

public static ValueRepresentation GetBy(Tag);

Returns a new value representation instance specified by the defined string representation and registered by the defined tag.

public static ValueRepresentation GetBy(string,Tag);

See Also

ValueRepresentation Class | openDicom.DataStructure Namespace