Click or drag to resize

ActRelationshipClassification Property

Gets or sets the an additional (sub-type) of the relationship

Namespace: SanteDB.Core.Model.Acts
Assembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntax
public Concept Classification { get; set; }

Property Value

Concept
Remarks

The context classification allows consumers of this data to understand the context in which the relationship. For example, a Patient->NextOfKin[null]->Person may have a context of related person to indidcate the NOK is to be used as a formal relationship, whereas Patient->NextOfKin[EmergencyContact]->Person may indicate that NOK record is only for use as a contact and no other relationship can be inferred from the entry.

See Also