Class TAddress

Unit

Declaration

type TAddress = class(TElement)

Description

An address expressed using postal conventions (as opposed to GPS or other location definition formats). This data type may be used to convey addresses for use in delivering mail as well as for visiting locations which might not be valid for mail delivery. There are a variety of postal address formats defined around the world. 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 use : string read Getuse write Setuse;
Public property useElement : TAddressUse read GetuseElement write SetuseElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TAddressType read Gettype_Element write Settype_Element;
Public property text : string read Gettext write Settext;
Public property textElement : Tstring read GettextElement write SettextElement;
Public property line : TBSFHIRPrimitiveStringArray read GetlineArray;
Public property city : string read Getcity write Setcity;
Public property cityElement : Tstring read GetcityElement write SetcityElement;
Public property district : string read Getdistrict write Setdistrict;
Public property districtElement : Tstring read GetdistrictElement write SetdistrictElement;
Public property state : string read Getstate write Setstate;
Public property stateElement : Tstring read GetstateElement write SetstateElement;
Public property postalCode : string read GetpostalCode write SetpostalCode;
Public property postalCodeElement : Tstring read GetpostalCodeElement write SetpostalCodeElement;
Public property country : string read Getcountry write Setcountry;
Public property countryElement : Tstring read GetcountryElement write SetcountryElement;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property use : string read Getuse write Setuse;

The purpose of this address.

Public property useElement : TAddressUse read GetuseElement write SetuseElement;
 
Public property type_ : string read Gettype_ write Settype_;

Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.

Public property type_Element : TAddressType read Gettype_Element write Settype_Element;
 
Public property text : string read Gettext write Settext;

A full text representation of the address.

Public property textElement : Tstring read GettextElement write SettextElement;
 
Public property line : TBSFHIRPrimitiveStringArray read GetlineArray;

This component contains the house number, apartment number, street name, street direction, P.O. Box number, delivery hints, and similar address information.

Public property city : string read Getcity write Setcity;

The name of the city, town, village or other community or delivery center.

Public property cityElement : Tstring read GetcityElement write SetcityElement;
 
Public property district : string read Getdistrict write Setdistrict;

The name of the administrative area (county).

Public property districtElement : Tstring read GetdistrictElement write SetdistrictElement;
 
Public property state : string read Getstate write Setstate;

Sub-unit of a country with limited sovereignty in a federally organized country. A code may be used if codes are in common use (i.e. US 2 letter state codes).

Public property stateElement : Tstring read GetstateElement write SetstateElement;
 
Public property postalCode : string read GetpostalCode write SetpostalCode;

A postal code designating a region defined by the postal service.

Public property postalCodeElement : Tstring read GetpostalCodeElement write SetpostalCodeElement;
 
Public property country : string read Getcountry write Setcountry;

Country - a nation as commonly understood or generally accepted.

Public property countryElement : Tstring read GetcountryElement write SetcountryElement;
 
Public property period : TPeriod read Getperiod write Setperiod;

Time period when address was/is in use.


Generated by PasDoc 0.15.0.