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