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