ISAddress.State

Description

The state of the address.

Syntax

object.State

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

Return Value

string

Example

Display the state of the patient's address.

Dim aPatient  
Dim aAddressState   

Set aPatient = Profile.SelectPatient 
aAddressState = aPatient.StreetAddress.State
Profile.MsgBox (aAddressState)  
Note:

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

Version information

Added in v7.8.0