Class TAccountCoverage

Unit

Declaration

type TAccountCoverage = class(TBackboneElement)

Description

A financial tool for tracking value accrued for a particular purpose. In the healthcare field, used to track charges for a patient, cost centers, etc.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property coverage : TReference read Getcoverage write Setcoverage;
Public property priority : Int64 read Getpriority write Setpriority;
Public property priorityElement : TpositiveInt read GetpriorityElement write SetpriorityElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property coverage : TReference read Getcoverage write Setcoverage;

The party(s) that contribute to payment (or part of) of the charges applied to this account (including self-pay).

A coverage may only be responsible for specific types of charges, and the sequence of the coverages in the account could be important when processing billing.

Public property priority : Int64 read Getpriority write Setpriority;

The priority of the coverage in the context of this account.

Public property priorityElement : TpositiveInt read GetpriorityElement write SetpriorityElement;
 

Generated by PasDoc 0.15.0.