| IIdentifiedEntityAddAnnotation Method |
Add an annotated object
Namespace:
SanteDB.Core.Model.Interfaces
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax void AddAnnotation(
Object annotation
)
Sub AddAnnotation (
annotation As Object
)
void AddAnnotation(
Object^ annotation
)
abstract AddAnnotation :
annotation : Object -> unit
Parameters
- annotation
- Type: SystemObject
[Missing <param name="annotation"/> documentation for "M:SanteDB.Core.Model.Interfaces.IIdentifiedEntity.AddAnnotation(System.Object)"]
See Also