UpdateMPPS Method

Summary

Updates the MPPS having the specified SOP instance.

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

Parameters

mppsSOPInstanceUID
The UID of the MPPS instance to update.

mpps
The UID of the MPPS SOP instance to update.

Example

For an example refer to AddMPPS

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