ISPatient.WorkAddress

Description

The patient's work address.

Syntax

object.WorkAddress

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

Dim aPatient  
Dim aWorkAddress

Set aPatient = Profile.SelectPatient 
aWorkAddress = aPatient.WorkAddress.AsMultiLine
Profile.MsgBox (aWorkAddress)   
Note:

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

Version information

Added in v7.8.0