Leadtools.Medical.Workstation.DataAccessLayer Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AddPatientsRow(String,String,String,String,String,String,DateTime,String,String,String,String) Method
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > DicomInformation.PatientsDataTable Class > AddPatientsRow Method : AddPatientsRow(String,String,String,String,String,String,DateTime,String,String,String,String) Method



PatientID
The patient Id String value.
FamilyName
The patient family name String value.
GivenName
The patient given name String value.
MiddleName
The patient middle name String value.
NamePrefix
The patient name prefix String value.
NameSuffix
The patient name suffix String value.
BirthDate
The patient birth date DateTime value.
Sex
The patient sex String value.
EthnicGroup
The patient ethic group String value.
Comments
The patient comments String value.
AETitle
The client AE Title String value.
PatientID
The patient Id String value.
FamilyName
The patient family name String value.
GivenName
The patient given name String value.
MiddleName
The patient middle name String value.
NamePrefix
The patient name prefix String value.
NameSuffix
The patient name suffix String value.
BirthDate
The patient birth date DateTime value.
Sex
The patient sex String value.
EthnicGroup
The patient ethic group String value.
Comments
The patient comments String value.
AETitle
The client AE Title String value.
Overloaded. Creates a row using the specified values.

Syntax

Visual Basic (Declaration)  
<DebuggerNonUserCodeAttribute()>
Overloads Public Function AddPatientsRow( _
   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 AETitle As String _
) As DicomInformation.PatientsRow
Visual Basic (Usage) Copy Code
Dim instance As DicomInformation.PatientsDataTable
Dim PatientID As String
Dim FamilyName As String
Dim GivenName As String
Dim MiddleName As String
Dim NamePrefix As String
Dim NameSuffix As String
Dim BirthDate As Date
Dim Sex As String
Dim EthnicGroup As String
Dim Comments As String
Dim AETitle As String
Dim value As DicomInformation.PatientsRow
 
value = instance.AddPatientsRow(PatientID, FamilyName, GivenName, MiddleName, NamePrefix, NameSuffix, BirthDate, Sex, EthnicGroup, Comments, AETitle)
C++/CLI  
[DebuggerNonUserCodeAttribute()]
public:
DicomInformation.PatientsRow^ AddPatientsRow( 
   String^ PatientID,
   String^ FamilyName,
   String^ GivenName,
   String^ MiddleName,
   String^ NamePrefix,
   String^ NameSuffix,
   DateTime BirthDate,
   String^ Sex,
   String^ EthnicGroup,
   String^ Comments,
   String^ AETitle
) 

Parameters

PatientID
The patient Id String value.
FamilyName
The patient family name String value.
GivenName
The patient given name String value.
MiddleName
The patient middle name String value.
NamePrefix
The patient name prefix String value.
NameSuffix
The patient name suffix String value.
BirthDate
The patient birth date DateTime value.
Sex
The patient sex String value.
EthnicGroup
The patient ethic group String value.
Comments
The patient comments String value.
AETitle
The client AE Title String value.

Return Value

The newly added DicomInformation.PatientsRow

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Medical.Workstation.DataAccessLayer requires a Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features