 | ActRelationships Property |
Gets a list of all associated acts for this act
Namespace: SanteDB.Core.Model.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic List<ActRelationship> Relationships { get; set; }Public Property Relationships As List(Of ActRelationship)
Get
Set
public:
property List<ActRelationship^>^ Relationships {
List<ActRelationship^>^ get ();
void set (List<ActRelationship^>^ value);
}member Relationships : List<ActRelationship> with 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