LAUREL BRIDGE

DatabaseGetMoveDestination Method

DICOM Connectivity Framework V3.4
Gets the RemoteDevice configured for the specified moveAE title.

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

C#
public static RemoteDevice GetMoveDestination(
	SqlCeConnection conn,
	string moveAE
)

Parameters

conn
Type: SqlCeConnection
The connection to the database.
moveAE
Type: SystemString
The move AE title.

Return Value

Type: RemoteDevice
The RemoteDevice associated with the moveAE title, or null if there is no entry for the moveAE title.
See Also

Reference