Click or drag to resize

IdentifiedData.AddAnnotation Method

Add an annotated object

Namespace:  SanteDB.Core.Model
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public virtual void AddAnnotation(
	Object annotation
)

Parameters

annotation
Type: System.Object

[Missing <param name="annotation"/> documentation for "M:SanteDB.Core.Model.IdentifiedData.AddAnnotation(System.Object)"]

Implements

IIdentifiedEntity.AddAnnotation(Object)
See Also