Class TAddress
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property use : string read Getuse write Setuse; |
The purpose of this address.
|
|
property useElement : TAddressUse read GetuseElement write SetuseElement; |
|
|
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.
|
|
property type_Element : TAddressType read Gettype_Element write Settype_Element; |
|
|
property text : string read Gettext write Settext; |
Specifies the entire address as it should be displayed e.g. on a postal label. This may be provided instead of or as well as the specific parts.
|
|
property textElement : Tstring read GettextElement write SettextElement; |
|
|
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.
|
|
property city : string read Getcity write Setcity; |
The name of the city, town, suburb, village or other community or delivery center.
|
|
property cityElement : Tstring read GetcityElement write SetcityElement; |
|
|
property district : string read Getdistrict write Setdistrict; |
The name of the administrative area (county).
|
|
property districtElement : Tstring read GetdistrictElement write SetdistrictElement; |
|
|
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 (e.g. US 2 letter state codes).
|
|
property stateElement : Tstring read GetstateElement write SetstateElement; |
|
|
property postalCode : string read GetpostalCode write SetpostalCode; |
A postal code designating a region defined by the postal service.
|
|
property postalCodeElement : Tstring read GetpostalCodeElement write SetpostalCodeElement; |
|
|
property country : string read Getcountry write Setcountry; |
Country - a nation as commonly understood or generally accepted.
|
|
property countryElement : Tstring read GetcountryElement write SetcountryElement; |
|
|
property period : TPeriod read Getperiod write Setperiod; |
Time period when address was/is in use.
|
Generated by PasDoc 0.15.0.
|