←Select platform

DeleteMPPS Method

Summary

Deletes MPPS having the specified SOP instance.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
[FaultContractAttribute(System.Type)] 
public void DeleteMPPS( 
   string mppsSOPInstanceUID 
) 
  
<OperationContractAttribute()> 
<FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=False)> 
Sub DeleteMPPS( _ 
   ByVal mppsSOPInstanceUID As String _ 
)  
[OperationContractAttribute()] 
[FaultContractAttribute(DetailType=Leadtools.Medical.Worklist.Wcf.Utils.ApplicationFault,  
   Action="",  
   Name="",  
   Namespace="",  
   ProtectionLevel=ProtectionLevel.None,  
   HasProtectionLevel=false)] 
void DeleteMPPS(  
   String^ mppsSOPInstanceUID 
)  

Parameters

mppsSOPInstanceUID
The UID of the MPPS instance to delete.

Example

For an example refer to AddMPPS

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly