Table of Contents

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

value string

Normalized digits.

Properties

Value

Gets the normalized NDC package code digits.

public string Value { get; }

Property Value

string