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#
C++/CLI
[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: 
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 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.