_CheckPatientInitials

Checks the format of the subject initials.

Syntax

_CheckPatientInitials(initials)

Parameters

Parameter Definition Data type

initials

Subject initials.

Text

Returns

True or False (Boolean), indicating whether the subject initials are in the correct format.

Notes

The entered string is validated to make sure that it consists of three letters or two letters with a dash in the middle to indicate that no middle name was provided.