Class TInsurancePlanGeneralCost
Unit
bsFhir_r4b
Declaration
type TInsurancePlanGeneralCost = class(TBackboneElement)
Description
Details of a Health Insurance product/plan provided by an organization.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property groupSize : Int64 read GetgroupSize write SetgroupSize; |
Number of participants enrolled in the plan.
|
|
property groupSizeElement : TpositiveInt read GetgroupSizeElement write SetgroupSizeElement; |
|
|
property cost : TMoney read Getcost write Setcost; |
Value of the cost.
|
|
property comment : string read Getcomment write Setcomment; |
Additional information about the general costs associated with this plan.
|
|
property commentElement : Tstring read GetcommentElement write SetcommentElement; |
|
Generated by PasDoc 0.15.0.
|