←Select platform

Find Method

Summary

Returns DicomTag that contains the item with the specified tag.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomTag Find( 
   long code 
) 
Public Function Find( _ 
   ByVal code As Long _ 
) As Leadtools.Dicom.DicomTag 
public Leadtools.Dicom.DicomTag Find(  
   long code 
) 
public DicomTag find(long code) 
 function Leadtools.Dicom.DicomTagTable.Find(  
   code  
) 
public: 
Leadtools.Dicom.DicomTag^ Find(  
   int64 code 
)  

Parameters

code
A tag. DicomTag class in the Data Element Tag Table that has this tag will be returned.

Return Value

DicomTag that contains the item with the specified tag.

Remarks
Example

For an example, refer to Reset.

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 Assembly