Creates a new tag instance from specified string representation tag.
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);
Tag Class | openDicom.DataStructure Namespace