DVTk API
TagType Constructor (group, element, type)
DVTkDvtk.Dicom.InformationEntityTagTypeTagType(UInt16, UInt16, TagTypeEnum)
DVTk API

[This is preliminary documentation and is subject to change.]

Class Constructor.
Declaration Syntax
C#Visual BasicVisual C++
public TagType(
	ushort group,
	ushort element,
	TagTypeEnum type
)
Public Sub New ( _
	group As UShort, _
	element As UShort, _
	type As TagTypeEnum _
)
public:
TagType(
	unsigned short group, 
	unsigned short element, 
	TagTypeEnum type
)
Parameters
group (UInt16)
Tag - group number.
element (UInt16)
Tag - element number.
type (TagTypeEnum)
Tag Type.

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0