ISPatient.StreetAddressUnknown

Description

This property is True if the patient's street address is unknown.

Syntax

object.StreetAddressUnknown

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

Return Value

bool

Example

Display StreetAddressUnknown for the patient.

Dim aPatient  
Dim aStreetAddressUnknown

Set aPatient = Profile.SelectPatient
aStreetAddressUnknown = aPatient.StreetAddressUnknown
Profile.MsgBox (aStreetAddressUnknown)  
Note:

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

Version information

Added in v7.10.80