AddPatientInfoforUnscheduledPPSRow(PPSInformationRow,string,DateTime,string,string,string) Method

Summary
Adds a new PatientInfoforUnscheduledPPSRow to the System.Data.DataTable.Rows collection.
Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public PatientInfoforUnscheduledPPSRow AddPatientInfoforUnscheduledPPSRow( 
   PPSInformationRow @_parentPPSInformationRowByPPS_Information_Patient_Info_for_Unscheduled_PPS, 
   string PatientName, 
   DateTime PatientBirthDate, 
   string PatientSex, 
   string PatientID, 
   string IssuerofPatientID 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddPatientInfoforUnscheduledPPSRow( _ 
   ByVal _parentPPSInformationRowByPPS_Information_Patient_Info_for_Unscheduled_PPS As PPSInformationRow, _ 
   ByVal PatientName As String, _ 
   ByVal PatientBirthDate As Date, _ 
   ByVal PatientSex As String, _ 
   ByVal PatientID As String, _ 
   ByVal IssuerofPatientID As String _ 
) As PatientInfoforUnscheduledPPSRow 
[DebuggerNonUserCodeAttribute()] 
public: 
PatientInfoforUnscheduledPPSRow^ AddPatientInfoforUnscheduledPPSRow(  
   PPSInformationRow^ _parentPPSInformationRowByPPS_Information_Patient_Info_for_Unscheduled_PPS, 
   String^ PatientName, 
   DateTime PatientBirthDate, 
   String^ PatientSex, 
   String^ PatientID, 
   String^ IssuerofPatientID 
)  

Parameters

parentPPSInformationRowByPPS_Information_Patient_Info_for_Unscheduled_PPS
The parent PPS (Performed Procedure Step) Information Row.

PatientName
A System.String representing the Patient Name.

PatientBirthDate
The Patient Birth Date.

PatientSex
A System.String representing the Patient Sex.

PatientID
A System.String representing the Patient ID.

IssuerofPatientID
A System.String representing the Issuerof Patient ID.

Return Value

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

Requirements

Target Platforms

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

Leadtools.Medical.Worklist.DataAccessLayer Assembly

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