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