Click or drag to resize

ActParticipationClassification 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: 2.2.1
Syntax
public Concept Classification { get; set; }

Property Value

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