LEADTOOLS Medical (Leadtools.Medical.Worklist.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
AddPPSInformationRow(String,String,String,String,String,DateTime,DateTime,String,String,String,DateTime,DateTime,String,String,String,String) Method
See Also 
Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace > MPPSDataset.PPSInformationDataTable Class > AddPPSInformationRow Method : AddPPSInformationRow(String,String,String,String,String,DateTime,DateTime,String,String,String,DateTime,DateTime,String,String,String,String) Method



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.
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.
Adds a new MPPSDataset.PPSInformationRow to the System.Data.DataTable.Rows collection.

Syntax

Visual Basic (Declaration) 
<DebuggerNonUserCodeAttribute()>
Overloads Public 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 MPPSDataset.PPSInformationRow
Visual Basic (Usage)Copy Code
Dim instance As MPPSDataset.PPSInformationDataTable
Dim MPPSSOPInstanceUID As String
Dim PerformedProcedureStepID As String
Dim PerformedStationAETitle As String
Dim PerformedStationName As String
Dim PerformedLocation As String
Dim PerformedProcedureStepStartDate As Date
Dim PerformedProcedureStepStartTime As Date
Dim PerformedProcedureStepStatus As String
Dim PerformedProcedureStepDescription As String
Dim PerformedProcedureTypeDescription As String
Dim PerformedProcedureStepEndDate As Date
Dim PerformedProcedureStepEndTime As Date
Dim CommentsonthePerformedProcedureStep As String
Dim Modality As String
Dim StudyID As String
Dim StudyInstanceUID As String
Dim value As MPPSDataset.PPSInformationRow
 
value = instance.AddPPSInformationRow(MPPSSOPInstanceUID, PerformedProcedureStepID, PerformedStationAETitle, PerformedStationName, PerformedLocation, PerformedProcedureStepStartDate, PerformedProcedureStepStartTime, PerformedProcedureStepStatus, PerformedProcedureStepDescription, PerformedProcedureTypeDescription, PerformedProcedureStepEndDate, PerformedProcedureStepEndTime, CommentsonthePerformedProcedureStep, Modality, StudyID, 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 MPPSDataset.PPSInformationRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Worklist.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features