LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)

GetRequestedProcedureIDs Method (IBrokerService)

Show in webframe





A departmental IS-generated number that identifies the order for the Imaging Service Request.
Gets the requested Procedure IDs.
Syntax
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
string[] GetRequestedProcedureIDs( 
   string accessionNumber
)
'Declaration
 
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function GetRequestedProcedureIDs( _
   ByVal accessionNumber As String _
) As String()
'Usage
 
Dim instance As IBrokerService
Dim accessionNumber As String
Dim value() As String
 
value = instance.GetRequestedProcedureIDs(accessionNumber)

            

            
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
array<String^>^ GetRequestedProcedureIDs( 
   String^ accessionNumber
) 

Parameters

accessionNumber
A departmental IS-generated number that identifies the order for the Imaging Service Request.

Return Value

A list of requested Procedure IDs.
Example
For an example refer to AddRequestedProcedure
Requirements

Target Platforms

See Also

Reference

IBrokerService Interface
IBrokerService Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.