Click or drag to resize

AmiServiceClientGetDevice Method

Gets a specific device.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public SecurityDeviceInfo GetDevice(
	Guid id
)

Parameters

id
Type: SystemGuid
The identifier.

Return Value

Type: SecurityDeviceInfo
Returns the security device.
See Also