Table of Contents

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

value string

Normalized UDI.

Properties

Value

Gets the normalized UDI string.

public string Value { get; }

Property Value

string