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
valuestring
Properties
Value
public string Value { get; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.