Class TExtendedContactDetail

Unit

Declaration

type TExtendedContactDetail = class(TDataType)

Description

Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named 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 purpose : TCodeableConcept read Getpurpose write Setpurpose;
Public property name_ : THumanNameArray read Getname_Array;
Public property telecom : TContactPointArray read GettelecomArray;
Public property address : TAddress read Getaddress write Setaddress;
Public property organization : TReference read Getorganization write Setorganization;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property purpose : TCodeableConcept read Getpurpose write Setpurpose;

The purpose/type of contact.

Public property name_ : THumanNameArray read Getname_Array;

The name of an individual to contact, some types of contact detail are usually blank.

Public property telecom : TContactPointArray read GettelecomArray;

The contact details application for the purpose defined.

Public property address : TAddress read Getaddress write Setaddress;

Address for the contact.

Public property organization : TReference read Getorganization write Setorganization;

This contact detail is handled/monitored by a specific organization. If the name is provided in the contact, then it is referring to the named individual within this organization.

Public property period : TPeriod read Getperiod write Setperiod;

Period that this contact was valid for usage.


Generated by PasDoc 0.15.0.