ISPatient.IsCompletedNB

Description

Returns True if in the patient form the following fields are completed: First Name, Last Name, Sex, DOB, Street Address, Home Phone, National Num System and National Number. The type of the patient should be "Patient".

Syntax

object.IsCompletedNB

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

bool

Example

Display IsCompletedNB for the patient.

Dim aPatient  
Dim aIsCompletedNB

Set aPatient = Profile.SelectPatient
aIsCompletedNB = aPatient.IsCompletedNB
Profile.MsgBox (aIsCompletedNB)  
Note: This property returns "True" only for New Brunswick.

In Profile Client v8 on User Interface these fields can be found in Patient > Alter Patient.

Version information

Added in v7.9.0