Struct UdiValue
- Namespace
- Veritas.Healthcare
- Assembly
- Veritas.dll
Represents a validated Unique Device Identifier (UDI).
public readonly struct UdiValue
- Inherited Members
Constructors
UdiValue(string)
Initializes a new instance of the UdiValue struct.
public UdiValue(string value)
Parameters
valuestringNormalized UDI.
Properties
Value
Gets the normalized UDI string.
public string Value { get; }