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 CompositeInstanceDataSet.StudyRow to the System.Data.DataTable.Rows collection.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
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 parentPatientRowByFK_Patient_Study, 
   string RetrieveAETitle 
) 
  
<DebuggerNonUserCodeAttribute()> 
Public Overloads 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 parentPatientRowByFK_Patient_Study As PatientRow, _ 
   ByVal RetrieveAETitle As String _ 
) As StudyRow 
[DebuggerNonUserCodeAttribute()] 
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^ parentPatientRowByFK_Patient_Study, 
   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.

parentPatientRowByFK_Patient_Study
Type: CompositeInstanceDataSet.PatientRow. The parent Patient Row.

RetrieveAETitle
A System.String representing the Retrieve AE Title.

Return Value

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

Requirements

Target Platforms

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

Leadtools.Medical.Storage.DataAccessLayer Assembly