Click or drag to resize

ConceptRelationshipTypeKeys Class

Reference type identifiers
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsConceptRelationshipTypeKeys

Namespace:  SanteDB.Core.Model.Constants
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public static class ConceptRelationshipTypeKeys

The ConceptRelationshipTypeKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberInverseOf
The source concept has the inverse meaning of the target concept
Public fieldStatic memberMemberOf
The source concept is a member of the target concept
Public fieldStatic memberNarrowerThan
The source concept is narrower in meaning than the target
Public fieldStatic memberNegationOf
The source concept is a negation of the target concept
Public fieldStatic memberSameAs
The source concept has the same meaning as the target concept
Public fieldStatic memberWiderThan
The source concept is wider in meaning than the target
Top
See Also