Class Summary |
BuildTreeForCode |
Attempts to provide a tree, based on a focus code, that includes the
following information:
- All paths from the hierarchy root to one or more focus codes |
BuildTreeForMetaCodeBySource |
NOTE: This example is intended to run only against code systems
representing the entire Metathesaurus. |
CheckForConceptInValueSet |
Example showing how to find if a coded concept belongs to a value set. |
CheckForValueSetSubSet |
Example showing how to find if one value set is a subset of another. |
CodingSchemeSelectionMenu |
Helper class used to display a list of available code systems and return the
user selection. |
FindCodesForDescription |
Example showing how to find codes matching descriptive text. |
FindDescriptionForCode |
Example showing how to find the entity description assigned to a specific
code. |
FindPropsAndAssocForCode |
Example showing how to find concept properties and associations based on a
code. |
FindRelatedCodes |
Example showing how to find all concepts codes related to another code with
distance 1. |
FindRelatedCodesWithPropertyLinks |
Example showing how to find all concepts codes related to another code with
distance 1, plus the Property Link relations. |
FindRelatedNodesForTermAndAssoc |
Example showing how to find all endpoints of a named association for which
the given term matches as source or target. |
FindUMLSContextsForCUI |
NOTE: This example is intended to run only against code systems
representing the entire Metathesaurus. |
ListHierarchy |
Example showing how to determine and display an unsorted list of root and
subsumed nodes, up to a specified depth, for hierarchical relationships. |
ListHierarchyByCode |
Example showing how to determine and display the hierarchical relationships
for a specific code, ancestors or descendants, within a fixed distance. |
ListHierarchyMetaBySource |
Example showing how to determine and display an unsorted list of root and
subsumed nodes, up to a specified depth, for hierarchical relationships. |
ListHierarchyPathToRoot |
Example showing how to determine and display paths from a given concept back
to defined root nodes through any hierarchies registered for the coding
scheme. |
MetaDataSearch |
Example how to query stored metadata for a code system. |
MetaMatch |
Example attempting to approximate some characteristics of the Metaphrase
search algorithm. |
ProfileScheme |
Requires loading valid scheme (must have root node named @ pointing to top
nodes) Profiles a coding scheme based on unique URN, version, relation and
scheme name. |
ResolveValueSet |
Example showing how to resolve a value set definition. |
ScoredIterator |
Used to wrap scored results for consumption as a standard
ResolvedConceptReferenceIterator. |
ScoreTerm |
Example showing a simple scoring algorithm that evaluates a provided term
against available terms in a code system. |
SoundsLike |
Example showing how to list concepts with presentation text that 'sounds
like' a specified value. |
ValueSetDefinitionSelectionMenu |
Helper class used to display a list of available value set definitions and return the
user selection. |