←Select platform

AddNameOfPhysicianReadingStudyRow(string,string,string,string,string,StudyRow) Method

Summary

Adds a new NameOfPhysicianReadingStudyRow to the System.Data.DataTable.Rows collection.

Syntax
C#
C++/CLI
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
[DebuggerNonUserCodeAttribute()] 
public NameOfPhysicianReadingStudyRow AddNameOfPhysicianReadingStudyRow( 
   string PhysicianFamilyName, 
   string PhysicianGivenName, 
   string PhysicianMiddleName, 
   string PhysicianNamePrefix, 
   string PhysicianNameSuffix, 
   StudyRow parentStudyRowByFK_NameOfPhysicianReadingStudy_Studies 
) 
public:  
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   [DebuggerNonUserCodeAttribute] 
   NameOfPhysicianReadingStudyRow^ AddNameOfPhysicianReadingStudyRow( 
       String^ PhysicianFamilyName, 
      String^ PhysicianGivenName, 
      String^ PhysicianMiddleName, 
      String^ PhysicianNamePrefix, 
      String^ PhysicianNameSuffix, 
      StudyRow^ 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: StudyRow.

The parent Study Row.

Return Value

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.