Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsREL_28
Unit
BSHL7DT28
Declaration
type TbsREL_28 = 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_28 read GetSetIdrel write SetSetIdrel; |
Set Id -rel, Min : 0, Max : 1
|
|
property RelationshipType : TbsCWE_28 read GetRelationshipType write SetRelationshipType; |
Relationship Type, Min : 1, Max : 1
|
|
property ThisRelationshipInstanceIdentifier : TbsEI_28 read GetThisRelationshipInstanceIdentifier write SetThisRelationshipInstanceIdentifier; |
This Relationship Instance Identifier, Min : 1, Max : 1
|
|
property SourceInformationInstanceIdentifier : TbsEI_28 read GetSourceInformationInstanceIdentifier write SetSourceInformationInstanceIdentifier; |
Source Information Instance Identifier, Min : 1, Max : 1
|
|
property TargetInformationInstanceIdentifier : TbsEI_28 read GetTargetInformationInstanceIdentifier write SetTargetInformationInstanceIdentifier; |
Target Information Instance Identifier, Min : 1, Max : 1
|
|
property AssertingEntityInstanceId : TbsEI_28 read GetAssertingEntityInstanceId write SetAssertingEntityInstanceId; |
Asserting Entity Instance Id, Min : 0, Max : 1
|
|
property AssertingPerson : TbsXCN_28 read GetAssertingPerson write SetAssertingPerson; |
Asserting Person, Min : 0, Max : 1
|
|
property AssertingOrganization : TbsXON_28 read GetAssertingOrganization write SetAssertingOrganization; |
Asserting Organization, Min : 0, Max : 1
|
|
property AssertorAddress : TbsXAD_28 read GetAssertorAddress write SetAssertorAddress; |
Assertor Address, Min : 0, Max : 1
|
|
property AssertorContact : TbsXTN_28 read GetAssertorContact write SetAssertorContact; |
Assertor Contact, Min : 0, Max : 1
|
|
property AssertionDateRange : TbsDR_28 read GetAssertionDateRange write SetAssertionDateRange; |
Assertion Date Range, Min : 0, Max : 1
|
|
property NegationIndicator : TbsID_28 read GetNegationIndicator write SetNegationIndicator; |
Negation Indicator, Min : 0, Max : 1
|
|
property CertaintyOfRelationship : TbsCWE_28 read GetCertaintyOfRelationship write SetCertaintyOfRelationship; |
Certainty Of Relationship, Min : 0, Max : 1
|
|
property PriorityNo : TbsNM_28 read GetPriorityNo write SetPriorityNo; |
Priority No, Min : 0, Max : 1
|
|
property PrioritySequenceNorelPreferenceForConsideration : TbsNM_28 read GetPrioritySequenceNorelPreferenceForConsideration write SetPrioritySequenceNorelPreferenceForConsideration; |
Priority Sequence No (rel Preference For Consideration), Min : 0, Max : 1
|
|
property SeparabilityIndicator : TbsID_28 read GetSeparabilityIndicator write SetSeparabilityIndicator; |
Separability Indicator, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|