Leadtools.Medical.Worklist.DataAccessLayer.BusinessEntity Namespace > MPPSDataset.PatientInfoforUnscheduledPPSDataTable Class > AddPatientInfoforUnscheduledPPSRow Method : AddPatientInfoforUnscheduledPPSRow(PPSInformationRow,String,DateTime,String,String,String) Method |
[DebuggerNonUserCodeAttribute()] public MPPSDataset.PatientInfoforUnscheduledPPSRow AddPatientInfoforUnscheduledPPSRow( MPPSDataset.PPSInformationRow _parentPPSInformationRowByPPS_Information_Patient_Info_for_Unscheduled_PPS, string PatientName, DateTime PatientBirthDate, string PatientSex, string PatientID, string IssuerofPatientID )
'Declaration <DebuggerNonUserCodeAttribute()> Public Overloads Function AddPatientInfoforUnscheduledPPSRow( _ ByVal _parentPPSInformationRowByPPS_Information_Patient_Info_for_Unscheduled_PPS As MPPSDataset.PPSInformationRow, _ ByVal PatientName As String, _ ByVal PatientBirthDate As Date, _ ByVal PatientSex As String, _ ByVal PatientID As String, _ ByVal IssuerofPatientID As String _ ) As MPPSDataset.PatientInfoforUnscheduledPPSRow
'Usage Dim instance As MPPSDataset.PatientInfoforUnscheduledPPSDataTable Dim _parentPPSInformationRowByPPS_Information_Patient_Info_for_Unscheduled_PPS As MPPSDataset.PPSInformationRow Dim PatientName As String Dim PatientBirthDate As Date Dim PatientSex As String Dim PatientID As String Dim IssuerofPatientID As String Dim value As MPPSDataset.PatientInfoforUnscheduledPPSRow value = instance.AddPatientInfoforUnscheduledPPSRow(_parentPPSInformationRowByPPS_Information_Patient_Info_for_Unscheduled_PPS, PatientName, PatientBirthDate, PatientSex, PatientID, IssuerofPatientID)
[DebuggerNonUserCodeAttribute()] public: MPPSDataset.PatientInfoforUnscheduledPPSRow^ AddPatientInfoforUnscheduledPPSRow( MPPSDataset.PPSInformationRow^ _parentPPSInformationRowByPPS_Information_Patient_Info_for_Unscheduled_PPS, String^ PatientName, DateTime PatientBirthDate, String^ PatientSex, String^ PatientID, String^ IssuerofPatientID )