←Select platform

Find Method

Summary
Returns DicomTag that contains the item with the specified tag.
Syntax
C#
VB
C++
Java
public DicomTag Find( 
   long code 
) 
Public Function Find( _ 
   ByVal code As Long _ 
) As DicomTag 
public DicomTag find(long code) 
public: 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.