public interface HierarchicalConcept extends Concept
Concept
DEFAULT_EQUIVALENCE_CONTEXT, EQUIVALENCE_TYPE_EXACT_CONCEPT, EQUIVALENCE_TYPE_MAPPING, EQUIVALENCE_TYPE_SEMANTIC, LOCAL_PREFERRED, MAXLENGTH_EXT_TYPE_CODE, NONE, TERMINOLOGY_PREFERRED, TERMINOLOGY_PREFERRED_AND_LOCAL_PREFERRED, TYPE_DESC, TYPE_PRINT
Modifier and Type | Method and Description |
---|---|
Concept[] |
getAllChildren()
Gets an array of all the children from this node down.
|
Concept[] |
getAncestors()
Gets an array of ancestor concepts.
|
Concept[] |
getChildren()
Gets an array of immediate children of the node.
|
Concept |
getParent()
Gets the parent
Concept of this node. |
Concept |
getRoot()
Gets the root
Concept for the given terminology. |
getAllDescriptions, getAllDescriptions, getClassifications, getCodingSchemeVersion, getConceptCode, getConceptListsContainingConcept, getConceptListsContainingConcept, getDescription, getDescription, getDescription, getEquivalentConcepts, getEquivalentConcepts, getEquivalentConcepts, getExtendedTypeCode, getLocallyPreferredDescription, getLocallyPreferredDescription, getLocallySpecifiedDescriptions, getLocallySpecifiedDescriptions, getMappedConcepts, getMappedConcepts, getRelatedConcepts, getRelatedConcepts, getRelatedConcepts, getRelationships, getRelationships, getTerminologyPreferredDescription, getTerminologyPreferredDescription, getTerminologySpecifiedDescriptions, getTerminologySpecifiedDescriptions, isEquivalent, isEquivalent, isRelationType
getFinalAssignment, getNextAssignment, getPreviousAssignments, isReassigned
getRetiredDate, getVersionID, isActive, isInternal, isQuarantined, isRetired
getAttributeNames, getAttributes, getAttributes
getCreationDate, getETSID, getImportDate, getLastUpdateDate
Concept getRoot() throws ETSDataException, ETSNotFoundException
Concept
for the given terminology.Concept
for the given terminology. If this method is
called on the root concept, null
is returned.ETSNotFoundException
- If the given concept is the root.ETSDataException
- If data transport error occurs.Concept getParent() throws ETSDataException, ETSNotFoundException
Concept
of this node.Concept
of this node. This method returns
null
if it is
called on the root concept.ETSNotFoundException
- If the given concept is the root.ETSDataException
- If a data transport error occurs.Concept[] getAncestors() throws ETSDataException
Concept
objects, or zero-length array
if the method is called from the root.ETSDataException
- If a data transport error occurs.Concept[] getChildren() throws ETSDataException
Concept
objects, or zero-length array
if the concept has no child.ETSDataException
- If a data transport error occurs.Concept[] getAllChildren() throws ETSDataException
Concept
objects, or zero-length array
if this node is a leaf.ETSDataException
- If a data transport error occurs.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved