GetScheduledProcedureStepIDs Method

Summary

Gets a list of Scheduled Procedure Step IDs that correspond to a specific accession number and a specific Requested Procedure ID.

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

Parameters

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

requestedProcedureID
The requested procedure ID System.String value to match the query against.

Return Value

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

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