This property is True if the patient's street address is also used as the postal address.
object.IsStreetPostal
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
bool
Display IsStreetPostal for the patient.
Dim aPatient
Dim aIsStreetPostal
Set aPatient = Profile.SelectPatient
aIsStreetPostal = aPatient.IsStreetPostal
Profile.MsgBox (aIsStreetPostal)
In Profile Client v8 on User Interface the Use Street checkbox can be checked in
.