Click or drag to resize

AmiServiceClientGetCodeSystem Method

Gets 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 GetCodeSystem(
	string codeSystemId
)

Parameters

codeSystemId
Type: SystemString
The code system identifier.

Return Value

Type: CodeSystem
Returns a code system.
See Also