Adds a new CompositeInstanceDataSet.ImageInstanceRow to the System.Data.DataTable.Rows collection.
[DebuggerNonUserCodeAttribute()]
public Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.ImageInstanceRow AddImageInstanceRow(
Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.InstanceRow parentInstanceRowByFKImageInstanceInstance,
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 parentInstanceRowByFKImageInstanceInstance As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.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 Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.ImageInstanceRow
[DebuggerNonUserCodeAttribute()]
public:
Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.ImageInstanceRow^ AddImageInstanceRow(
Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.InstanceRow^ parentInstanceRowByFKImageInstanceInstance,
int ImageRows,
int ImageColumns,
int BitsAllocated,
int NumberOfFrames,
int EchoNumber,
String^ FrameOfReferenceUID,
String^ SequenceName,
String^ ImagePostionPatient,
String^ ImageOrientationPatient,
String^ PixelSpacing
)
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.
The CompositeInstanceDataSet.ImageInstanceRow which is added to the System.Data.DataTable.Rows collection.
CompositeInstanceDataSet.ImageInstanceDataTable Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET