←Select platform

AddSeriesRow(String,String,Int32,DateTime,String,String,StudyRow,DateTime,String,String,DateTime,String) Method

Summary

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

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.SeriesRow AddSeriesRow(  
   string SeriesInstanceUID, 
   string Modality, 
   int SeriesNumber, 
   DateTime SeriesDate, 
   string SeriesDescription, 
   string InstitutionName, 
   Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.StudyRow parentStudyRowByFKSeriesStudies, 
   DateTime ReceiveDate, 
   string RetrieveAETitle, 
   string PerformedProcedureStepID, 
   DateTime PerformedProcedureStartDate, 
   string BodyPartExamined, 
   string Laterality, 
   string ProtocolName 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads 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 parentStudyRowByFKSeriesStudies As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.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 Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.SeriesRow 
[DebuggerNonUserCodeAttribute()] 
public: 
Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.SeriesRow^ AddSeriesRow(  
   String^ SeriesInstanceUID, 
   String^ Modality, 
   int SeriesNumber, 
   DateTime SeriesDate, 
   String^ SeriesDescription, 
   String^ InstitutionName, 
   Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.StudyRow^ parentStudyRowByFKSeriesStudies, 
   DateTime ReceiveDate, 
   String^ RetrieveAETitle, 
   String^ PerformedProcedureStepID, 
   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: CompositeInstanceDataSet.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 CompositeInstanceDataSet.SeriesRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly