ISAddress.CountryName

Description

The country of the address.

Syntax

object.CountryName

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

Return Value

string

Example

Display the country of the patient's address.

Dim aPatient  
Dim aAddressCountryName   

Set aPatient = Profile.SelectPatient 
aAddressCountryName = aPatient.StreetAddress.CountryName
Profile.MsgBox (aAddressCountryName)  
Note:

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

Version information

Added in v7.8.0