C#
VB
C++
Sends a patient update message to the specified scp.
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
public:
Leadtools.Dicom.DicomCommandStatusType SendUpdate(
Leadtools.Dicom.Scu.DicomScp^ Scp,
Leadtools.Dicom.DicomDataSet^ ds,
int action,
String^ instance
)
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.
The status of the operation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET