Returns 1 if the patient is registered.
object.Registered
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display 1 if the patient is registered. Otherwise, display 0.
Dim aPatient
Dim aRegistered
Set aPatient = Profile.SelectPatient
aRegistered = aPatient.Registered
Profile.MsgBox (aRegistered) In Profile Client v8 on User Interface "Yes" should be chosen in .