 | ActRelationshipClassification Property |
Gets or sets the an additional (sub-type) of the relationship
Namespace: SanteDB.Core.Model.ActsAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic Concept Classification { get; set; }Public Property Classification As Concept
Get
Set
public:
property Concept^ Classification {
Concept^ get ();
void set (Concept^ value);
}member Classification : Concept with get, set
Property Value
Concept
RemarksThe 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