Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsFT1_24
Unit
BSHL7DT24
Declaration
type TbsFT1_24 = 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; |
|
Properties
|
property SetIDFT1 : TbsSI_24 read GetSetIDFT1 write SetSetIDFT1; |
Set ID - FT1, Min : 0, Max : 1
|
|
property TransactionID : TbsST_24 read GetTransactionID write SetTransactionID; |
Transaction ID, Min : 0, Max : 1
|
|
property TransactionBatchID : TbsST_24 read GetTransactionBatchID write SetTransactionBatchID; |
Transaction Batch ID, Min : 0, Max : 1
|
|
property TransactionDate : TbsTS_24 read GetTransactionDate write SetTransactionDate; |
Transaction Date, Min : 1, Max : 1
|
|
property TransactionPostingDate : TbsTS_24 read GetTransactionPostingDate write SetTransactionPostingDate; |
Transaction Posting Date, Min : 0, Max : 1
|
|
property TransactionType : TbsIS_24 read GetTransactionType write SetTransactionType; |
Transaction Type, Min : 1, Max : 1
|
|
property TransactionCode : TbsCE_24 read GetTransactionCode write SetTransactionCode; |
Transaction Code, Min : 1, Max : 1
|
|
property TransactionDescription : TbsST_24 read GetTransactionDescription write SetTransactionDescription; |
Transaction Description, Min : 0, Max : 1
|
|
property TransactionDescriptionAlt : TbsST_24 read GetTransactionDescriptionAlt write SetTransactionDescriptionAlt; |
Transaction Description - Alt, Min : 0, Max : 1
|
|
property TransactionQuantity : TbsNM_24 read GetTransactionQuantity write SetTransactionQuantity; |
Transaction Quantity, Min : 0, Max : 1
|
|
property TransactionAmountExtended : TbsCP_24 read GetTransactionAmountExtended write SetTransactionAmountExtended; |
Transaction Amount - Extended, Min : 0, Max : 1
|
|
property TransactionAmountUnit : TbsCP_24 read GetTransactionAmountUnit write SetTransactionAmountUnit; |
Transaction Amount - Unit, Min : 0, Max : 1
|
|
property DepartmentCode : TbsCE_24 read GetDepartmentCode write SetDepartmentCode; |
Department Code, Min : 0, Max : 1
|
|
property InsurancePlanID : TbsCE_24 read GetInsurancePlanID write SetInsurancePlanID; |
Insurance Plan ID, Min : 0, Max : 1
|
|
property InsuranceAmount : TbsCP_24 read GetInsuranceAmount write SetInsuranceAmount; |
Insurance Amount, Min : 0, Max : 1
|
|
property AssignedPatientLocation : TbsPL_24 read GetAssignedPatientLocation write SetAssignedPatientLocation; |
Assigned Patient Location, Min : 0, Max : 1
|
|
property FeeSchedule : TbsIS_24 read GetFeeSchedule write SetFeeSchedule; |
Fee Schedule, Min : 0, Max : 1
|
|
property PatientType : TbsIS_24 read GetPatientType write SetPatientType; |
Patient Type, Min : 0, Max : 1
|
|
property DiagnosisCodeFT1[RepCount:Integer]: TbsCE_24 read GetDiagnosisCodeFT1 write SetDiagnosisCodeFT1; |
Diagnosis Code - FT1, Min : 0, Max : *
|
|
property PerformedByCode[RepCount:Integer]: TbsXCN_24 read GetPerformedByCode write SetPerformedByCode; |
Performed By Code, Min : 0, Max : *
|
|
property OrderedByCode[RepCount:Integer]: TbsXCN_24 read GetOrderedByCode write SetOrderedByCode; |
Ordered By Code, Min : 0, Max : *
|
|
property UnitCost : TbsCP_24 read GetUnitCost write SetUnitCost; |
Unit Cost, Min : 0, Max : 1
|
|
property FillerOrderNumber : TbsEI_24 read GetFillerOrderNumber write SetFillerOrderNumber; |
Filler Order Number, Min : 0, Max : 1
|
|
property EnteredByCode[RepCount:Integer]: TbsXCN_24 read GetEnteredByCode write SetEnteredByCode; |
Entered By Code, Min : 0, Max : *
|
|
property ProcedureCode : TbsCE_24 read GetProcedureCode write SetProcedureCode; |
Procedure Code, Min : 0, Max : 1
|
|
property ProcedureCodeModifier[RepCount:Integer]: TbsCE_24 read GetProcedureCodeModifier write SetProcedureCodeModifier; |
Procedure Code Modifier, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|