Click or drag to resize

AmiServiceClientDeleteCodeSystem Method

Deletes 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 DeleteCodeSystem(
	Guid codeSystemId
)

Parameters

codeSystemId
Type: SystemGuid
The code system identifier.

Return Value

Type: CodeSystem
Returns the deleted code system.
See Also