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

Show in webframe

GetElementValue Method (IInstanceInfo)






a System.Data.DataRow of the Instance Table
a DICOM tag that corresponds to a value in the Instance Table
Returns an instance related DICOM tag value that is stored in a System.Data.DataRow of the Instance 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 IInstanceInfo
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 Instance Table
tag
a DICOM tag that corresponds to a value in the Instance Table

Return Value

instance related DICOM tag value that is stored in a System.Data.DataRow of the Instance 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

IInstanceInfo Interface
IInstanceInfo 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