←Select platform

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 @parentPPSInformationRowByPPSInformationPatientInfoforUnscheduledPPS_, 
   string PatientName, 
   DateTime PatientBirthDate, 
   string PatientSex, 
   string PatientID, 
   string IssuerofPatientID 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddPatientInfoforUnscheduledPPSRow( _ 
   ByVal parentPPSInformationRowByPPSInformationPatientInfoforUnscheduledPPS_ 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^ parentPPSInformationRowByPPSInformationPatientInfoforUnscheduledPPS_, 
   String^ PatientName, 
   DateTime PatientBirthDate, 
   String^ PatientSex, 
   String^ PatientID, 
   String^ IssuerofPatientID 
)  

Parameters

_parentPPSInformationRowByPPS InformationPatient Infofor UnscheduledPPS
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly