Returns a DICOM tag as a string.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public string GetTagString(
	int group,
	int element
)
Public Function GetTagString ( _
	group As Integer, _
	element As Integer _
) As String
public:
String^ GetTagString(
	int group, 
	int element
)

Parameters

group
Int32
Group of the tag
element
Int32
Element of the tag

Return Value

The tag value

See Also