Package | Description |
---|---|
oracle.hsgbu.ets.authoring |
Contains classes related to authoring
ETSComponent
in a generic editable CodingSchemeVersion . |
oracle.hsgbu.ets.base |
Contains base classes common to all components of ETS.
|
oracle.hsgbu.ets.fdb |
Contains classes pertaining to First DataBank (FDB).
|
oracle.hsgbu.ets.loinc |
Contains classes pertaining to the Logical Observation Identifier Names and Codes (LOINC).
|
oracle.hsgbu.ets.mapping |
Contains classes related to the cross mapping functionality of ETS.
|
oracle.hsgbu.ets.snomed |
Contains classes pertaining to the SNOMED-CT coding scheme.
|
Modifier and Type | Method and Description |
---|---|
CodingSchemeVersion |
ETSAuthoringService.createCodingSchemeVersion(String name,
String description,
CodingScheme codingScheme)
Creates a new
CodingSchemeVersion for the given editable coding scheme with the given version name and description.. |
Modifier and Type | Method and Description |
---|---|
Concept[] |
ETSAuthoringService.addConcepts(CodingSchemeVersion version,
CandidateConcept[] candidateConcepts,
boolean dryRunFlag)
Adds multiple concepts (and their descriptions and attributes) to an editable
CodingSchemeVersion . |
Relationship[] |
ETSAuthoringService.addRelationships(CodingSchemeVersion version,
CandidateRelationship[] candidateRels,
boolean dryRunFlag)
Adds multiple relationships to an editable
CodingSchemeVersion . |
Modifier and Type | Method and Description |
---|---|
CodingSchemeVersion |
ETSService.findCodingSchemeVersion(String etsID)
Finds a
CodingSchemeVersion object by its ETS identifier. |
CodingSchemeVersion[] |
CodingScheme.getAllVersions()
Gets all the
CodingSchemeVersion objects in this
CodingScheme object. |
CodingSchemeVersion[] |
CodingSchemeVersion.getAllVersions()
Gets all versions of the
CodingScheme object to which this
CodingSchemeVersion object belongs. |
CodingSchemeVersion[] |
ETSAdministrationService.getAllVersionsForScheme(CodingScheme codingScheme)
Gets the
CodingSchemeVersion objects currently contained in
the repository given a valid CodingScheme . |
CodingSchemeVersion |
CandidateLocaleMap.getCodingSchemeVersion()
Gets the
CodingSchemeVersion object for this CandidateLocaleMap
object. |
CodingSchemeVersion |
Concept.getCodingSchemeVersion()
Gets the
CodingSchemeVersion to which this Concept
object belongs. |
CodingSchemeVersion |
LocaleMap.getCodingSchemeVersion()
Gets the
CodingSchemeVersion object for this LocaleMap
object. |
CodingSchemeVersion |
CodingScheme.getDefaultVersion()
Gets the default
CodingSchemeVersion in this
CodingScheme object. |
CodingSchemeVersion |
CodingSchemeVersion.getDefaultVersion()
Gets the default version of
CodingScheme object to which this
CodingSchemeVersion object belongs. |
CodingSchemeVersion |
CodingScheme.getLastActiveVersion()
Gets the last (chronological) active version of this
CodingScheme
object. |
CodingSchemeVersion |
CodingSchemeVersion.getLatestActiveVersion()
Gets the latest active version of the
CodingScheme object to which
this CodingSchemeVersion object belongs. |
CodingSchemeVersion |
CodingSchemeVersion.getNextVersion()
Gets the next chronological version of the
CodingScheme
object to which this CodingSchemeVersion object belongs. |
CodingSchemeVersion |
CodingSchemeVersion.getPreviousVersion()
Gets the previous chronological version of the
CodingScheme
object to which this CodingSchemeVersion object belongs. |
CodingSchemeVersion |
CodingScheme.getVersion(String name)
Gets the
CodingSchemeVersion object that belongs to this CodingScheme
object and has the specified name. |
Modifier and Type | Method and Description |
---|---|
void |
ETSAdministrationService.activate(CodingSchemeVersion version)
Marks a
CodingSchemeVersion as active. |
Concept[] |
Concept.getEquivalentConcepts(int equivalenceType,
String equivalenceContext,
boolean depthAllFlag,
CodingSchemeVersion codingSchemeVersion)
Gets all
Concept objects equivalent to this Concept object within a specific
CodingSchemeVersion using the requested equivalence method. |
Concept[] |
Concept.getMappedConcepts(CodingSchemeVersion targetVersion,
int equivalenceType,
String extendedTypeCode)
Gets all
Concept objects of a given extended type that are
targets from a given source concept for a specific target version. |
void |
ETSAdministrationService.makeDefaultVersion(CodingSchemeVersion version)
Makes a
CodingSchemeVersion the default version of the
CodingScheme . |
void |
ETSAdministrationService.retire(CodingSchemeVersion version,
Date retireDate)
Retires the component, optionally specifying the retirement date.
|
void |
CandidateLocaleMap.setCodingSchemeVersion(CodingSchemeVersion version)
Sets the
CodingSchemeVersion object for this CandidateLocaleMap
object. |
void |
ETSAdministrationService.setCodingSchemeVersionDescription(CodingSchemeVersion version,
String description)
Sets the description of an existing
CodingSchemeVersion . |
Modifier and Type | Interface and Description |
---|---|
interface |
FDBCodingSchemeVersion
Defines extensions to the generic
CodingSchemeVersion by providing
operations that are specific to the First Data Bank (FDB) drug codes terminology. |
Modifier and Type | Interface and Description |
---|---|
interface |
LOINCCodingSchemeVersion
Defines the additional operations that are supported by the LOINC terminology.
|
Modifier and Type | Method and Description |
---|---|
CodingSchemeVersion |
MapSet.getSourceVersion()
Gets the source coding scheme version.
|
CodingSchemeVersion |
MapSet.getTargetVersion()
Gets the target coding scheme version.
|
Modifier and Type | Method and Description |
---|---|
MapSet[] |
ETSMappingService.getMapSetsBySourceAndTarget(CodingSchemeVersion source,
CodingSchemeVersion target)
Gets an array of all map sets available between
the specified source and target coding scheme versions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SNOMEDCodingSchemeVersion
Defines extensions to the generic
CodingSchemeVersion
by providing information that is specific to the SNOMED-CT terminology. |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved