Click or drag to resize

ActExtensions Property

Gets a list of all extensions associated with the act

Namespace: SanteDB.Core.Model.Acts
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public List<ActExtension> Extensions { get; set; }

Property Value

ListActExtension
Remarks
An extension allows developers to store additional data about a particular act in a manner which the original SanteDB authors did not intend. This can be things such as equipment used to record an observation, etc.

The key difference beetween an extension and a tag is that extensions are versioned whereas tags are not

See Also