ISPatient.StreetAddress

Description

The patient's street address (physical location).

Syntax

object.StreetAddress

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

Return Value

ISAddress

Example

Display the patient's street address.

Dim aPatient  
Dim aStreetAddress

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

In Profile Client v8 on User Interface Street Address can be found in Patient > Alter Patient > General > Street Address fields.

Version information

Added in v7.8.0