public enum EnumerationType
This class enumerates the possible enumeration types. Can be refined to retrieve only Individual Providers or Organizational Providers.
| Enum Constant and Description |
|---|
NPI_1
Refers to Individual Providers (Type 1) NPIs
|
NPI_2
Refers to Organizational Providers (Type 2) NPIs
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
the actual value of enumeration type.
|
public static EnumerationType NPI_1
Refers to Individual Providers (Type 1) NPIs
public static EnumerationType NPI_2
Refers to Organizational Providers (Type 2) NPIs