Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NPI Generator

A simple .NET 6 console application that generates random National Provider Identifier (NPI) numbers.

What is an NPI?

A National Provider Identifier (NPI) is a unique 10-digit identification number issued to healthcare providers in the United States by the Centers for Medicare and Medicaid Services (CMS).

How It Works

  1. The app prompts you to enter how many NPI numbers you want to generate.
  2. It validates your input (must be a whole number).
  3. It prints the requested number of randomly generated NPI values, one per line.

Usage

dotnet run --project NPI-Generator

Example session:

How many NPI do you want?
5
1559595546
1559595546
1559595546
1559595546
1559595546

Requirements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages