Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsREL_271
Unit
BSHL7DT271
Declaration
type TbsREL_271 = class(TbsHL7Segment)
Description
Clinical Relationship Segment The Clinical Relationship segment contains the data necessary to relate two data elements within and/or external to the message at run-time. It also includes information about the relationship. Relationships are constrained to being between explicit segments of messages rather than beween the identities of entities they reference. Segments are available within the message but related persistent information may not be. Because of the transient nature of messages applications must manage the associations with entities which persist outside or across messages. Examples: - Problem is a consequence of a diagnosis. - Diagnosis is supported by observation. - Observation is a manifestation of a diagnosis. - Complication is a consequence of a procedure.
Hierarchy
Overview
Properties
Description
Properties
|
property SetIdrel : TbsSI_271 read GetSetIdrel write SetSetIdrel; |
Set Id -rel, Min : 0, Max : 1
|
|
property RelationshipType : TbsCWE_271 read GetRelationshipType write SetRelationshipType; |
Relationship Type, Min : 1, Max : 1
|
|
property ThisRelationshipInstanceIdentifier : TbsEI_271 read GetThisRelationshipInstanceIdentifier write SetThisRelationshipInstanceIdentifier; |
This Relationship Instance Identifier, Min : 1, Max : 1
|
|
property SourceInformationInstanceIdentifier : TbsEI_271 read GetSourceInformationInstanceIdentifier write SetSourceInformationInstanceIdentifier; |
Source Information Instance Identifier, Min : 1, Max : 1
|
|
property TargetInformationInstanceIdentifier : TbsEI_271 read GetTargetInformationInstanceIdentifier write SetTargetInformationInstanceIdentifier; |
Target Information Instance Identifier, Min : 1, Max : 1
|
|
property AssertingEntityInstanceId : TbsEI_271 read GetAssertingEntityInstanceId write SetAssertingEntityInstanceId; |
Asserting Entity Instance Id, Min : 0, Max : 1
|
|
property AssertingPerson : TbsXCN_271 read GetAssertingPerson write SetAssertingPerson; |
Asserting Person, Min : 0, Max : 1
|
|
property AssertingOrganization : TbsXON_271 read GetAssertingOrganization write SetAssertingOrganization; |
Asserting Organization, Min : 0, Max : 1
|
|
property AssertorAddress : TbsXAD_271 read GetAssertorAddress write SetAssertorAddress; |
Assertor Address, Min : 0, Max : 1
|
|
property AssertorContact : TbsXTN_271 read GetAssertorContact write SetAssertorContact; |
Assertor Contact, Min : 0, Max : 1
|
|
property AssertionDateRange : TbsDR_271 read GetAssertionDateRange write SetAssertionDateRange; |
Assertion Date Range, Min : 0, Max : 1
|
|
property NegationIndicator : TbsID_271 read GetNegationIndicator write SetNegationIndicator; |
Negation Indicator, Min : 0, Max : 1
|
|
property CertaintyOfRelationship : TbsCWE_271 read GetCertaintyOfRelationship write SetCertaintyOfRelationship; |
Certainty Of Relationship, Min : 0, Max : 1
|
|
property PriorityNo : TbsNM_271 read GetPriorityNo write SetPriorityNo; |
Priority No, Min : 0, Max : 1
|
|
property PrioritySequenceNorelPreferenceForConsideration : TbsNM_271 read GetPrioritySequenceNorelPreferenceForConsideration write SetPrioritySequenceNorelPreferenceForConsideration; |
Priority Sequence No (rel Preference For Consideration), Min : 0, Max : 1
|
|
property SeparabilityIndicator : TbsID_271 read GetSeparabilityIndicator write SetSeparabilityIndicator; |
Separability Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|