LEADTOOLS Medical (Leadtools.Medical.Storage.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AddImageInstanceRow(InstanceRow,Int32,Int32,Int32,Int32) Method
See Also 
Leadtools.Medical.Storage.DataAccessLayer Namespace > CompositeInstanceDataSet.ImageInstanceDataTable Class > AddImageInstanceRow Method : AddImageInstanceRow(InstanceRow,Int32,Int32,Int32,Int32) Method



parentInstanceRowByFK_ImageInstance_Instance
An CompositeInstanceDataSet.InstanceRow representing the parent row.
ImageRows
An System.Int32 representing the Image Rows.
ImageColumns
An System.Int32 representing the Image Columns.
BitsAllocated
An System.Int32 representing the Bits Allocated.
NumberOfFrames
An System.Int32 representing the Number Of Frames.
parentInstanceRowByFK_ImageInstance_Instance
An CompositeInstanceDataSet.InstanceRow representing the parent row.
ImageRows
An System.Int32 representing the Image Rows.
ImageColumns
An System.Int32 representing the Image Columns.
BitsAllocated
An System.Int32 representing the Bits Allocated.
NumberOfFrames
An System.Int32 representing the Number Of Frames.
Adds a new CompositeInstanceDataSet.ImageInstanceRow to the System.Data.DataTable.Rows collection.

Syntax

Visual Basic (Declaration) 
<DebuggerNonUserCodeAttribute()>
Overloads Public Function AddImageInstanceRow( _
   ByVal parentInstanceRowByFK_ImageInstance_Instance As CompositeInstanceDataSet.InstanceRow, _
   ByVal ImageRows As Integer, _
   ByVal ImageColumns As Integer, _
   ByVal BitsAllocated As Integer, _
   ByVal NumberOfFrames As Integer _
) As CompositeInstanceDataSet.ImageInstanceRow
Visual Basic (Usage)Copy Code
Dim instance As CompositeInstanceDataSet.ImageInstanceDataTable
Dim parentInstanceRowByFK_ImageInstance_Instance As CompositeInstanceDataSet.InstanceRow
Dim ImageRows As Integer
Dim ImageColumns As Integer
Dim BitsAllocated As Integer
Dim NumberOfFrames As Integer
Dim value As CompositeInstanceDataSet.ImageInstanceRow
 
value = instance.AddImageInstanceRow(parentInstanceRowByFK_ImageInstance_Instance, ImageRows, ImageColumns, BitsAllocated, NumberOfFrames)

Parameters

parentInstanceRowByFK_ImageInstance_Instance
An CompositeInstanceDataSet.InstanceRow representing the parent row.
ImageRows
An System.Int32 representing the Image Rows.
ImageColumns
An System.Int32 representing the Image Columns.
BitsAllocated
An System.Int32 representing the Bits Allocated.
NumberOfFrames
An System.Int32 representing the Number Of Frames.

Return Value

The CompositeInstanceDataSet.ImageInstanceRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Storage.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features