←Select platform

GetDicomTag Method

Summary

Gets the value of the specified DICOM tag from the dataset.

Syntax
C#
VB
C++
public object GetDicomTag( 
   long tag 
) 
Public Function GetDicomTag( 
   ByVal tag As Long 
) As Object 
public:  
   Object^ GetDicomTag( 
      Int64 tag 
   ) 

Parameters

tag

The DICOM tag to get

Return Value

The value from the DICOM dataset.

Remarks

GetDicomTag returns a string representation of a value of a DICOM element. If the DICOM element is multi-valued, then each value is returned in the string, where the string separator is the backslash character "\".

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.Common Assembly

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