AddReferencedStudySequenceRow(string,string,string,string,long) Method

Summary
Adds a new ReferencedStudySequenceRow to the System.Data.DataTable.Rows collection.
Syntax
C#
C++/CLI
[DebuggerNonUserCodeAttribute()] 
public ReferencedStudySequenceRow AddReferencedStudySequenceRow( 
   string AccessionNumber, 
   string RequestedProcedureID, 
   string ReferencedSOPInstanceUID, 
   string ReferencedSOPClassUID, 
   long OrderNumber 
) 
[DebuggerNonUserCodeAttribute()] 
public: 
ReferencedStudySequenceRow^ AddReferencedStudySequenceRow(  
   String^ AccessionNumber, 
   String^ RequestedProcedureID, 
   String^ ReferencedSOPInstanceUID, 
   String^ ReferencedSOPClassUID, 
   int64 OrderNumber 
)  

Parameters

AccessionNumber
A System.String representing the Accession Number.

RequestedProcedureID
A System.String representing the Requested Procedure ID.

ReferencedSOPInstanceUID
A System.String representing the Referenced SOP Instance UID.

ReferencedSOPClassUID
A System.String representing the Referenced SOP Class UID.

OrderNumber
The Order Number.

Return Value

The ReferencedStudySequenceRow 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.Worklist.DataAccessLayer Assembly

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