Click or drag to resize

ActRelationships Property

Gets a list of all associated acts for this act

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

Property Value

ListActRelationship
Remarks
The relationships of an act are used to relate one or more acts together either directly as in an encounter with component acts, or between care episodes for chronic care.
See Also