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
valuestringNormalized digits.
Properties
Value
Gets the normalized NDC digits.
public string Value { get; }