Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsRF1_27
Unit
BSHL7DT27
Declaration
type TbsRF1_27 = class(TbsHL7Segment)
Description
Referral Information
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ReferralDispositionRepCount : Integer; |
|
|
function ReferralReasonRepCount : Integer; |
|
|
function ExternalReferralIdentifierRepCount : Integer; |
|
Properties
|
property ReferralStatus : TbsCWE_27 read GetReferralStatus write SetReferralStatus; |
Referral Status, Min : 0, Max : 1
|
|
property ReferralPriority : TbsCWE_27 read GetReferralPriority write SetReferralPriority; |
Referral Priority, Min : 0, Max : 1
|
|
property ReferralType : TbsCWE_27 read GetReferralType write SetReferralType; |
Referral Type, Min : 0, Max : 1
|
|
property ReferralDisposition[RepCount:Integer]: TbsCWE_27 read GetReferralDisposition write SetReferralDisposition; |
Referral Disposition, Min : 0, Max : *
|
|
property ReferralCategory : TbsCWE_27 read GetReferralCategory write SetReferralCategory; |
Referral Category, Min : 0, Max : 1
|
|
property OriginatingReferralIdentifier : TbsEI_27 read GetOriginatingReferralIdentifier write SetOriginatingReferralIdentifier; |
Originating Referral Identifier, Min : 1, Max : 1
|
|
property EffectiveDate : TbsDTM_27 read GetEffectiveDate write SetEffectiveDate; |
Effective Date, Min : 0, Max : 1
|
|
property ExpirationDate : TbsDTM_27 read GetExpirationDate write SetExpirationDate; |
Expiration Date, Min : 0, Max : 1
|
|
property ProcessDate : TbsDTM_27 read GetProcessDate write SetProcessDate; |
Process Date, Min : 0, Max : 1
|
|
property ReferralReason[RepCount:Integer]: TbsCWE_27 read GetReferralReason write SetReferralReason; |
Referral Reason, Min : 0, Max : *
|
|
property ExternalReferralIdentifier[RepCount:Integer]: TbsEI_27 read GetExternalReferralIdentifier write SetExternalReferralIdentifier; |
External Referral Identifier, Min : 0, Max : *
|
|
property ReferralDocumentationCompletionStatus : TbsCWE_27 read GetReferralDocumentationCompletionStatus write SetReferralDocumentationCompletionStatus; |
Referral Documentation Completion Status, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|