ISPatient.IsStreetPostal

Description

This property is True if the patient's street address is also used as the postal address.

Syntax

object.IsStreetPostal

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

bool

Example

Display IsStreetPostal for the patient.

Dim aPatient  
Dim aIsStreetPostal

Set aPatient = Profile.SelectPatient 
aIsStreetPostal = aPatient.IsStreetPostal
Profile.MsgBox (aIsStreetPostal)    
Note:

In Profile Client v8 on User Interface the Use Street checkbox can be checked in Patient > Alter Patient > General.

Version information

Added in v7.8.0