The code of the address.
object.Code
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISAddress interface |
string
Display the code of the patient's address.
Dim aPatient
Dim aAddressCode
Set aPatient = Profile.SelectPatient
aAddressCode = aPatient.StreetAddress.Code
Profile.MsgBox (aAddressCode) In Profile Client v8 on User Interface Code can be found in or in .