←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly