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