Click or drag to resize

AmiServiceClientUpdateAssigningAuthority Method

Updates an assigning authority.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public AssigningAuthority UpdateAssigningAuthority(
	Guid assigningAuthorityId,
	AssigningAuthority assigningAuthorityInfo
)

Parameters

assigningAuthorityId
Type: SystemGuid
The id of the assigning authority to be updated.
assigningAuthorityInfo
Type: SanteDB.Core.Model.DataTypesAssigningAuthority
The assigning authority info containing the updated information.

Return Value

Type: AssigningAuthority
Returns the updated assigning authority.
See Also