Adds a new CompositeInstanceDataSet.OtherPatientIDsRow to the System.Data.DataTable.Rows collection.
[DebuggerNonUserCodeAttribute()]
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator",
"4.0.0.0")]
public OtherPatientIDsRow AddOtherPatientIDsRow(
PatientRow parentPatientRowByFKPatientOtherPatientIDs,
string OtherPatientID
)
<DebuggerNonUserCodeAttribute()>
Public Overloads Function AddOtherPatientIDsRow( _
ByVal parentPatientRowByFKPatientOtherPatientIDs As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.PatientRow, _
ByVal OtherPatientID As String _
) As Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.OtherPatientIDsRow
[DebuggerNonUserCodeAttribute()]
public:
Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.OtherPatientIDsRow^ AddOtherPatientIDsRow(
Leadtools.Medical.Storage.Dataaccesslayer.CompositeInstanceDataSet.PatientRow^ parentPatientRowByFKPatientOtherPatientIDs,
String^ OtherPatientID
)
parentPatientRowByFK_Patient_OtherPatientIDs
Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.
OtherPatientID
A System.String representing the Other Patient ID.
The CompositeInstanceDataSet.OtherPatientIDsRow which is added to the System.Data.DataTable.Rows collection.
CompositeInstanceDataSet.OtherPatientIDsDataTable 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