ISAddress.Street

Description

The street of the address.

Syntax

object.Street

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

Return Value

string

Example

Display the street of the patient's address.

Dim aPatient  
Dim aAddressStreet   

Set aPatient = Profile.SelectPatient 
aAddressStreet = aPatient.StreetAddress.Street
Profile.MsgBox (aAddressStreet)  
Note:

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

Version information

Added in v7.8.0