LAUREL BRIDGE

RemoteDevice Class

DICOM Connectivity Framework V3.4
A simple wrapper class that represents remote devices that are allowed to communicate with the SampleVNA server, or destinations that the SampleVNA server will communicate with as a function of a C-Move request.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.SampleVNARemoteDevice

Namespace:  LaurelBridge.DCFExamples.SampleVNA
Assembly:  SampleVNA (in SampleVNA.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public class RemoteDevice

The RemoteDevice type exposes the following members.

Constructors

  NameDescription
Public methodRemoteDevice
Initializes a new instance of the RemoteDevice class
Top
Properties

  NameDescription
Public propertyCalledAE
Property for the called AE title.
Public propertyCallingAE
Property for the calling AE title.
Public propertyIp
Property for the IP address.
Public propertyPort
Property for the port number.
Top
See Also

Reference