Class TOrganizationContact
Unit
bsFhir_r4
Declaration
type TOrganizationContact = class(TBackboneElement)
Description
A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.
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.
|