←Select platform

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 Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal ds As Leadtools.Dicom.DicomDataSet, _ 
   ByVal action As Integer, _ 
   ByVal instance As String _ 
) As Leadtools.Dicom.DicomCommandStatusType 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly