ISAddress.AsLine

Description

The full address returned as line.

Syntax

object.AsLine

Part Attribute Type Description
object Required
The object always implements the ISAddress interface
Restriction: This property is readonly.

Return Value

string

Example

Display the patient's full address.

Dim aPatient  
Dim aAddressAsLine   

Set aPatient = Profile.SelectPatient 
aAddressAsLine = aPatient.StreetAddress.AsLine
Profile.MsgBox (aAddressAsLine)  
Note:

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

Version information

Added in v7.8.0