openDICOM.NET API Reference (openDICOM# Class Library)

ValueRepresentation Constructor (String, Tag)

Creates a new value representation instance from its string representation and registers it by the defined tag.

public ValueRepresentation(
   string vr,
   Tag tag
);

Parameters

vr
DICOM string value representation of format "VR".
tag
DICOM tag.

See Also

ValueRepresentation Class | openDicom.DataStructure Namespace | ValueRepresentation Constructor Overload List