Gets the requested Procedure IDs.
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
string[] GetRequestedProcedureIDs(
string
)
'Declaration
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
Function GetRequestedProcedureIDs( _
ByVal 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^
)
Parameters
- accessionNumber
- A departmental IS-generated number that identifies the order for the Imaging Service Request.
Return Value
A list of requested Procedure IDs.