AddImageInstanceRow(InstanceRow,Int32,Int32,Int32,Int32) Method

Summary
Adds a new CompositeInstanceDataSet.ImageInstanceRow to the System.Data.DataTable.Rows collection.
Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public ImageInstanceRow AddImageInstanceRow(  
   InstanceRow parentInstanceRowByFK_ImageInstance_Instance, 
   int ImageRows, 
   int ImageColumns, 
   int BitsAllocated, 
   int NumberOfFrames, 
   int EchoNumber, 
   string FrameOfReferenceUID, 
   string SequenceName, 
   string ImagePostionPatient, 
   string ImageOrientationPatient, 
   string PixelSpacing 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddImageInstanceRow( _ 
   ByVal parentInstanceRowByFK_ImageInstance_Instance As InstanceRow, _ 
   ByVal ImageRows As Integer, _ 
   ByVal ImageColumns As Integer, _ 
   ByVal BitsAllocated As Integer, _ 
   ByVal NumberOfFrames As Integer _ 
   ByVal EchoNumber As Integer _, 
   ByVal FrameOfReferenceUID As String _, 
   ByVal SequenceName As String _, 
   ByVal ImagePostionPatient As String _, 
   ByVal ImageOrientationPatient As String _, 
   ByVal PixelSpacing As String _ 
) As ImageInstanceRow 
[DebuggerNonUserCodeAttribute()] 
public: 
ImageInstanceRow^ AddImageInstanceRow(  
   InstanceRow^ parentInstanceRowByFK_ImageInstance_Instance, 
   int ImageRows, 
   int ImageColumns, 
   int BitsAllocated, 
   int NumberOfFrames, 
   int EchoNumber, 
   String^ FrameOfReferenceUID, 
   String^ SequenceName, 
   String^ ImagePostionPatient, 
   String^ ImageOrientationPatient, 
   String^ PixelSpacing 
)  

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.

EchoNumber An System.Int32 representing the Echo Number.

FrameOfReferenceUID A System.String representing the Frame of Reference UID.

SequenceName A System.String representing the Sequence Name.

ImagePostionPatient A System.String representing the Image Position Patient.

ImageOrientationPatient A System.String representing the Image Orientation Patient.

PixelSpacing A System.String representing the Pixel Spacing.

Return Value

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

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.