ISAddress.Code

Description

The code of the address.

Syntax

object.Code

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

Return Value

string

Example

Display the code of the patient's address.

Dim aPatient  
Dim aAddressCode   

Set aPatient = Profile.SelectPatient 
aAddressCode = aPatient.StreetAddress.Code
Profile.MsgBox (aAddressCode)   
Note:

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

Version information

Added in v7.8.0