Table of Contents

Class Code

Namespace
adas_core.Domain.Models
Assembly
adas-core.Domain.dll

Represents a code entity, serving as a base type for code-related constructs.

public class Code
Inheritance
Code
Inherited Members
Extension Methods

Properties

CodingSystem

public string CodingSystem { get; set; }

Property Value

string

Identifier

public string Identifier { get; set; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string