Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsFT1_22
Unit
BSHL7DT22
Declaration
type TbsFT1_22 = class(TbsHL7Segment)
Description
Financial Transaction The FT1 segment contains detail data necessary to post charges, payments, adjustments, etc. to patient accounting records.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function DiagnosisCodeRepCount : Integer; |
|
Properties
|
property SetIdFinancialTransaction : TbsSI_22 read GetSetIdFinancialTransaction write SetSetIdFinancialTransaction; |
Set Id - Financial Transaction, Min : 0, Max : 1
|
|
property TransactionId : TbsST_22 read GetTransactionId write SetTransactionId; |
Transaction Id, Min : 0, Max : 1
|
|
property TransactionBatchId : TbsST_22 read GetTransactionBatchId write SetTransactionBatchId; |
Transaction Batch Id, Min : 0, Max : 1
|
|
property TransactionDate : TbsDT_22 read GetTransactionDate write SetTransactionDate; |
Transaction Date, Min : 1, Max : 1
|
|
property TransactionPostingDate : TbsDT_22 read GetTransactionPostingDate write SetTransactionPostingDate; |
Transaction Posting Date, Min : 0, Max : 1
|
|
property TransactionType : TbsID_22 read GetTransactionType write SetTransactionType; |
Transaction Type, Min : 1, Max : 1
|
|
property TransactionCode : TbsCE_22 read GetTransactionCode write SetTransactionCode; |
Transaction Code, Min : 1, Max : 1
|
|
property TransactionDescription : TbsST_22 read GetTransactionDescription write SetTransactionDescription; |
Transaction Description, Min : 0, Max : 1
|
|
property TransactionDescriptionAlternate : TbsST_22 read GetTransactionDescriptionAlternate write SetTransactionDescriptionAlternate; |
Transaction Description - Alternate, Min : 0, Max : 1
|
|
property TransactionQuantity : TbsNM_22 read GetTransactionQuantity write SetTransactionQuantity; |
Transaction Quantity, Min : 0, Max : 1
|
|
property TransactionAmountExtended : TbsNM_22 read GetTransactionAmountExtended write SetTransactionAmountExtended; |
Transaction Amount - Extended, Min : 0, Max : 1
|
|
property TransactionAmountUnit : TbsNM_22 read GetTransactionAmountUnit write SetTransactionAmountUnit; |
Transaction Amount - Unit, Min : 0, Max : 1
|
|
property DepartmentCode : TbsCE_22 read GetDepartmentCode write SetDepartmentCode; |
Department Code, Min : 0, Max : 1
|
|
property InsurancePlanId : TbsID_22 read GetInsurancePlanId write SetInsurancePlanId; |
Insurance Plan Id, Min : 0, Max : 1
|
|
property InsuranceAmount : TbsNM_22 read GetInsuranceAmount write SetInsuranceAmount; |
Insurance Amount, Min : 0, Max : 1
|
|
property AssignedPatientLocation : TbsCM_INTERNAL_LOCATION_22 read GetAssignedPatientLocation write SetAssignedPatientLocation; |
Assigned Patient Location, Min : 0, Max : 1
|
|
property FeeSchedule : TbsID_22 read GetFeeSchedule write SetFeeSchedule; |
Fee Schedule, Min : 0, Max : 1
|
|
property PatientType : TbsID_22 read GetPatientType write SetPatientType; |
Patient Type, Min : 0, Max : 1
|
|
property DiagnosisCode[RepCount:Integer]: TbsCE_22 read GetDiagnosisCode write SetDiagnosisCode; |
Diagnosis Code, Min : 0, Max : *
|
|
property PerformedByCode : TbsCN_PERSON_22 read GetPerformedByCode write SetPerformedByCode; |
Performed By Code, Min : 0, Max : 1
|
|
property OrderedByCode : TbsCN_PERSON_22 read GetOrderedByCode write SetOrderedByCode; |
Ordered By Code, Min : 0, Max : 1
|
|
property UnitCost : TbsNM_22 read GetUnitCost write SetUnitCost; |
Unit Cost, Min : 0, Max : 1
|
|
property FillerOrderNumber : TbsCM_FILLER_22 read GetFillerOrderNumber write SetFillerOrderNumber; |
Filler Order Number, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|