Click or drag to resize

AmiServiceClientCreateCodeSystem Method

Creates 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 CreateCodeSystem(
	CodeSystem codeSystem
)

Parameters

codeSystem
Type: SanteDB.Core.Model.DataTypesCodeSystem
The code system.

Return Value

Type: CodeSystem
Returns the created code system.
See Also