Package | Description |
---|---|
oracle.hsgbu.ets.snomed |
Contains classes pertaining to the SNOMED-CT coding scheme.
|
Modifier and Type | Method and Description |
---|---|
SNOMEDConcept[] |
SNOMEDNavigationSubset.getAllChildren()
Gets an array of all SNOMED-CT concepts that are listed as children
in this
SNOMEDNavigationSubset . |
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getAttributeConcept()
Gets the SNOMED-CT attribute concept.
|
SNOMEDConcept |
SNOMEDNavigationLink.getChild()
Gets the child SNOMED-CT concept from this
SNOMEDNavigationLink . |
SNOMEDConcept |
SNOMEDActiveSet.getConcept(String code)
Gets the SNOMED-CT concept that matches the specified concept code.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getConceptByCTV3ID(String CTV3Id)
Gets the SNOMED-CT concept available in SNOMED-CT coding scheme version.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getConceptByRTID(String RTId)
Gets the SNOMED-CT concept available in this
SNOMEDCodingSchemeVersion . |
SNOMEDConcept[] |
SNOMEDActiveSet.getConcepts(int priority)
Gets an array of all SNOMED-CT concepts with the specified priority values, from this
SNOMEDActiveSet . |
SNOMEDConcept[] |
SNOMEDActiveSet.getConceptsByThreshold(int threshold)
Gets an array of all SNOMED-CT concepts available in this
SNOMEDActiveSet and whose priority is greater
than the specified threshold value. |
SNOMEDConcept[] |
SNOMEDConcept.getDirectSubtypes()
Gets an array of direct sub type or child SNOMED-CT concepts that are
related to this
SNOMEDConcept through an IS_A relationship. |
SNOMEDConcept[] |
SNOMEDConcept.getDirectSupertypes()
Gets an array of direct super type or parent SNOMED-CT concepts that
are related to this
SNOMEDConcept through an IS_A relationship. |
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getIsAConcept()
Gets the SNOMED-CT IS_A relationship-type concept.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getNavigationConcept()
Gets the SNOMED-CT navigation concept.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getNonCurrentConcept()
Gets the SNOMED-CT non-current concept.
|
SNOMEDConcept |
SNOMEDNavigationLink.getParent()
Gets the parent SNOMED-CT concept from this
SNOMEDNavigationLink . |
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getQualifierConcept()
Gets the SNOMED-CT qualifier concept.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getRootConcept()
Gets the SNOMED-CT root concept.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getSpecialConcept()
Gets the SNOMED-CT top-level 'Special' concept.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SNOMEDNavigationSubset.containsChild(SNOMEDConcept concept)
Indicates if the specified SNOMED-CT child concepts exists in this
SNOMEDNavigationSubset . |
boolean |
SNOMEDNavigationSubset.containsParent(SNOMEDConcept concept)
Indicates if the specified SNOMED-CT parent concept exists in this
SNOMEDNavigationSubset . |
SNOMEDDescription |
SNOMEDActiveSet.getFullySpecifiedName(SNOMEDConcept concept)
Gets the SNOMED-CT description that is a fully specified name of the specified
SNOMED-CT concept.
|
SNOMEDDescription |
SNOMEDActiveSet.getPreferredDescription(SNOMEDConcept concept)
Gets the preferred SNOMED-CT description of the specified SNOMED-CT concept.
|
int |
SNOMEDActiveSet.getPriority(SNOMEDConcept concept)
Gets the priority of the specified SNOMED-CT concept.
|
SNOMEDRelationship[] |
SNOMEDConcept.getRelationshipsForSource(SNOMEDConcept relType,
int chType)
Gets an array of SNOMED-CT relationships that have this
SNOMEDConcept
as their source. |
SNOMEDRelationship[] |
SNOMEDConcept.getRelationshipsForSource(SNOMEDConcept relType,
int chType,
int relGrp)
Gets an array of SNOMED-CT relationships that have this
SNOMEDConcept
as their source. |
SNOMEDRelationship[] |
SNOMEDConcept.getRelationshipsForTarget(SNOMEDConcept relType,
int chType)
Gets an array of SNOMED-CT relationships that have this
SNOMEDConcept
as the target. |
SNOMEDRelationship[] |
SNOMEDConcept.getRelationshipsOrdered(int relation,
SNOMEDConcept relationType)
Gets an array of unique SNOMED-CT relationships containing this
SNOMEDConcept
that match the specified relation and relationship type concept. |
boolean |
SNOMEDConcept.hasAncestor(SNOMEDConcept ancestor)
Indicates whether the specified SNOMED-CT concept is an ancestor to this
SNOMEDConcept . |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved