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.DCF.Examples.SampleVNARemoteDevice

Namespace:  LaurelBridge.DCF.Examples.SampleVNA
Assembly:  SampleVNA (in SampleVNA.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
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