- _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.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public 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 |
Visual Basic (Usage) | Copy Code |
---|---|
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) |
C# | |
---|---|
[DebuggerNonUserCodeAttribute()] public MPPSDataset.PatientInfoforUnscheduledPPSRow AddPatientInfoforUnscheduledPPSRow( MPPSDataset.PPSInformationRow _parentPPSInformationRowByPPS_Information_Patient_Info_for_Unscheduled_PPS, string PatientName, DateTime PatientBirthDate, string PatientSex, string PatientID, string IssuerofPatientID ) |
C++/CLI | |
---|---|
[DebuggerNonUserCodeAttribute()] public: MPPSDataset.PatientInfoforUnscheduledPPSRow^ AddPatientInfoforUnscheduledPPSRow( MPPSDataset.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 MPPSDataset.PatientInfoforUnscheduledPPSRow which is added to the System.Data.DataTable.Rows collection.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7