| 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
)
Public Function DeleteCodeSystem (
codeSystemId As Guid
) As CodeSystem
public:
CodeSystem^ DeleteCodeSystem(
Guid codeSystemId
)
member DeleteCodeSystem :
codeSystemId : Guid -> CodeSystem
Parameters
- codeSystemId
- Type: SystemGuid
The code system identifier.
Return Value
Type:
CodeSystemReturns the deleted code system.
See Also