ISPatient.PostalAddress

Description

The patient's postal address.

Syntax

object.PostalAddress

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 postal address.

Dim aPatient  
Dim aPostalAddress

Set aPatient = Profile.SelectPatient 
aPostalAddress = aPatient.PostalAddress.AsMultiLine
Profile.MsgBox (aPostalAddress)  
Note:

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

Version information

Added in v7.8.0