Adds a new CompositeInstanceDataSet.OtherPatientNamesRow to the System.Data.DataTable.Rows collection.
[DebuggerNonUserCodeAttribute()]
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")]
public OtherPatientNamesRow AddOtherPatientNamesRow(
PatientRow parentPatientRowByFKPatientOtherPatientNames,
string FamilyName,
string GivenName,
string MiddleName,
string NamePrefix,
string NameSuffix
)
<DebuggerNonUserCodeAttribute()>
Public Overloads Function AddOtherPatientNamesRow( _
ByVal parentPatientRowByFKPatientOtherPatientNames As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.PatientRow, _
ByVal FamilyName As String, _
ByVal GivenName As String, _
ByVal MiddleName As String, _
ByVal NamePrefix As String, _
ByVal NameSuffix As String _
) As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.OtherPatientNamesRow
[DebuggerNonUserCodeAttribute()]
public:
Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.OtherPatientNamesRow^ AddOtherPatientNamesRow(
Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.PatientRow^ parentPatientRowByFKPatientOtherPatientNames,
String^ FamilyName,
String^ GivenName,
String^ MiddleName,
String^ NamePrefix,
String^ NameSuffix
)
parentPatientRowByFK_Patient_OtherPatientNames
Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.
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.
The CompositeInstanceDataSet.OtherPatientNamesRow which is added to the System.Data.DataTable.Rows collection.
CompositeInstanceDataSet.OtherPatientNamesDataTable Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET