Skip to main content
Version: v0.0.2

Interface: Subsumption

An immutable ancestor index over a CodeSystem's parent edges.

Methods

ancestorsOf()

ancestorsOf(code): ReadonlySet<string>

All (transitive) ancestor codes of code, cycle-safe. Excludes code itself.

Parameters

code

string

Returns

ReadonlySet<string>