Class TContactDetail

Unit

Declaration

type TContactDetail = class(TElement)

Description

Specifies contact information for a person or organization. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property telecom : TContactPointArray read GettelecomArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

The name of an individual to contact.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property telecom : TContactPointArray read GettelecomArray;

The contact details for the individual (if a name was provided) or the organization.


Generated by PasDoc 0.15.0.