GetUnscheduledPerformedProcedureStepUIDs Method

Summary

Gets a list of the unscheduled Performed Procedure Step UIDs.

Syntax
C#
VB
C++
[FaultContractAttribute(System.Type)] 
[OperationContractAttribute()] 
public string[] GetUnscheduledPerformedProcedureStepUIDs() 
  
<OperationContractAttribute()> 
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=False)> 
Function GetUnscheduledPerformedProcedureStepUIDs() As String() 
[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.

Example

For an example refer to HandleUnscheduledMPPS

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly