ISAddress.City

Description

The city of the address.

Syntax

object.City

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

Return Value

string

Example

Display the city of the patient's address.

Dim aPatient  
Dim aAddressCity   

Set aPatient = Profile.SelectPatient 
aAddressCity = aPatient.StreetAddress.City
Profile.MsgBox (aAddressCity)  
Note:

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

Version information

Added in v7.8.0