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