ISAddress.AsMultiLine

Description

The full address returned as multi line.

Syntax

object.AsMultiLine

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 aAddressAsMultiLine   

Set aPatient = Profile.SelectPatient 
aAddressAsMultiLine = aPatient.StreetAddress.AsMultiLine
Profile.MsgBox (aAddressAsMultiLine)   
Note:

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

Version information

Added in v7.8.0