- PhysicianFamilyName
- A System.String representing the Physician Family Name.
- PhysicianGivenName
- A System.String representing the Physician Given Name.
- PhysicianMiddleName
- A System.String representing the Physician Middle Name.
- PhysicianNamePrefix
- A System.String representing the Physician Name Prefix.
- PhysicianNameSuffix
- A System.String representing the Physician Name Suffix.
- parentStudyRowByFK_NameOfPhysicianReadingStudy_Studies
- Type: CompositeInstanceDataSet.StudyRow. The parent Study Row.
Visual Basic (Declaration) | |
---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Function AddNameOfPhysicianReadingStudyRow( _ ByVal PhysicianFamilyName As String, _ ByVal PhysicianGivenName As String, _ ByVal PhysicianMiddleName As String, _ ByVal PhysicianNamePrefix As String, _ ByVal PhysicianNameSuffix As String, _ ByVal parentStudyRowByFK_NameOfPhysicianReadingStudy_Studies As CompositeInstanceDataSet.StudyRow _ ) As CompositeInstanceDataSet.NameOfPhysicianReadingStudyRow |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CompositeInstanceDataSet.NameOfPhysicianReadingStudyDataTable Dim PhysicianFamilyName As String Dim PhysicianGivenName As String Dim PhysicianMiddleName As String Dim PhysicianNamePrefix As String Dim PhysicianNameSuffix As String Dim parentStudyRowByFK_NameOfPhysicianReadingStudy_Studies As CompositeInstanceDataSet.StudyRow Dim value As CompositeInstanceDataSet.NameOfPhysicianReadingStudyRow value = instance.AddNameOfPhysicianReadingStudyRow(PhysicianFamilyName, PhysicianGivenName, PhysicianMiddleName, PhysicianNamePrefix, PhysicianNameSuffix, parentStudyRowByFK_NameOfPhysicianReadingStudy_Studies) |
Parameters
- PhysicianFamilyName
- A System.String representing the Physician Family Name.
- PhysicianGivenName
- A System.String representing the Physician Given Name.
- PhysicianMiddleName
- A System.String representing the Physician Middle Name.
- PhysicianNamePrefix
- A System.String representing the Physician Name Prefix.
- PhysicianNameSuffix
- A System.String representing the Physician Name Suffix.
- parentStudyRowByFK_NameOfPhysicianReadingStudy_Studies
- Type: CompositeInstanceDataSet.StudyRow. The parent Study Row.
Return Value
The CompositeInstanceDataSet.NameOfPhysicianReadingStudyRow which is added to the System.Data.DataTable.Rows collection.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7