Struct NpiValue
- Namespace
- Veritas.Healthcare
- Assembly
- Veritas.dll
Represents a validated National Provider Identifier.
public readonly struct NpiValue
- Inherited Members
Examples
Npi.TryValidate("1234567893", out var result);
Constructors
NpiValue(string)
public NpiValue(string value)
Parameters
valuestring
Properties
Value
The normalized NPI string.
public string Value { get; }