openDICOM.NET API Reference (openDICOM# Class Library)

Tag Constructor

Creates a new tag instance from specified string representation tag.

Overload List

Creates a new tag instance from specified integer representations (group,element).

public Tag(int,int);

 

public Tag(int,int,TransferSyntax);

Creates a new tag instance from a DICOM output stream.

public Tag(Stream);

 

public Tag(Stream,TransferSyntax);

Creates a new tag instance from specified string representation tag.

public Tag(string);

 

public Tag(string,TransferSyntax);

Creates a new tag instance from specified string representations (group,element).

public Tag(string,string);

 

public Tag(string,string,TransferSyntax);

See Also

Tag Class | openDicom.DataStructure Namespace