C#
VB
Java
WinRT C#
C++
Returns DicomTag that contains the item with the specified tag.
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
)
code
A tag. DicomTag class in the Data Element Tag Table that has this tag will be returned.
DicomTag that contains the item with the specified tag.
For an example, refer to Reset.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET