Gets a list of scheduled procedure step IDs.
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
[OperationContractAttribute()]
string[] GetScheduledProcedureStepIDs(
string ,
string
)
'Declaration
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
<OperationContractAttribute()>
Function GetScheduledProcedureStepIDs( _
ByVal As String, _
ByVal As String _
) As String()
'Usage
Dim instance As IBrokerService
Dim accessionNumber As String
Dim requestedProcedureID As String
Dim value() As String
value = instance.GetScheduledProcedureStepIDs(accessionNumber, requestedProcedureID)
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
[OperationContractAttribute()]
array<String^>^ GetScheduledProcedureStepIDs(
String^ ,
String^
)
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 Scheduled Procedure Step IDs.