Click or drag to resize

AmiServiceClientGetDevices Method

Gets a list of devices.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public AmiCollection GetDevices(
	Expression<Func<SecurityDevice, bool>> query
)

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncSecurityDevice, Boolean
The query expression to use to find the devices.

Return Value

Type: AmiCollection
Returns a collection of devices which match the specified query.
See Also