Click or drag to resize

AmiServiceClientCreateDevice Method

Creates a device in the IMS.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public SecurityDeviceInfo CreateDevice(
	SecurityDeviceInfo device
)

Parameters

device
Type: SanteDB.Core.Model.AMI.AuthSecurityDeviceInfo
The device to be created.

Return Value

Type: SecurityDeviceInfo
Returns the newly created device.
See Also