Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRF1_251
Unit
BSHL7DT251
Declaration
type TbsRF1_251 = class(TbsHL7Segment)
Description
Referral Information This segment represents information that may be useful when sending referrals from the referring provider to the referred-to provider.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function ReferralDispositionRepCount : Integer; |
|
 |
function ReferralReasonRepCount : Integer; |
|
 |
function ExternalReferralIdentifierRepCount : Integer; |
|
Properties
 |
property ReferralStatus : TbsCE_251 read GetReferralStatus write SetReferralStatus; |
Referral Status, Min : 0, Max : 1
|
 |
property ReferralPriority : TbsCE_251 read GetReferralPriority write SetReferralPriority; |
Referral Priority, Min : 0, Max : 1
|
 |
property ReferralType : TbsCE_251 read GetReferralType write SetReferralType; |
Referral Type, Min : 0, Max : 1
|
 |
property ReferralDisposition[RepCount:Integer]: TbsCE_251 read GetReferralDisposition write SetReferralDisposition; |
Referral Disposition, Min : 0, Max : *
|
 |
property ReferralCategory : TbsCE_251 read GetReferralCategory write SetReferralCategory; |
Referral Category, Min : 0, Max : 1
|
 |
property OriginatingReferralIdentifier : TbsEI_251 read GetOriginatingReferralIdentifier write SetOriginatingReferralIdentifier; |
Originating Referral Identifier, Min : 1, Max : 1
|
 |
property EffectiveDate : TbsTS_251 read GetEffectiveDate write SetEffectiveDate; |
Effective Date, Min : 0, Max : 1
|
 |
property ExpirationDate : TbsTS_251 read GetExpirationDate write SetExpirationDate; |
Expiration Date, Min : 0, Max : 1
|
 |
property ProcessDate : TbsTS_251 read GetProcessDate write SetProcessDate; |
Process Date, Min : 0, Max : 1
|
 |
property ReferralReason[RepCount:Integer]: TbsCE_251 read GetReferralReason write SetReferralReason; |
Referral Reason, Min : 0, Max : *
|
 |
property ExternalReferralIdentifier[RepCount:Integer]: TbsEI_251 read GetExternalReferralIdentifier write SetExternalReferralIdentifier; |
External Referral Identifier, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|