←Select platform

AddImageInstanceRow(InstanceRow,int,int,int,int,int,string,string,string,string,string) Method

Summary

Adds a new ImageInstanceRow to the System.Data.DataTable.Rows collection.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public ImageInstanceRow AddImageInstanceRow( 
   InstanceRow parentInstanceRowByFKImageInstanceInstance, 
   int ImageRows, 
   int ImageColumns, 
   int BitsAllocated, 
   int NumberOfFrames, 
   int EchoNumber, 
   string FrameOfReferenceUID, 
   string SequenceName, 
   string ImagePositionPatient, 
   string ImageOrientationPatient, 
   string PixelSpacing 
) 
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0"), 
   DebuggerNonUserCodeAttribute()> 
 Public Function AddImageInstanceRow( 
   ByVal parentInstanceRowByFKImageInstanceInstance 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 ImagePositionPatient As String, 
   ByVal ImageOrientationPatient As String, 
   ByVal PixelSpacing As String 
) As ImageInstanceRow 
public:  
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   [DebuggerNonUserCodeAttribute] 
   ImageInstanceRow^ AddImageInstanceRow( 
       InstanceRow^ parentInstanceRowByFKImageInstanceInstance, 
      int ImageRows, 
      int ImageColumns, 
      int BitsAllocated, 
      int NumberOfFrames, 
      int EchoNumber, 
      String^ FrameOfReferenceUID, 
      String^ SequenceName, 
      String^ ImagePositionPatient, 
      String^ ImageOrientationPatient, 
      String^ PixelSpacing 
   ) 

Parameters

parentInstanceRowByFKImageInstanceInstance

An 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

An System.String representing the Frame of Reference UID.

SequenceName

An System.String representing the Sequence Name.

ImagePositionPatient

An System.String representing the Image Position Patient.

ImageOrientationPatient

An System.String representing the Image Orientation Patient.

PixelSpacing

An System.String representing the Pixel Spacing.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly