Table of Contents

Struct NdcValue

Namespace
Veritas.Healthcare
Assembly
Veritas.dll

Represents a validated National Drug Code (NDC).

public readonly struct NdcValue
Inherited Members

Constructors

NdcValue(string)

Initializes a new instance of the NdcValue struct.

public NdcValue(string value)

Parameters

value string

Normalized digits.

Properties

Value

Gets the normalized NDC digits.

public string Value { get; }

Property Value

string