Table of Contents

Struct IcdCodeValue

Namespace
Veritas.Healthcare
Assembly
Veritas.dll

Represents a validated ICD diagnostic code.

public readonly struct IcdCodeValue
Inherited Members

Constructors

IcdCodeValue(string)

Initializes a new instance of the IcdCodeValue struct.

public IcdCodeValue(string value)

Parameters

value string

Normalized ICD code.

Properties

Value

Gets the normalized ICD code.

public string Value { get; }

Property Value

string