Table of Contents

Struct SctIdValue

Namespace
Veritas.Healthcare.Snomed
Assembly
Veritas.dll

Represents a validated SNOMED CT Concept ID.

public readonly struct SctIdValue
Inherited Members

Constructors

SctIdValue(string)

public SctIdValue(string value)

Parameters

value string

Properties

Value

public string Value { get; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.