←Select platform

GetScheduledProcedureStepIDs Method (IWorklistDataAccessAgent)

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++
string[] GetScheduledProcedureStepIDs(  
   string accessionNumber, 
   string requestedProcedureID 
) 
Function GetScheduledProcedureStepIDs( _ 
   ByVal accessionNumber As String, _ 
   ByVal requestedProcedureID As String _ 
) As String() 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Worklist.DataAccessLayer Assembly
Click or drag to resize