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#
C++/CLI
public string[] GetScheduledProcedureStepIDs( 
   string accessionNumber, 
   string requestedProcedureID 
) 
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 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.