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#
C++/CLI
[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: 
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 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.