Class TOrganizationContact

Unit

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, etc.

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.