Verify Method

Summary

Verifies the specified SCP.

Syntax
C#
VB
C++
public virtual bool Verify( 
   DicomScp scp 
) 
  
Public Overridable Function Verify( _ 
   ByVal scp As DicomScp _ 
) As Boolean 
public: 
virtual bool Verify(  
   DicomScp^ scp 
)  

Parameters

scp
The SCP.

Return Value

true if the SCP was successfully verified; otherwise it is false.

Remarks

This methods sends a C-ECHO-REQ to the scp.

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