SendUpdate Method

Summary

Sends a patient update message to the specified scp.

Syntax
C#
VB
C++
public DicomCommandStatusType SendUpdate( 
   DicomScp Scp, 
   DicomDataSet ds, 
   int action, 
   string instance 
) 
  
Public Function SendUpdate( _ 
   ByVal Scp As DicomScp, _ 
   ByVal ds As DicomDataSet, _ 
   ByVal action As Integer, _ 
   ByVal instance As String _ 
) As DicomCommandStatusType 
public: 
DicomCommandStatusType SendUpdate(  
   DicomScp^ Scp, 
   DicomDataSet^ ds, 
   int action, 
   String^ instance 
)  

Parameters

Scp
The peer connection to send the update request to.

ds
The DICOM dataset that describes the update request information.

action
The update action to perform.

instance
The patient update instance.

Return Value

The status of the operation.

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.Dicom.Scu Assembly