| 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; }
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
Type:
ListActRelationshipRemarks
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