Click or drag to resize

AmiServiceClientUpdateDeviceEntity 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: SystemGuid

[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.EntitiesDeviceEntity

[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