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

Show in webframe

GetElementValue Method (DefaultInstanceInfo)






a System.Data.DataRow of the Instance Table
a DICOM tag that corresponds to a value in the Instance Table
A default implementation that returns an instance related DICOM tag value that is stored in a System.Data.DataRow of the Instance Table.
Syntax
public string GetElementValue( 
   DataRow row,
   long dicomTag
)
'Declaration
 
Public Function GetElementValue( _
   ByVal row As DataRow, _
   ByVal dicomTag As Long _
) As String
'Usage
 
Dim instance As DefaultInstanceInfo
Dim row As DataRow
Dim dicomTag As Long
Dim value As String
 
value = instance.GetElementValue(row, dicomTag)

            

            
public:
String^ GetElementValue( 
   DataRow^ row,
   int64 dicomTag
) 

Parameters

row
a System.Data.DataRow of the Instance Table
dicomTag
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

For more information, see Leadtools.Medical.Storage.DataAccessLayer.Interface.IInstanceInfo.GetElementValue

Requirements

Target Platforms

See Also

Reference

DefaultInstanceInfo Class
DefaultInstanceInfo 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