ISAddress.Building

Description

The building of the address.

Syntax

object.Building

Part Attribute Type Description
object Required
The object always implements the ISAddress interface

Return Value

string

Example

Display the building of the patient's address.

Dim aPatient  
Dim aAddressBuilding   

Set aPatient = Profile.SelectPatient 
aAddressBuilding = aPatient.StreetAddress.Building
Profile.MsgBox (aAddressBuilding)  
Note:

In Profile Client v8 on User Interface Building can be found in Patient > Alter Patient > General > Street Address > Building field or in Organisation > People&Places > POS > Street Address > Building field.

Version information

Added in v7.8.0