←Select platform

AddStudyRow(string,DateTime,string,string,string,string,string,string,string,string,string,string,decimal,decimal,string,string,string,PatientRow,string) Method

Summary

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

Syntax

C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
[GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")] 
public StudyRow AddStudyRow( 
    string StudyInstanceUID, 
   DateTime StudyDate, 
   string AccessionNumber, 
   string StudyID, 
   string ReferDrFamilyName, 
   string ReferDrGivenName, 
   string ReferDrMiddleName, 
   string ReferDrNamePrefix, 
   string ReferDrNameSuffix, 
   string StudyDescription, 
   string AdmittingDiagnosesDesc, 
   string PatientAge, 
   Decimal PatientSize, 
   Decimal PatientWeight, 
   string Occupation, 
   string AdditionalPatientHistory, 
   string InterpretationAuthor, 
   PatientRow parentPatientRowByFKPatientStudy, 
   string RetrieveAETitle 
) 
<DebuggerNonUserCodeAttribute(), 
   GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", 
   "4.0.0.0")> 
 Public Function AddStudyRow( 
      ByVal StudyInstanceUID As String, 
      ByVal StudyDate As Date, 
      ByVal AccessionNumber As String, 
      ByVal StudyID As String, 
      ByVal ReferDrFamilyName As String, 
      ByVal ReferDrGivenName As String, 
      ByVal ReferDrMiddleName As String, 
      ByVal ReferDrNamePrefix As String, 
      ByVal ReferDrNameSuffix As String, 
      ByVal StudyDescription As String, 
      ByVal AdmittingDiagnosesDesc As String, 
      ByVal PatientAge As String, 
      ByVal PatientSize As Decimal, 
      ByVal PatientWeight As Decimal, 
      ByVal Occupation As String, 
      ByVal AdditionalPatientHistory As String, 
      ByVal InterpretationAuthor As String, 
      ByVal parentPatientRowByFKPatientStudy As PatientRow, 
      ByVal RetrieveAETitle As String 
) As StudyRow 
public:  
   [DebuggerNonUserCodeAttribute] 
   [GeneratedCodeAttribute(L"System.Data.Design.TypedDataSetGenerator", 
      L"4.0.0.0")] 
   StudyRow^ AddStudyRow( 
       String^ StudyInstanceUID, 
      System::DateTime StudyDate, 
      String^ AccessionNumber, 
      String^ StudyID, 
      String^ ReferDrFamilyName, 
      String^ ReferDrGivenName, 
      String^ ReferDrMiddleName, 
      String^ ReferDrNamePrefix, 
      String^ ReferDrNameSuffix, 
      String^ StudyDescription, 
      String^ AdmittingDiagnosesDesc, 
      String^ PatientAge, 
      Decimal PatientSize, 
      Decimal PatientWeight, 
      String^ Occupation, 
      String^ AdditionalPatientHistory, 
      String^ InterpretationAuthor, 
      PatientRow^ parentPatientRowByFKPatientStudy, 
      String^ RetrieveAETitle 
   ) 

Parameters

StudyInstanceUID

A System.String representing the Study Instance UID.

StudyDate

Type: System.DateTime.

The Study Date.

AccessionNumber

A System.String representing the Accession Number.

StudyID

A System.String representing the Study ID.

ReferDrFamilyName

A System.String representing the Refer Dr Family Name.

ReferDrGivenName

A System.String representing the Refer Dr Given Name.

ReferDrMiddleName

A System.String representing the Refer Dr Middle Name.

ReferDrNamePrefix

A System.String representing the Refer Dr Name Prefix.

ReferDrNameSuffix

A System.String representing the Refer Dr Name Suffix.

StudyDescription

A System.String representing the Study Description.

AdmittingDiagnosesDesc

A System.String representing the Admitting Diagnoses Desc.

PatientAge

A System.String representing the Patient Age.

PatientSize

Type: System.Decimal.

The Patient Size.

PatientWeight

Type: System.Decimal.

The Patient Weight.

Occupation

A System.String representing the Occupation.

AdditionalPatientHistory

A System.String representing the Additional Patient History.

InterpretationAuthor

A System.String representing the Interpretation Author.

parentPatientRowByFKPatientStudy

Type: PatientRow. The parent Patient Row.

RetrieveAETitle

A System.String representing the Retrieve AE Title.

Return Value

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

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly