| DicomInfoGetDicomInfo Method  | 
            Returns the string representing the specified DICOM tag (empty if not present)
            
 
Namespace: OIV.Medical.NodesAssembly: OIV.Medical (in OIV.Medical.dll) Version: 2025.2.0.Release.d1acdfb623bbaf7982dff84bc1859f85fbf21864
Syntaxpublic string GetDicomInfo(
	ushort group,
	ushort element
)
Public Function GetDicomInfo ( 
	group As UShort,
	element As UShort
) As String
public:
String^ GetDicomInfo(
	unsigned short group, 
	unsigned short element
)
member GetDicomInfo : 
        group : uint16 * 
        element : uint16 -> string 
Parameters
- group
 - Type: SystemUInt16
Group tag of DICOM info - element
 - Type: SystemUInt16
Element tag of DICOM info 
Return Value
Type: 
String
See Also