MakeTag Method

Summary

Makes a DICOM tag value from the specified group and element.

Syntax
C#
VB
C++
public static int MakeTag( 
   int group, 
   int element 
) 
Public Shared Function MakeTag( _ 
   ByVal group As Integer, _ 
   ByVal element As Integer _ 
) As Integer 
public: 
static int MakeTag(  
   int group, 
   int element 
)  

Parameters

group
The DICOM group.

element
The DICOM element.

Return Value

A valid DICOM tag number.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly