AddPatientRow(string,string,string,string,string,string,string,string,DateTime,string,string,string,string,string,int,string,string,DateTime) Method

Summary
Adds a new PatientRow to the System.Data.DataTable.Rows collection.
Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public PatientRow AddPatientRow( 
    string PatientID, 
   string IssuerOfPatientID, 
   string PatientNameFamilyName, 
   string PatientNameGivenName, 
   string PatientNameMiddleName, 
   string PatientNamePrefix, 
   string PatientNameSuffix, 
   string ConfidentialityConstraintonPatientDataDescription, 
   DateTime PatientBirthDate, 
   string PatientSex, 
   string PatientWeight, 
   string EthnicGroup, 
   string PatientComments, 
   string AdditionalPatientHistory, 
   int PregnancyStatus, 
   string SpecialNeeds, 
   string PatientState, 
   DateTime LastMenstrualDate 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads 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 PatientRow 
[DebuggerNonUserCodeAttribute()] 
public: 
PatientRow^ AddPatientRow(  
   String^ PatientID, 
   String^ IssuerOfPatientID, 
   String^ PatientNameFamilyName, 
   String^ PatientNameGivenName, 
   String^ PatientNameMiddleName, 
   String^ PatientNamePrefix, 
   String^ PatientNameSuffix, 
   String^ ConfidentialityConstraintonPatientDataDescription, 
   DateTime PatientBirthDate, 
   String^ PatientSex, 
   String^ PatientWeight, 
   String^ EthnicGroup, 
   String^ PatientComments, 
   String^ AdditionalPatientHistory, 
   int PregnancyStatus, 
   String^ SpecialNeeds, 
   String^ PatientState, 
   DateTime 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 PatientRow 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.