Click or drag to resize

AddressComponentKeys Class

Represents address component types
Inheritance Hierarchy
SystemObject
  SanteDB.Core.Model.ConstantsAddressComponentKeys

Namespace:  SanteDB.Core.Model.Constants
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public static class AddressComponentKeys

The AddressComponentKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAdditionalLocator
An additional locator (example: Beside the red barn).
Public fieldStatic memberAddressLine
An address line as would appear on an address (example: 123 Main Street West)
Public fieldStatic memberBuildingNumber
Identifies a particular building on a street (example: A23 Building)
Public fieldStatic memberBuildingNumberNumeric
Identifies a numeric identifier for a building (example: 123)
Public fieldStatic memberBuildingNumberSuffix
Identifies a suffix to the building number (example: 123 *SECTOR 7*)
Public fieldStatic memberCareOf
Identifies the person where deliveries should be care-of (example: c/o Bob Smith)
Public fieldStatic memberCensusTract
The census tract which is used for political counting of the census
Public fieldStatic memberCity
The town or city (example: Toronto)
Public fieldStatic memberCountry
The country in which the address resides (example: Canada)
Public fieldStatic memberCounty
The county or sub-division of a sub-national unit (example: Clark County)
Public fieldStatic memberDelimiter
Represents a meaningless delimiter such as dash, or newline
Public fieldStatic memberDeliveryAddressLine
Represents an address line to be used for delivery rather than physical location (example: Loading Dock #4)
Public fieldStatic memberDeliveryInstallationArea
Represents the area where the delivery should take place
Public fieldStatic memberDeliveryInstallationQualifier
The delivery installation qualifier.
Public fieldStatic memberDeliveryInstallationType
The delivery installation type.
Public fieldStatic memberDeliveryMode
The delivery mode.
Public fieldStatic memberDeliveryModeIdentifier
The delivery mode identifier.
Public fieldStatic memberDirection
Represents a directory such as north, south, east, or west
Public fieldStatic memberPostalCode
A codified adminsitrative unit used to locate the address (zip code or postal code)
Public fieldStatic memberPostBox
Represents a PO box where delivery of mail should take place
Public fieldStatic memberPrecinct
Represents a precinct or sub-division of a city such as a burrogh
Public fieldStatic memberState
Represents a state or province, or a sub-division of a national boundary
Public fieldStatic memberStreetAddressLine
Represents a physical street delivery line (example: 123 Main Street West)
Public fieldStatic memberStreetName
Represents the name portion of a street address (example: Main St.)
Public fieldStatic memberStreetNameBase
The street name base portion of a street address (Example: Main)
Public fieldStatic memberStreetType
The street type (example: Street, Road, Hwy)
Public fieldStatic memberUnitDesignator
Identifies the type of unit (example: Suite, Apartment, Unit)
Public fieldStatic memberUnitIdentifier
The identifier of the unit (example: 820)
Top
See Also