Struct NdcPackageCodeValue
- Namespace
- Veritas.Healthcare
- Assembly
- Veritas.dll
Represents a validated NDC package code.
public readonly struct NdcPackageCodeValue
- Inherited Members
Constructors
NdcPackageCodeValue(string)
Initializes a new instance of the NdcPackageCodeValue struct.
public NdcPackageCodeValue(string value)
Parameters
valuestringNormalized digits.
Properties
Value
Gets the normalized NDC package code digits.
public string Value { get; }