ISAddress.CountryCode

Description

The country code of the address.

Syntax

object.CountryCode

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

Return Value

string

Example

Display the code of the country associated with the address.

Dim aPatient  
Dim aAddressCountryCode   

Set aPatient = Profile.SelectPatient 
aAddressCountryCode = aPatient.StreetAddress.CountryCode
Profile.MsgBox (aAddressCountryCode)  
Note:

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

Version information

Added in v7.8.0