Click or drag to resize

ActRelationshipTypeKeys Class

Act relationship types
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsActRelationshipTypeKeys

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

The ActRelationshipTypeKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAppends
Indicates that the source act appends information contained in the target act
Public fieldStatic memberArrival
Links the transortation act from another act
Public fieldStatic memberDeparture
Links a transporation act from another act indicating departure of the subject
Public fieldStatic memberDocuments
The source act documents the target act
Public fieldStatic memberDuplicate
Duplicate entity
Public fieldStatic memberEpisodeLink
Links two instances of the same act over time (example: chronic conditions)
Public fieldStatic memberEvaluates
Used to link a goal to an observation
Public fieldStatic memberFulfills
Indicates that the source act fulfills the target act
Public fieldStatic memberHasAuthorization
Indicates that the target act authorizes the source act
Public fieldStatic memberHasComponent
Indicates that the target act is a component of the source act
Public fieldStatic memberHasControlVariable
Relationship from an act to one or more control variables (for example: device settings, or environment)
Public fieldStatic memberHasManifestation
The assertion that a new observation may be a manifestation of another
Public fieldStatic memberHasPrecondition
Indicates that the target act is a pre-condition of the source act
Public fieldStatic memberHasReason
Indicates a reasoning as to why the source act is occurring
Public fieldStatic memberHasReferenceValues
Indicates that the source act contains reference values from the target
Public fieldStatic memberHasSubject
Indicates the subject of a particular act (example: clinical act is a subject of a control act)
Public fieldStatic memberHasSupport
Indicates an existing act is suggesting evidence for a new observation.
Public fieldStatic memberIsCauseOf
Indicates that the source act is the cause of the target act
Public fieldStatic memberIsDerivedFrom
Indicates the source act is derived from information contained in the target act
Public fieldStatic memberIsExcerptOf
Indicates that the source act is an excerpt of the target act
Public fieldStatic memberRefersTo
Indicates that the source act refers to the target act
Public fieldStatic memberReplaces
The source act replaces the target act
Public fieldStatic memberStartsAfterStartOf
Indicates that the source act starts after the start of another act
Public fieldStatic memberTransforms
Indicates that the source act transforms the target act
Top
See Also