←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#
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public ImageInstanceRow AddImageInstanceRow( 
   InstanceRow parentInstanceRowByFK_ImageInstance_Instance, 
   int ImageRows, 
   int ImageColumns, 
   int BitsAllocated, 
   int NumberOfFrames, 
   int EchoNumber, 
   string FrameOfReferenceUID, 
   string SequenceName, 
   string ImagePositionPatient, 
   string ImageOrientationPatient, 
   string PixelSpacing 
) 

Parameters

parentInstanceRowByFK_ImageInstance_Instance

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly