Click or drag to resize

AmiServiceClient.UpdateDeviceEntity Method

Create a device entity

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public DeviceEntity UpdateDeviceEntity(
	Guid id,
	DeviceEntity entity
)

Parameters

id
Type: System.Guid

[Missing <param name="id"/> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.UpdateDeviceEntity(System.Guid,SanteDB.Core.Model.Entities.DeviceEntity)"]

entity
Type: SanteDB.Core.Model.Entities.DeviceEntity

[Missing <param name="entity"/> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.UpdateDeviceEntity(System.Guid,SanteDB.Core.Model.Entities.DeviceEntity)"]

Return Value

Type: DeviceEntity

[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Client.AmiServiceClient.UpdateDeviceEntity(System.Guid,SanteDB.Core.Model.Entities.DeviceEntity)"]

See Also