Class TInsurancePlanGeneralCost

Unit

Declaration

type TInsurancePlanGeneralCost = class(TBackboneElement)

Description

Details of a Health Insurance product/plan provided by an organization.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;
Public property groupSize : Int64 read GetgroupSize write SetgroupSize;
Public property groupSizeElement : TpositiveInt read GetgroupSizeElement write SetgroupSizeElement;
Public property cost : TMoney read Getcost write Setcost;
Public property comment : string read Getcomment write Setcomment;
Public property commentElement : Tstring read GetcommentElement write SetcommentElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : TCodeableConcept read Gettype_ write Settype_;

Type of cost.

Public property groupSize : Int64 read GetgroupSize write SetgroupSize;

Number of participants enrolled in the plan.

Public property groupSizeElement : TpositiveInt read GetgroupSizeElement write SetgroupSizeElement;
 
Public property cost : TMoney read Getcost write Setcost;

Value of the cost.

Public property comment : string read Getcomment write Setcomment;

Additional information about the general costs associated with this plan.

Public property commentElement : Tstring read GetcommentElement write SetcommentElement;
 

Generated by PasDoc 0.15.0.