Click or drag to resize

AmiServiceClientUpdateCodeSystem Method

Updates the code system.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public CodeSystem UpdateCodeSystem(
	Guid codeSystemId,
	CodeSystem codeSystem
)

Parameters

codeSystemId
Type: SystemGuid
The code system identifier.
codeSystem
Type: SanteDB.Core.Model.DataTypesCodeSystem
The code system.

Return Value

Type: CodeSystem
Return the updated code system.
See Also