Table of Contents

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

value string

Properties

Value

The normalized NPI string.

public string Value { get; }

Property Value

string