openDICOM.NET API Reference (openDICOM# Class Library)

Tag Constructor (String, String)

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

public Tag(
   string group,
   string element
);

Parameters

group
Group id as string of format "gggg".
element
Element id as string of format "eeee".

See Also

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