←Select platform

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

Summary

Adds a new CompositeInstanceDataSet.PatientRow to the System.Data.DataTable.Rows collection.

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public PatientRow AddPatientRow( 
   string PatientID, 
   string FamilyName, 
   string GivenName, 
   string MiddleName, 
   string NamePrefix, 
   string NameSuffix, 
   DateTime BirthDate, 
   string Sex, 
   string EthnicGroup, 
   string Comments, 
   string RetrieveAETitle, 
   string IssuerOfPatientID 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads Function AddPatientRow( _ 
   ByVal PatientID As String, _ 
   ByVal FamilyName As String, _ 
   ByVal GivenName As String, _ 
   ByVal MiddleName As String, _ 
   ByVal NamePrefix As String, _ 
   ByVal NameSuffix As String, _ 
   ByVal BirthDate As Date, _ 
   ByVal Sex As String, _ 
   ByVal EthnicGroup As String, _ 
   ByVal Comments As String, _ 
   ByVal RetrieveAETitle As String, _ 
   ByVal IssuerOfPatientID As String _ 
) As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.PatientRow 
[DebuggerNonUserCodeAttribute()] 
public: 
Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.PatientRow^ AddPatientRow(  
   String^ PatientID, 
   String^ FamilyName, 
   String^ GivenName, 
   String^ MiddleName, 
   String^ NamePrefix, 
   String^ NameSuffix, 
   DateTime BirthDate, 
   String^ Sex, 
   String^ EthnicGroup, 
   String^ Comments, 
   String^ RetrieveAETitle, 
   String^ IssuerOfPatientID 
)  

Parameters

PatientID
A System.String representing the Patient ID.

FamilyName
A System.String representing the Family Name.

GivenName
A System.String representing the Given Name.

MiddleName
A System.String representing the Middle Name.

NamePrefix
A System.String representing the Name Prefix.

NameSuffix
A System.String representing the Name Suffix.

BirthDate
A System.DateTime representing the Birth Date.

Sex
A System.String representing the Sex.

EthnicGroup
A System.String representing the Ethnic Group.

Comments
A System.String representing the Comments.

RetrieveAETitle
A System.String representing the Retrieve AE Title.

IssuerOfPatientID
A System.String representing the Issuer Of Patient ID.

Return Value

The CompositeInstanceDataSet.PatientRow which is added to the System.Data.DataTable.Rows collection.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly