Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly)

Show in webframe

GetElementValue Method (ISeriesInfo)






a System.Data.DataRow of the Series Table
a DICOM tag that corresponds to a value in the Series Table
Returns a series related DICOM tag value that is stored in a System.Data.DataRow of the Series Table.
Syntax
string GetElementValue( 
   DataRow row,
   long tag
)
'Declaration
 
Function GetElementValue( _
   ByVal row As DataRow, _
   ByVal tag As Long _
) As String
'Usage
 
Dim instance As ISeriesInfo
Dim row As DataRow
Dim tag As Long
Dim value As String
 
value = instance.GetElementValue(row, tag)

            

            
String^ GetElementValue( 
   DataRow^ row,
   int64 tag
) 

Parameters

row
a System.Data.DataRow of the Series Table
tag
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
Implementors should minimally support this list of DICOM Tags:

For more information, see LEAD Medical Storage Server Custom Database

Requirements

Target Platforms

See Also

Reference

ISeriesInfo Interface
ISeriesInfo Members

Error processing SSI file
Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features