AddPPSInformationRow(string,string,string,string,string,DateTime,DateTime,string,string,string,DateTime,DateTime,string,string,string,string) Method

Summary

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

Syntax
C#
VB
C++
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddPPSInformationRow( _ 
   ByVal MPPSSOPInstanceUID As String, _ 
   ByVal PerformedProcedureStepID As String, _ 
   ByVal PerformedStationAETitle As String, _ 
   ByVal PerformedStationName As String, _ 
   ByVal PerformedLocation As String, _ 
   ByVal PerformedProcedureStepStartDate As Date, _ 
   ByVal PerformedProcedureStepStartTime As Date, _ 
   ByVal PerformedProcedureStepStatus As String, _ 
   ByVal PerformedProcedureStepDescription As String, _ 
   ByVal PerformedProcedureTypeDescription As String, _ 
   ByVal PerformedProcedureStepEndDate As Date, _ 
   ByVal PerformedProcedureStepEndTime As Date, _ 
   ByVal CommentsonthePerformedProcedureStep As String, _ 
   ByVal Modality As String, _ 
   ByVal StudyID As String, _ 
   ByVal StudyInstanceUID As String _ 
) As PPSInformationRow 
[DebuggerNonUserCodeAttribute()] 
public: 
PPSInformationRow^ AddPPSInformationRow(  
   String^ MPPSSOPInstanceUID, 
   String^ PerformedProcedureStepID, 
   String^ PerformedStationAETitle, 
   String^ PerformedStationName, 
   String^ PerformedLocation, 
   DateTime PerformedProcedureStepStartDate, 
   DateTime PerformedProcedureStepStartTime, 
   String^ PerformedProcedureStepStatus, 
   String^ PerformedProcedureStepDescription, 
   String^ PerformedProcedureTypeDescription, 
   DateTime PerformedProcedureStepEndDate, 
   DateTime PerformedProcedureStepEndTime, 
   String^ CommentsonthePerformedProcedureStep, 
   String^ Modality, 
   String^ StudyID, 
   String^ StudyInstanceUID 
)  

Parameters

MPPSSOPInstanceUID
A System.String representing the MPPS SOP Instance UID.

PerformedProcedureStepID
A System.String representing the Performed Procedure Step ID.

PerformedStationAETitle
A System.String representing the Performed Station AE Title.

PerformedStationName
A System.String representing the Performed Station Name.

PerformedLocation
A System.String representing the Performed Location.

PerformedProcedureStepStartDate
The Performed Procedure Step Start Date.

PerformedProcedureStepStartTime
The Performed Procedure Step Start Time.

PerformedProcedureStepStatus
A System.String representing the Performed Procedure Step Status.

PerformedProcedureStepDescription
A System.String representing the Performed Procedure Step Description.

PerformedProcedureTypeDescription
A System.String representing the Performed Procedure Type Description.

PerformedProcedureStepEndDate
The Performed Procedure Step End Date.

PerformedProcedureStepEndTime
The Performed Procedure Step End Time.

CommentsonthePerformedProcedureStep
A System.String representing the Commentsonthe Performed Procedure Step.

Modality
A System.String representing the Modality.

StudyID
A System.String representing the Study ID.

StudyInstanceUID
A System.String representing the Study Instance UID.

Return Value

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