←Select platform

GetElementValue Method

Summary

A default implementation that returns a series related DICOM tag value that is stored in a System.Data.DataRow of the Series Table.

Syntax
C#
VB
C++
public string GetElementValue( 
   DataRow row, 
   long dicomTag 
) 
Public Function GetElementValue( 
   ByVal row As System.Data.DataRow, 
   ByVal dicomTag As Long 
) As String 
public:  
   String^ GetElementValue( 
      System::Data::DataRow^ row, 
      Int64 dicomTag 
   ) 

Parameters

row

a System.Data.DataRow of the Series Table

dicomTag

a DICOM tag that corresponds to a value in the Series Table

Return Value

series related DICOM tag value that is stored in a System.Data.DataRow of the Series Table.

Remarks

For more information, see GetElementValue

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.Medical.Storage.DataAccessLayer Assembly