new ActRelationship(copyData)
Used to link two or more acts together
An act relationship is used to link a source act with a target act ( TargetActKey ) in a particular type of relationship ( RelationshipTypeKey ). This structure is often used to link together sub-components of an encounter with the encounter, but can also be used to link together chronic care episodes.
Parameters:
Name | Type | Description |
---|---|---|
copyData |
ActRelationship | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
classificationModel |
Concept | [Delay loaded from classification], Gets or sets the an additional (sub-type) of the relationship |
negationInd |
boolean | A negation indicator - used to flag this relationship as negated |
externId |
string | Gets or sets the external key for the object |
classification |
string | Association type key(see: RelationshipClassKeys for values) |
target |
string | The target of the association |
targetModel |
Act | [Delay loaded from target], Target act reference |
relationshipType |
string | Association type key(see: ActRelationshipTypeKeys for values) |
relationshipTypeModel |
Concept | [Delay loaded from relationshipType], Gets or sets the association type |
modifiedOn |
Date | |
source |
string | |
sourceModel |
Act | [Delay loaded from source], |
id |
string | Gets or sets the primary identifying UUID of this object |
operation |
BatchOperationType | Gets or sets the operation(see: BatchOperationType for values) |
$type |
string | Gets the type registration of this object |
Extends
Members
classification :string
Gets or sets the an additional (sub-type) of the relationship
Type:
- string
classificationModel :Concept
Type:
externId :string
Gets or sets the external key for the object
Type:
- string
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Overrides:
- Source:
modifiedOn :Date
Type:
- Date
- Overrides:
- Source:
negationInd :boolean
A negation indicator - used to flag this relationship as negated
Type:
- boolean
operation :BatchOperationType
Gets or sets the operation
Type:
- Overrides:
- Source:
relationshipType :string
Gets or sets the association type
Type:
- string
relationshipTypeModel :Concept
Type:
source :string
Type:
- string
- Overrides:
- Source:
sourceModel :Act
Type:
- Overrides:
- Source:
target :string
The target of the association
Type:
- string