Class TbsQRI_271
Unit
BSHL7DT271
Declaration
type TbsQRI_271 = class(TbsHL7Segment)
Description
Query Response Instance The QRI segment is used to indicate the weight match for a returned record (where the responding system employs a numeric algorithm) and/or the match reason code (where the responding system uses rules or other match options). Examples of the use of this segment appear in Chapter 3, "Patient Administration," section 3.3.57, "Find Candidates and Response."
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function MatchReasonCodeRepCount : Integer; |
|
Properties
|
property CandidateConfidence : TbsNM_271 read GetCandidateConfidence write SetCandidateConfidence; |
Candidate Confidence, Min : 0, Max : 1
|
|
property MatchReasonCode[RepCount:Integer]: TbsCWE_271 read GetMatchReasonCode write SetMatchReasonCode; |
Match Reason Code, Min : 0, Max : *
|
|
property AlgorithmDescriptor : TbsCWE_271 read GetAlgorithmDescriptor write SetAlgorithmDescriptor; |
Algorithm Descriptor, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|