The number of the patient's NES Enrolments.
object.Count
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatientEnrolments interface |
int
Display the number of the patient's NES Enrolments.
Dim aPatient
Dim aEnrolments
Dim aMessage
Set aPatient = Profile.SelectPatient
set aEnrolments = aPatient.GetEnrolments
aMessage = "Enrolments Count = " & aEnrolments.Count
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface NES Enrolments can be found in
.