ISPatient.AlternativeNameCount

Description

The number of the patient's alternative (other) names. It is auto calculated, on User Interface cannot be found.

Syntax

object.AlternativeNameCount

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

Return Value

int

Example

Display the number of the patient's alternative (other) names.

Dim aPatient  
Dim aAlternativeNameCount

Set aPatient = Profile.SelectPatient 
aAlternativeNameCount = aPatient.AlternativeNameCount
Profile.MsgBox (aAlternativeNameCount)  
Note:

Version information

Added in v7.8.0