ISAddress.Suburb

Description

The suburb of the address.

Syntax

object.Suburb

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

Return Value

string

Example

Display the suburb of the patient's address.

Dim aPatient  
Dim aAddressSuburb   

Set aPatient = Profile.SelectPatient 
aAddressSuburb = aPatient.StreetAddress.Suburb
Profile.MsgBox (aAddressSuburb)  
Note:

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

Version information

Added in v7.8.0