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