GetRequestedProcedureIDs Method

Summary

Gets a list of Requested Procedure IDs that correspond to a specific accession number.

Syntax
C#
VB
C++
public string[] GetRequestedProcedureIDs( 
   string accessionNumber 
) 
  
Public Function GetRequestedProcedureIDs( _ 
   ByVal accessionNumber As String _ 
) As String() 
public: 
array<String^>^ GetRequestedProcedureIDs(  
   String^ accessionNumber 
)  

Parameters

accessionNumber
The accession number System.String value to match the query against.

Return Value

An Array of Strings representing the Requested Procedure IDs that correspond to a specific accession number.

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