←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#
C++/CLI
[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 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

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