←Select platform

GetElementValue Method

Summary

A default implementation that returns a patient related DICOM tag value that is stored in a System.Data.DataRow of the Patient 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 Patient Table

dicomTag

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

Return Value

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

Remarks

For more information, see GetElementValue

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly