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: 2.2.1
Syntax
public List<ActRelationship> Relationships { get; set; }

Property Value

Type: 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