Click or drag to resize

ActTags Property

Gets a list of all tags associated with the act

Namespace:  SanteDB.Core.Model.Acts
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public List<ActTag> Tags { get; set; }

Property Value

Type: ListActTag
Remarks
A tag is a simple piece of data which is appended to an act which allows developers to extend the underlying application in ways not imagined by the original SanteDB team. Tags differ from extensions in that they can only carry simple values (strings) and they are not versioned.
See Also