Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRF1_25
Unit
BSHL7DT25
Declaration
type TbsRF1_25 = 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_25 read GetReferralStatus write SetReferralStatus; |
Referral Status, Min : 0, Max : 1
|
|
property ReferralPriority : TbsCE_25 read GetReferralPriority write SetReferralPriority; |
Referral Priority, Min : 0, Max : 1
|
|
property ReferralType : TbsCE_25 read GetReferralType write SetReferralType; |
Referral Type, Min : 0, Max : 1
|
|
property ReferralDisposition[RepCount:Integer]: TbsCE_25 read GetReferralDisposition write SetReferralDisposition; |
Referral Disposition, Min : 0, Max : *
|
|
property ReferralCategory : TbsCE_25 read GetReferralCategory write SetReferralCategory; |
Referral Category, Min : 0, Max : 1
|
|
property OriginatingReferralIdentifier : TbsEI_25 read GetOriginatingReferralIdentifier write SetOriginatingReferralIdentifier; |
Originating Referral Identifier, Min : 1, Max : 1
|
|
property EffectiveDate : TbsTS_25 read GetEffectiveDate write SetEffectiveDate; |
Effective Date, Min : 0, Max : 1
|
|
property ExpirationDate : TbsTS_25 read GetExpirationDate write SetExpirationDate; |
Expiration Date, Min : 0, Max : 1
|
|
property ProcessDate : TbsTS_25 read GetProcessDate write SetProcessDate; |
Process Date, Min : 0, Max : 1
|
|
property ReferralReason[RepCount:Integer]: TbsCE_25 read GetReferralReason write SetReferralReason; |
Referral Reason, Min : 0, Max : *
|
|
property ExternalReferralIdentifier[RepCount:Integer]: TbsEI_25 read GetExternalReferralIdentifier write SetExternalReferralIdentifier; |
External Referral Identifier, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|