- PatientID
- A System.String representing the Patient ID.
- IssuerOfPatientID
- A System.String representing the Issuer Of Patient ID.
- PatientNameFamilyName
- A System.String representing the Patient Name Family Name.
- PatientNameGivenName
- A System.String representing the Patient Name Given Name.
- PatientNameMiddleName
- A System.String representing the Patient Name Middle Name.
- PatientNamePrefix
- A System.String representing the Patient Name Prefix.
- PatientNameSuffix
- A System.String representing the Patient Name Suffix.
- ConfidentialityConstraintonPatientDataDescription
- A System.String representing the Confidentiality Constrainton Patient Data Description.
- PatientBirthDate
- The Patient Birth Date.
- PatientSex
- A System.String representing the Patient Sex.
- PatientWeight
- A System.String representing the Patient Weight.
- EthnicGroup
- A System.String representing the Ethnic Group.
- PatientComments
- A System.String representing the Patient Comments.
- AdditionalPatientHistory
- A System.String representing the Additional Patient History.
- PregnancyStatus
- The Pregnancy Status.
- SpecialNeeds
- A System.String representing the Special Needs.
- PatientState
- A System.String representing the Patient State.
- LastMenstrualDate
- The Last Menstrual Date.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddPatientRow( _ ByVal PatientID As String, _ ByVal IssuerOfPatientID As String, _ ByVal PatientNameFamilyName As String, _ ByVal PatientNameGivenName As String, _ ByVal PatientNameMiddleName As String, _ ByVal PatientNamePrefix As String, _ ByVal PatientNameSuffix As String, _ ByVal ConfidentialityConstraintonPatientDataDescription As String, _ ByVal PatientBirthDate As Date, _ ByVal PatientSex As String, _ ByVal PatientWeight As String, _ ByVal EthnicGroup As String, _ ByVal PatientComments As String, _ ByVal AdditionalPatientHistory As String, _ ByVal PregnancyStatus As Integer, _ ByVal SpecialNeeds As String, _ ByVal PatientState As String, _ ByVal LastMenstrualDate As Date _ ) As MWLDataset.PatientRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MWLDataset.PatientDataTable Dim PatientID As String Dim IssuerOfPatientID As String Dim PatientNameFamilyName As String Dim PatientNameGivenName As String Dim PatientNameMiddleName As String Dim PatientNamePrefix As String Dim PatientNameSuffix As String Dim ConfidentialityConstraintonPatientDataDescription As String Dim PatientBirthDate As Date Dim PatientSex As String Dim PatientWeight As String Dim EthnicGroup As String Dim PatientComments As String Dim AdditionalPatientHistory As String Dim PregnancyStatus As Integer Dim SpecialNeeds As String Dim PatientState As String Dim LastMenstrualDate As Date Dim value As MWLDataset.PatientRow value = instance.AddPatientRow(PatientID, IssuerOfPatientID, PatientNameFamilyName, PatientNameGivenName, PatientNameMiddleName, PatientNamePrefix, PatientNameSuffix, ConfidentialityConstraintonPatientDataDescription, PatientBirthDate, PatientSex, PatientWeight, EthnicGroup, PatientComments, AdditionalPatientHistory, PregnancyStatus, SpecialNeeds, PatientState, LastMenstrualDate) |
Parameters
- PatientID
- A System.String representing the Patient ID.
- IssuerOfPatientID
- A System.String representing the Issuer Of Patient ID.
- PatientNameFamilyName
- A System.String representing the Patient Name Family Name.
- PatientNameGivenName
- A System.String representing the Patient Name Given Name.
- PatientNameMiddleName
- A System.String representing the Patient Name Middle Name.
- PatientNamePrefix
- A System.String representing the Patient Name Prefix.
- PatientNameSuffix
- A System.String representing the Patient Name Suffix.
- ConfidentialityConstraintonPatientDataDescription
- A System.String representing the Confidentiality Constrainton Patient Data Description.
- PatientBirthDate
- The Patient Birth Date.
- PatientSex
- A System.String representing the Patient Sex.
- PatientWeight
- A System.String representing the Patient Weight.
- EthnicGroup
- A System.String representing the Ethnic Group.
- PatientComments
- A System.String representing the Patient Comments.
- AdditionalPatientHistory
- A System.String representing the Additional Patient History.
- PregnancyStatus
- The Pregnancy Status.
- SpecialNeeds
- A System.String representing the Special Needs.
- PatientState
- A System.String representing the Patient State.
- LastMenstrualDate
- The Last Menstrual Date.
Return Value
The MWLDataset.PatientRow 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