←Select platform

FindTag Method

Summary

Finds the tag macro for the specified tag.

Syntax

C#
VB
C++
public virtual TagMacro FindTag( 
   long tag 
) 
Public Overridable Function FindTag( _ 
   ByVal tag As Long _ 
) As Leadtools.Dicom.Common.Anonymization.TagMacro 
public: 
virtual Leadtools.Dicom.Common.Anonymization.TagMacro^ FindTag(  
   int64 tag 
)  

Parameters

tag
The tag to search for.

Return Value

The tag and macro. Returns null if the specified tag is not found.

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