The patient's work address.
object.WorkAddress
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the patient's work address.
Dim aPatient
Dim aWorkAddress
Set aPatient = Profile.SelectPatient
aWorkAddress = aPatient.WorkAddress.AsMultiLine
Profile.MsgBox (aWorkAddress)
In Profile Client v8 on User Interface Work Address can be found in
.