Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsFT1_26
Unit
BSHL7DT26
Declaration
type TbsFT1_26 = class(TbsHL7Segment)
Description
Financial Transaction The FT1 segment contains the detail data necessary to post charges, payments, adjustments, etc., to patient accounting records.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function DiagnosisCodeFT1RepCount : Integer; |
|
|
function PerformedByCodeRepCount : Integer; |
|
|
function OrderedByCodeRepCount : Integer; |
|
|
function EnteredByCodeRepCount : Integer; |
|
|
function ProcedureCodeModifierRepCount : Integer; |
|
|
function TransactionReferenceKeyRepCount : Integer; |
|
Properties
|
property SetIDFT1 : TbsSI_26 read GetSetIDFT1 write SetSetIDFT1; |
Set ID - FT1, Min : 0, Max : 1
|
|
property TransactionID : TbsST_26 read GetTransactionID write SetTransactionID; |
Transaction ID, Min : 0, Max : 1
|
|
property TransactionBatchID : TbsST_26 read GetTransactionBatchID write SetTransactionBatchID; |
Transaction Batch ID, Min : 0, Max : 1
|
|
property TransactionDate : TbsDR_26 read GetTransactionDate write SetTransactionDate; |
Transaction Date, Min : 1, Max : 1
|
|
property TransactionPostingDate : TbsDTM_26 read GetTransactionPostingDate write SetTransactionPostingDate; |
Transaction Posting Date, Min : 0, Max : 1
|
|
property TransactionType : TbsIS_26 read GetTransactionType write SetTransactionType; |
Transaction Type, Min : 1, Max : 1
|
|
property TransactionCode : TbsCWE_26 read GetTransactionCode write SetTransactionCode; |
Transaction Code, Min : 1, Max : 1
|
|
property TransactionDescription : TbsST_26 read GetTransactionDescription write SetTransactionDescription; |
Transaction Description, Min : 0, Max : 1
|
|
property TransactionDescriptionAlt : TbsST_26 read GetTransactionDescriptionAlt write SetTransactionDescriptionAlt; |
Transaction Description - Alt, Min : 0, Max : 1
|
|
property TransactionQuantity : TbsNM_26 read GetTransactionQuantity write SetTransactionQuantity; |
Transaction Quantity, Min : 0, Max : 1
|
|
property TransactionAmountExtended : TbsCP_26 read GetTransactionAmountExtended write SetTransactionAmountExtended; |
Transaction Amount - Extended, Min : 0, Max : 1
|
|
property TransactionAmountUnit : TbsCP_26 read GetTransactionAmountUnit write SetTransactionAmountUnit; |
Transaction Amount - Unit, Min : 0, Max : 1
|
|
property DepartmentCode : TbsCWE_26 read GetDepartmentCode write SetDepartmentCode; |
Department Code, Min : 0, Max : 1
|
|
property InsurancePlanID : TbsCWE_26 read GetInsurancePlanID write SetInsurancePlanID; |
Insurance Plan ID, Min : 0, Max : 1
|
|
property InsuranceAmount : TbsCP_26 read GetInsuranceAmount write SetInsuranceAmount; |
Insurance Amount, Min : 0, Max : 1
|
|
property AssignedPatientLocation : TbsPL_26 read GetAssignedPatientLocation write SetAssignedPatientLocation; |
Assigned Patient Location, Min : 0, Max : 1
|
|
property FeeSchedule : TbsIS_26 read GetFeeSchedule write SetFeeSchedule; |
Fee Schedule, Min : 0, Max : 1
|
|
property PatientType : TbsIS_26 read GetPatientType write SetPatientType; |
Patient Type, Min : 0, Max : 1
|
|
property DiagnosisCodeFT1[RepCount:Integer]: TbsCWE_26 read GetDiagnosisCodeFT1 write SetDiagnosisCodeFT1; |
Diagnosis Code - FT1, Min : 0, Max : *
|
|
property PerformedByCode[RepCount:Integer]: TbsXCN_26 read GetPerformedByCode write SetPerformedByCode; |
Performed By Code, Min : 0, Max : *
|
|
property OrderedByCode[RepCount:Integer]: TbsXCN_26 read GetOrderedByCode write SetOrderedByCode; |
Ordered By Code, Min : 0, Max : *
|
|
property UnitCost : TbsCP_26 read GetUnitCost write SetUnitCost; |
Unit Cost, Min : 0, Max : 1
|
|
property FillerOrderNumber : TbsEI_26 read GetFillerOrderNumber write SetFillerOrderNumber; |
Filler Order Number, Min : 0, Max : 1
|
|
property EnteredByCode[RepCount:Integer]: TbsXCN_26 read GetEnteredByCode write SetEnteredByCode; |
Entered By Code, Min : 0, Max : *
|
|
property ProcedureCode : TbsCNE_26 read GetProcedureCode write SetProcedureCode; |
Procedure Code, Min : 0, Max : 1
|
|
property ProcedureCodeModifier[RepCount:Integer]: TbsCNE_26 read GetProcedureCodeModifier write SetProcedureCodeModifier; |
Procedure Code Modifier, Min : 0, Max : *
|
|
property AdvancedBeneficiaryNoticeCode : TbsCWE_26 read GetAdvancedBeneficiaryNoticeCode write SetAdvancedBeneficiaryNoticeCode; |
Advanced Beneficiary Notice Code, Min : 0, Max : 1
|
|
property MedicallyNecessaryDuplicateProcedureReason : TbsCWE_26 read GetMedicallyNecessaryDuplicateProcedureReason write SetMedicallyNecessaryDuplicateProcedureReason; |
Medically Necessary Duplicate Procedure Reason., Min : 0, Max : 1
|
|
property NDCCode : TbsCWE_26 read GetNDCCode write SetNDCCode; |
NDC Code, Min : 0, Max : 1
|
|
property PaymentReferenceID : TbsCX_26 read GetPaymentReferenceID write SetPaymentReferenceID; |
Payment Reference ID, Min : 0, Max : 1
|
|
property TransactionReferenceKey[RepCount:Integer]: TbsSI_26 read GetTransactionReferenceKey write SetTransactionReferenceKey; |
Transaction Reference Key, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|