LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)
LEAD Technologies, Inc

GetScheduledProcedureStepIDs Method (BrokerService)






A departmental IS generated number that identifies the order for the Imaging Service Request.
Identifier that identifies the Requested Procedure in the Imaging Service Request.
Gets a list of schedule proecdure step ids.
Syntax
public string[] GetScheduledProcedureStepIDs( 
   string accessionNumber,
   string requestedProcedureID
)
'Declaration
 
Public Function GetScheduledProcedureStepIDs( _
   ByVal accessionNumber As String, _
   ByVal requestedProcedureID As String _
) As String()
'Usage
 
Dim instance As BrokerService
Dim accessionNumber As String
Dim requestedProcedureID As String
Dim value() As String
 
value = instance.GetScheduledProcedureStepIDs(accessionNumber, requestedProcedureID)
public string[] GetScheduledProcedureStepIDs( 
   string accessionNumber,
   string requestedProcedureID
)
 function Leadtools.Medical.Worklist.Wcf.Service.BrokerService.GetScheduledProcedureStepIDs( 
   accessionNumber ,
   requestedProcedureID 
)
public:
array<String^>^ GetScheduledProcedureStepIDs( 
   String^ accessionNumber,
   String^ requestedProcedureID
) 

Parameters

accessionNumber
A departmental IS generated number that identifies the order for the Imaging Service Request.
requestedProcedureID
Identifier that identifies the Requested Procedure in the Imaging Service Request.

Return Value

A list of scheudle procedure step ids.
Example
For an example refer to AddScheduledProcedureStep
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BrokerService Class
BrokerService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.