AddInstanceRow(string,int,string,string,string,string,string,string,SeriesRow,DateTime,string,string) Method

Summary
Adds a new CompositeInstanceDataSet.InstanceRow to the System.Data.DataTable.Rows collection.
Syntax
C#
VB
C++
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public InstanceRow AddInstanceRow( 
   string SOPInstanceUID, 
   int InstanceNumber, 
   string ReferencedFile, 
   string StoreToken, 
   string ExternalStoreGuid, 
   string TransferSyntax, 
   string SOPClassUID, 
   string StationName, 
   SeriesRow parentSeriesRowByFK_Series_Instance, 
   DateTime ReceiveDate, 
   string RetrieveAETitle, 
   string StoreAETitle 
) 
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0"), 
   DebuggerNonUserCodeAttribute()> 
 Public Function AddInstanceRow( 
   ByVal SOPInstanceUID As String, 
   ByVal InstanceNumber As Integer, 
   ByVal ReferencedFile As String, 
   ByVal StoreToken As String, 
   ByVal ExternalStoreGuid As String, 
   ByVal TransferSyntax As String, 
   ByVal SOPClassUID As String, 
   ByVal StationName As String, 
   ByVal parentSeriesRowByFK_Series_Instance As SeriesRow, 
   ByVal ReceiveDate As DateTime, 
   ByVal RetrieveAETitle As String, 
   ByVal StoreAETitle As String 
) As InstanceRow 
public:  
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   [DebuggerNonUserCodeAttribute] 
   InstanceRow^ AddInstanceRow( 
       String^ SOPInstanceUID, 
      Int32 InstanceNumber, 
      String^ ReferencedFile, 
      String^ StoreToken, 
      String^ ExternalStoreGuid, 
      String^ TransferSyntax, 
      String^ SOPClassUID, 
      String^ StationName, 
      SeriesRow^ parentSeriesRowByFK_Series_Instance, 
      DateTime^ ReceiveDate, 
      String^ RetrieveAETitle, 
      String^ StoreAETitle 
   ) 

Parameters

SOPInstanceUID
A System.String representing the SOP Instance UID.

InstanceNumber
Type: System.Int32. The Instance Number.

ReferencedFile
A System.String representing the Referenced File.

StoreToken
A System.String representing the Store Token.

ExternalStoreGuid
A System.String representing the unique External Store GUID.

TransferSyntax
A System.String representing the Transfer Syntax.

SOPClassUID
A System.String representing the SOP Class UID.

StationName
A System.String representing the Station Name.

parentSeriesRowByFK_Series_Instance
Type: CompositeInstanceDataSet.SeriesRow. The parent Series for this row.

ReceiveDate
Type: System.DateTime. The Receive Date.

RetrieveAETitle
A System.String representing the Retrieve AE Title.

StoreAETitle
A System.String representing the Store AE Title.

Return Value

The CompositeInstanceDataSet.InstanceRow 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.