Gets a list of the unscheduled Performed Procedure Step UIDs.
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
string[] GetUnscheduledPerformedProcedureStepUIDs()
'Declaration
<OperationContractAttribute()>
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=False)>
Function GetUnscheduledPerformedProcedureStepUIDs() As String()
'Usage
Dim instance As IBrokerService
Dim value() As String
value = instance.GetUnscheduledPerformedProcedureStepUIDs()
[OperationContractAttribute()]
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=false)]
array<String^>^ GetUnscheduledPerformedProcedureStepUIDs();
Return Value
An array of unscheduled Performed Procedure Step UIDs.