Class TInsurancePlanContact
Unit
bsFhir_r4b
Declaration
type TInsurancePlanContact = 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 purpose : TCodeableConcept read Getpurpose write Setpurpose; |
Indicates a purpose for which the contact can be reached.
|
|
property name_ : THumanName read Getname_ write Setname_; |
A name associated with the contact.
|
|
property telecom : TContactPointArray read GettelecomArray; |
A contact detail (e.g. a telephone number or an email address) by which the party may be contacted.
|
|
property address : TAddress read Getaddress write Setaddress; |
Visiting or postal addresses for the contact.
|
Generated by PasDoc 0.15.0.
|