| 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
)
Public Function CreateCodeSystem (
codeSystem As CodeSystem
) As CodeSystem
public:
CodeSystem^ CreateCodeSystem(
CodeSystem^ codeSystem
)
member CreateCodeSystem :
codeSystem : CodeSystem -> CodeSystem
Parameters
- codeSystem
- Type: SanteDB.Core.Model.DataTypesCodeSystem
The code system.
Return Value
Type:
CodeSystemReturns the created code system.
See Also