AddPerformedSeriesSequenceRow(string,PPSInformationRow,string,string,string,string,string) Method

Summary
Adds a new PerformedSeriesSequenceRow to the System.Data.DataTable.Rows collection.
Syntax
C#
VB
C++
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddPerformedSeriesSequenceRow( _ 
   ByVal SeriesInstanceUID As String, _ 
   ByVal _parentPPSInformationRowByPPS_Information_Performed_Series_Sequence As PPSInformationRow, _ 
   ByVal PerformingPhysicianName As String, _ 
   ByVal ProtocolName As String, _ 
   ByVal OperatorName As String, _ 
   ByVal SeriesDescription As String, _ 
   ByVal RetrieveAETitle As String _ 
) As PerformedSeriesSequenceRow 
[DebuggerNonUserCodeAttribute()] 
public: 
PerformedSeriesSequenceRow^ AddPerformedSeriesSequenceRow(  
   String^ SeriesInstanceUID, 
   PPSInformationRow^ _parentPPSInformationRowByPPS_Information_Performed_Series_Sequence, 
   String^ PerformingPhysicianName, 
   String^ ProtocolName, 
   String^ OperatorName, 
   String^ SeriesDescription, 
   String^ RetrieveAETitle 
)  

Parameters

SeriesInstanceUID
A System.String representing the Series Instance UID.

parentPPSInformationRowByPPS_Information_Performed_Series_Sequence
The parent PPS (Performed Procedure Step) Information Row.

PerformingPhysicianName
A System.String representing the Performing Physician Name.

ProtocolName
A System.String representing the Protocol Name.

OperatorName
A System.String representing the Operator Name.

SeriesDescription
A System.String representing the Series Description.

RetrieveAETitle
A System.String representing the Retrieve AE Title.

Return Value

The PerformedSeriesSequenceRow 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.Worklist.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.