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