openDICOM.NET API Reference (openDICOM# Class Library)

ValueRepresentation Constructor

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

Overload List

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

public ValueRepresentation(Tag);

Creates a new VR instance form a DICOM output stream and registers it by the specified tag.

public ValueRepresentation(Stream,Tag);

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

public ValueRepresentation(string,Tag);

See Also

ValueRepresentation Class | openDicom.DataStructure Namespace