Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsIVC_26
Unit
BSHL7DT26
Declaration
type TbsIVC_26 = class(TbsHL7Segment)
Description
Invoice The Invoice segment is used for HealthCare Services Invoices and contains header style information for an invoice including invoice numbers, Provider Organization and Payer Organization identification.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function VATRatesappliedRepCount : Integer; |
|
Properties
|
property ProviderInvoiceNumber : TbsEI_26 read GetProviderInvoiceNumber write SetProviderInvoiceNumber; |
Provider Invoice Number, Min : 1, Max : 1
|
|
property PayerInvoiceNumber : TbsEI_26 read GetPayerInvoiceNumber write SetPayerInvoiceNumber; |
Payer Invoice Number, Min : 0, Max : 1
|
|
property ContractAgreementNumber : TbsEI_26 read GetContractAgreementNumber write SetContractAgreementNumber; |
Contract/Agreement Number, Min : 0, Max : 1
|
|
property InvoiceControl : TbsIS_26 read GetInvoiceControl write SetInvoiceControl; |
Invoice Control, Min : 1, Max : 1
|
|
property InvoiceReason : TbsIS_26 read GetInvoiceReason write SetInvoiceReason; |
Invoice Reason, Min : 1, Max : 1
|
|
property InvoiceType : TbsIS_26 read GetInvoiceType write SetInvoiceType; |
Invoice Type, Min : 1, Max : 1
|
|
property InvoiceDateTime : TbsDTM_26 read GetInvoiceDateTime write SetInvoiceDateTime; |
Invoice Date/Time, Min : 1, Max : 1
|
|
property InvoiceAmount : TbsCP_26 read GetInvoiceAmount write SetInvoiceAmount; |
Invoice Amount, Min : 1, Max : 1
|
|
property PaymentTerms : TbsST_26 read GetPaymentTerms write SetPaymentTerms; |
Payment Terms, Min : 0, Max : 1
|
|
property ProviderOrganization : TbsXON_26 read GetProviderOrganization write SetProviderOrganization; |
Provider Organization, Min : 1, Max : 1
|
|
property PayerOrganization : TbsXON_26 read GetPayerOrganization write SetPayerOrganization; |
Payer Organization, Min : 1, Max : 1
|
|
property Attention : TbsXCN_26 read GetAttention write SetAttention; |
Attention, Min : 0, Max : 1
|
|
property LastInvoiceIndicator : TbsID_26 read GetLastInvoiceIndicator write SetLastInvoiceIndicator; |
Last Invoice Indicator, Min : 0, Max : 1
|
|
property InvoiceBookingPeriod : TbsDTM_26 read GetInvoiceBookingPeriod write SetInvoiceBookingPeriod; |
Invoice Booking Period, Min : 0, Max : 1
|
|
property Origin : TbsST_26 read GetOrigin write SetOrigin; |
Origin, Min : 0, Max : 1
|
|
property InvoiceFixedAmount : TbsCP_26 read GetInvoiceFixedAmount write SetInvoiceFixedAmount; |
Invoice Fixed Amount, Min : 0, Max : 1
|
|
property SpecialCosts : TbsCP_26 read GetSpecialCosts write SetSpecialCosts; |
Special Costs, Min : 0, Max : 1
|
|
property AmountforDoctorsTreatment : TbsCP_26 read GetAmountforDoctorsTreatment write SetAmountforDoctorsTreatment; |
Amount for Doctors Treatment, Min : 0, Max : 1
|
|
property ResponsiblePhysician : TbsXCN_26 read GetResponsiblePhysician write SetResponsiblePhysician; |
Responsible Physician, Min : 0, Max : 1
|
|
property CostCenter : TbsCX_26 read GetCostCenter write SetCostCenter; |
Cost Center, Min : 0, Max : 1
|
|
property InvoicePrepaidAmount : TbsCP_26 read GetInvoicePrepaidAmount write SetInvoicePrepaidAmount; |
Invoice Prepaid Amount, Min : 0, Max : 1
|
|
property TotalInvoiceAmountwithoutPrepaidAmount : TbsCP_26 read GetTotalInvoiceAmountwithoutPrepaidAmount write SetTotalInvoiceAmountwithoutPrepaidAmount; |
Total Invoice Amount without Prepaid Amount, Min : 0, Max : 1
|
|
property TotalAmountofVAT : TbsCP_26 read GetTotalAmountofVAT write SetTotalAmountofVAT; |
Total-Amount of VAT, Min : 0, Max : 1
|
|
property VATRatesapplied[RepCount:Integer]: TbsNM_26 read GetVATRatesapplied write SetVATRatesapplied; |
VAT-Rates applied, Min : 0, Max : *
|
|
property BenefitGroup : TbsIS_26 read GetBenefitGroup write SetBenefitGroup; |
Benefit Group, Min : 1, Max : 1
|
|
property ProviderTaxID : TbsST_26 read GetProviderTaxID write SetProviderTaxID; |
Provider Tax ID, Min : 0, Max : 1
|
|
property PayerTaxID : TbsST_26 read GetPayerTaxID write SetPayerTaxID; |
Payer Tax ID, Min : 0, Max : 1
|
|
property ProviderTaxstatus : TbsIS_26 read GetProviderTaxstatus write SetProviderTaxstatus; |
Provider Tax status, Min : 0, Max : 1
|
|
property PayerTaxstatus : TbsIS_26 read GetPayerTaxstatus write SetPayerTaxstatus; |
Payer Tax status, Min : 0, Max : 1
|
|
property SalesTaxID : TbsST_26 read GetSalesTaxID write SetSalesTaxID; |
Sales Tax ID, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|