public interface SNOMEDNavigationSubset extends SNOMEDSubset
SNOMEDNavigationSubset
.SNOMEDSubset
Modifier and Type | Method and Description |
---|---|
boolean |
containsChild(SNOMEDConcept concept)
Indicates if the specified SNOMED-CT child concepts exists in this
SNOMEDNavigationSubset . |
boolean |
containsParent(SNOMEDConcept concept)
Indicates if the specified SNOMED-CT parent concept exists in this
SNOMEDNavigationSubset . |
SNOMEDConcept[] |
getAllChildren()
Gets an array of all SNOMED-CT concepts that are listed as children
in this
SNOMEDNavigationSubset . |
SNOMEDNavigationLink[] |
getNavigationLinks()
Gets an array of all SNOMED-CT navigation links that are available in
this
SNOMEDNavigationSubset . |
getID, getName, getOriginalID, getSubsetVersion, getType
getRetiredDate, getVersionID, isActive, isInternal, isQuarantined, isRetired
getAttributeNames, getAttributes, getAttributes
getCreationDate, getETSID, getImportDate, getLastUpdateDate
boolean containsChild(SNOMEDConcept concept) throws ETSDataException, ETSUnsupportedOperationException
SNOMEDNavigationSubset
.
This method returns true
if this SNOMEDNavigationSubset
contains the SNOMED-CT child concepts, or false
if it does not contain.concept
- SNOMED-CT child concept.true
if this SNOMEDNavigationSubset
contains
SNOMED-CT child concepts, or false
if it does not contain.ETSDataException
- If a data transport error occurs.ETSUnsupportedOperationException
- If this method is not implemented.boolean containsParent(SNOMEDConcept concept) throws ETSDataException, ETSUnsupportedOperationException
SNOMEDNavigationSubset
.
This method returns true
if this SNOMEDNavigationSubset
contains SNOMED-CT parent concepts, or false
if it does not contain.concept
- SNOMED-CT parent concept.true
if this SNOMEDNavigationSubset
contains
SNOMED-CT parent concepts, or false
if it does not contain.ETSDataException
- If a data transport error occurs.ETSUnsupportedOperationException
- If this method is not yet implemented.SNOMEDConcept[] getAllChildren() throws ETSDataException, ETSUnsupportedOperationException
SNOMEDNavigationSubset
.SNOMEDNavigationSubset
.ETSDataException
- If a data transport error occurs.ETSUnsupportedOperationException
- If this method is not implemented.SNOMEDNavigationLink[] getNavigationLinks() throws ETSDataException, ETSUnsupportedOperationException
SNOMEDNavigationSubset
.ETSDataException
- If a data transport error occurs.ETSUnsupportedOperationException
- If this method is not implemented.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved