ValidateNPI

Validates the NPI value by evaluating the 10 digits in the value that use a modified LUHN checkdigit algorithm.

Member of namespace:

MC_Validation

Syntax:

bool ValidateNPI()

Parameters

None.

Returns

True, if the field contains a valid NPI value. Otherwise, False.

Level

Field level.

Details

This action validates the NPI value by evaluating the 10 digits in the value that use a modified LUHN checkdigit algorithm.
Example:
ValidateNPI()