←Select platform

AddSeriesRow(string,string,int,DateTime,string,string,StudyRow,DateTime,string,string,DateTime,string,string,string) Method

Summary

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

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public SeriesRow AddSeriesRow( 
   string SeriesInstanceUID, 
   string Modality, 
   int SeriesNumber, 
   DateTime SeriesDate, 
   string SeriesDescription, 
   string InstitutionName, 
   StudyRow parentStudyRowByFK_Series_Studies, 
   DateTime ReceiveDate, 
   string RetrieveAETitle, 
   string PerformedProcedureStepID, 
   DateTime PerformedProcedureStartDate, 
   string BodyPartExamined, 
   string Laterality, 
   string ProtocolName 
) 
<GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0"), 
   DebuggerNonUserCodeAttribute()> 
 Public Function AddSeriesRow( 
   ByVal SeriesInstanceUID As String, 
   ByVal Modality As String, 
   ByVal SeriesNumber As Integer, 
   ByVal SeriesDate As Date, 
   ByVal SeriesDescription As String, 
   ByVal InstitutionName As String, 
   ByVal parentStudyRowByFK_Series_Studies As StudyRow, 
   ByVal ReceiveDate As Date, 
   ByVal RetrieveAETitle As String, 
   ByVal PerformedProcedureStepID As String, 
   ByVal PerformedProcedureStartDate As Date, 
   ByVal BodyPartExamined As String, 
   ByVal Laterality As String, 
   ByVal ProtocolName As String 
) As SeriesRow 
public:  
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   [DebuggerNonUserCodeAttribute] 
   SeriesRow^ AddSeriesRow( 
       String^ SeriesInstanceUID, 
      String^ Modality, 
      int SeriesNumber, 
      System::DateTime SeriesDate, 
      String^ SeriesDescription, 
      String^ InstitutionName, 
      StudyRow^ parentStudyRowByFK_Series_Studies, 
      System::DateTime ReceiveDate, 
      String^ RetrieveAETitle, 
      String^ PerformedProcedureStepID, 
      System::DateTime PerformedProcedureStartDate, 
      String^ BodyPartExamined, 
      String^ Laterality, 
      String^ ProtocolName 
   ) 

Parameters

SeriesInstanceUID

A System.String representing the Series Instance UID.

Modality

A System.String representing the Modality.

SeriesNumber

Type: System.Int32.

The Series Number.

SeriesDate

Type: System.DateTime.

The Series Date.

SeriesDescription

A System.String representing the Series Description.

InstitutionName

A System.String representing the Institution Name.

parentStudyRowByFK_Series_Studies

Type: StudyRow.

The parent Study Row.

ReceiveDate

Type: System.DateTime.

The Receive Date.

RetrieveAETitle

A System.String representing the Retrieve AE Title.

PerformedProcedureStepID

A System.String representing the Performed Procedure Step ID.

PerformedProcedureStartDate

Type: System.DateTime.

The Performed Procedure Start Date.

BodyPartExamined

A System.String representing the Body Part Examined.

Laterality

A System.String representing the Laterality.

ProtocolName

A System.String representing the Protocol Name.

Return Value

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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly