←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly