Class TInsurancePlanContact

Unit

Declaration

type TInsurancePlanContact = class(TBackboneElement)

Description

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

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property purpose : TCodeableConcept read Getpurpose write Setpurpose;
Public property name_ : THumanName read Getname_ write Setname_;
Public property telecom : TContactPointArray read GettelecomArray;
Public property address : TAddress read Getaddress write Setaddress;

Description

Methods

Public constructor Create; override;
 

Properties

Public property purpose : TCodeableConcept read Getpurpose write Setpurpose;

Indicates a purpose for which the contact can be reached.

Public property name_ : THumanName read Getname_ write Setname_;

A name associated with the contact.

Public property telecom : TContactPointArray read GettelecomArray;

A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.

Public property address : TAddress read Getaddress write Setaddress;

Visiting or postal addresses for the contact.


Generated by PasDoc 0.15.0.