Class ITEM_TREE

Logical tree data structure. The tree may be empty.
Used for representing data which are logically a tree such as audiology
results, microbiology results, biochemistry results.

Declaration :

Artifact : ITEM_TREE

Relation items (<directional composition>)

The items comprising the ITEM_TREE. Can include 0 or more CLUSTERs and/or
0 or more individual ELEMENTs.

Declaration :

Operation has_element_path

True if path a_path' is a valid leaf path.

Declaration :

Operation element_at_path

Return the leaf element at the path a_path'.

Declaration :

Operation as_hierarchy

Generate a CEN EN13606-compatible hierarchy, which is the same as the
tree's physical representation.

Declaration :

All public operations : as_hierarchy , as_hierarchy , concept , element_at_path , has_element_path , is_archetype_root , item_at_path , items_at_path , parent , path_exists , path_of_item , path_unique