LAUREL BRIDGE

DatabaseGetRemoteDevices Method

DICOM Connectivity Framework V3.4
Gets the list (if any) of remote devices that match the info specified by the AssociationAcceptor.

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

C#
public static IList<RemoteDevice> GetRemoteDevices(
	SqlCeConnection conn
)

Parameters

conn
Type: SqlCeConnection
the connection to the database.

Return Value

Type: IListRemoteDevice
a list of allowed RemoteDevice objects.
See Also

Reference