Table of Contents

Struct RxNormIdentifierValue

Namespace
Veritas.Healthcare
Assembly
Veritas.dll

Represents a validated RxNorm identifier.

public readonly struct RxNormIdentifierValue
Inherited Members

Constructors

RxNormIdentifierValue(string)

Initializes a new instance of the RxNormIdentifierValue struct.

public RxNormIdentifierValue(string value)

Parameters

value string

Normalized identifier.

Properties

Value

Gets the normalized RxNorm identifier.

public string Value { get; }

Property Value

string