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