←Select platform

AddReferencedPatientSequenceRow(PatientRow,string,string) Method (ReferencedPatientSequenceDataTable)

Summary

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

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public ReferencedPatientSequenceRow AddReferencedPatientSequenceRow( 
   PatientRow parentPatientRowByFKPatientReferencedPatientSequence, 
   string ReferencedSOPInstanceUID, 
   string ReferencedSOPClassUID 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function AddReferencedPatientSequenceRow( 
   ByVal parentPatientRowByFKPatientReferencedPatientSequence As PatientRow, 
   ByVal ReferencedSOPInstanceUID As String, 
   ByVal ReferencedSOPClassUID As String 
) As ReferencedPatientSequenceRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   ReferencedPatientSequenceRow^ AddReferencedPatientSequenceRow( 
      PatientRow^ parentPatientRowByFKPatientReferencedPatientSequence, 
      String^ ReferencedSOPInstanceUID, 
      String^ ReferencedSOPClassUID 
   ) 

Parameters

parentPatientRowByFKPatientReferencedPatientSequence

Type: PatientRow. The parent Patient Row.

ReferencedSOPInstanceUID

A System.String representing the Referenced SOP Instance UID.

ReferencedSOPClassUID

A System.String representing the Referenced SOP Class UID.

Return Value

The ReferencedPatientSequenceRow 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