←Select platform

AddReferencedSeriesSequenceRow(string,PresentationInstanceRow) Method (ReferencedSeriesSequenceDataTable)

Summary

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

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public ReferencedSeriesSequenceRow AddReferencedSeriesSequenceRow( 
   string SeriesInstanceUID, 
   PresentationInstanceRow parentPresentationInstanceRowByFKPresentationInstanceReferencedSeriesSequence 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function AddReferencedSeriesSequenceRow( 
   ByVal SeriesInstanceUID As String, 
   ByVal parentPresentationInstanceRowByFKPresentationInstanceReferencedSeriesSequence As PresentationInstanceRow 
) As ReferencedSeriesSequenceRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   ReferencedSeriesSequenceRow^ AddReferencedSeriesSequenceRow( 
      String^ SeriesInstanceUID, 
      PresentationInstanceRow^ parentPresentationInstanceRowByFKPresentationInstanceReferencedSeriesSequence 
   ) 

Parameters

SeriesInstanceUID

A System.String representing the Series Instance UID.

parentPresentationInstanceRowByFKPresentationInstanceReferencedSeriesSequence

Type: PresentationInstanceRow. The parent Presentation Instance Row.

Return Value

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

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize