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 |
---|---|
Concept[] |
ETSAuthoringService.addConcepts(CodingSchemeVersion version,
CandidateConcept[] candidateConcepts,
boolean dryRunFlag)
Adds multiple concepts (and their descriptions and attributes) to an editable
CodingSchemeVersion . |
Modifier and Type | Method and Description |
---|---|
ConceptDescription[][] |
ETSAuthoringService.addConceptDescriptions(Concept[] concepts,
CandidateConceptDescription[][] candidateConcDescs,
boolean dryRunFlag)
Adds concept descriptions to editable
CodingSchemeVersions . |
Modifier and Type | Interface and Description |
---|---|
interface |
Classification
Represents a container of
Concept objects. |
interface |
HierarchicalConcept
Defines common methods for terminologies that have a tree-like structure for
concepts.
|
Modifier and Type | Method and Description |
---|---|
Concept[] |
CodingScheme.bulkFindConcepts(String[] etsIds)
Deprecated.
This method has been replaced by
CodingScheme.findConcepts(String[], boolean) . |
Concept[] |
CodingScheme.bulkFindConcepts(String[] etsIds,
boolean prefetchDescriptions)
Deprecated.
This method has been replaced by
CodingScheme.findConcepts(String[], boolean) . |
Concept |
ETSService.findConcept(String etsId)
Finds a
Concept object by the specified ETS identifier. |
Concept[] |
CodingScheme.findConcepts(String[] etsIds,
boolean prefetchDescriptions)
Finds the set of concepts within a coding scheme.
|
Concept[] |
ETSService.findConcepts(String[] etsIds,
boolean prefetchDescriptions)
Fetches or validates the existence of a set of concepts.
|
Concept[] |
ETSService.findConcepts(String[] etsIds,
int prefetchDescriptionOptions)
Fetches or validates the existence of a set of concepts.
|
Concept[] |
ETSService.findConcepts(String[] etsIds,
UsageContext[] usageContexts,
int prefetchDescriptionOptions)
Fetches or validates the existence of a set of concepts.
|
Concept[] |
ETSService.findConcepts(String[] etsIds,
UsageContext[] usageContexts,
int prefetchDescriptionOptions,
Locale locale)
Fetches or validates the existence of a set of concepts in a given
Locale.
|
Concept[] |
CodingSchemeVersion.findConceptsByMatchingDescPatternAndConTypeCode(String pattern,
String extendedTypeCode)
Retrieves the
Concept objects that have a defined
TerminologyConceptDescription or
LocalConceptDescription that contains
the pattern within the description text, and the concept
is of the specified extendedTypeCode . |
Concept[] |
CodingSchemeVersion.findConceptsByMatchingDescPatternAndDescTypeCode(String pattern,
String extendedTypeCode)
Retrieves the
Concept objects that have a
defined TerminologyConceptDescription that contains
the specified pattern within the description text,
and the TerminologyConceptDescription
is of the specified extendedTypeCode . |
Concept[] |
Classification.findConceptsInClassification()
Retrieves the concepts in the
Classification object. |
Concept[] |
ETSService.findMatchingConceptsByDescriptionTerm(String termPattern)
Finds
Concept objects whose terminology description or
local description matches the given text pattern. |
Concept[] |
ETSService.findMatchingConceptsByDescriptionTerm(String termPattern,
long maxResults)
Finds
Concept objects whose terminology description or
local description matches the given text pattern. |
Concept[] |
ConceptList.getActiveConcepts(Date date)
Gets an array of all active concepts at a certain timestamp.
|
Concept[] |
HierarchicalConcept.getAllChildren()
Gets an array of all the children from this node down.
|
Concept[] |
HierarchicalConcept.getAncestors()
Gets an array of ancestor concepts.
|
Concept[] |
HierarchicalConcept.getChildren()
Gets an array of immediate children of the node.
|
Concept |
ClassificationDeclaration.getConcept()
Gets the concept associated with this
ClassificationDeclaration
object. |
Concept |
ConceptDescription.getConcept()
Gets the concept associated with this
ConceptDescription object. |
Concept |
ConceptListMember.getConcept()
Gets the
Concept object associated with this
ConceptListMember . |
Concept |
CodingSchemeVersion.getConceptByConceptCode(String conceptCode)
Gets a concept in this
CodingSchemeVersion object based
on the specified vendor-defined unique concept code. |
Concept |
ConceptList.getConceptByMembershipCode(String code)
Deprecated.
|
Concept |
ConceptList.getConceptByMembershipCode(String code,
Date date)
Gets the
Concept with the specified membership code. |
Concept[] |
ConceptList.getConcepts()
Gets all active member
Concept objects contained within
this ConceptList . |
Concept[] |
ConceptList.getConcepts(int status)
Gets all the
Concept objects that fit a particular state in the ConceptList . |
Concept[] |
ConceptList.getConceptsByConceptCode(String conceptCode)
Gets any
Concept members of this ConceptList object that have the specified
concept code. |
Concept[] |
CodingSchemeVersion.getConceptsByExtendedTypeCode(String extendedTypeCode)
Retrieves the
Concept objects of
the specified extendedTypeCode . |
Concept[] |
ConceptContainer.getConceptsWithAttribute(String name,
String value)
Gets all the concepts associated with this
ConceptContainer object,
which have an attribute with the specified name/value pair. |
Concept[] |
ConceptContainer.getConceptsWithAttributeName(String name)
Gets the concepts associated with this
ConceptContainer object and
that have an attribute with the specified name. |
Concept[] |
UsageContext.getContextConcepts()
Gets all the concepts that have the
ConceptDescription objects in
this UsageContext object. |
Concept[] |
ConceptList.getCoreSet()
Gets an array of active
Concept objects that are in the core set of this
ConceptList . |
Concept |
ConceptList.getDefaultConcept()
Gets the default
Concept member for this ConceptList object if it is an active
or a pending concept member. |
Concept[] |
ConceptList.getEquivalentConcepts(Concept concept,
int equivalenceType)
Gets all concepts in this
ConceptList equivalent to this
Concept object using the requested equivalence method. |
Concept[] |
ConceptList.getEquivalentConcepts(Concept concept,
int equivalenceType,
String equivalenceContext,
boolean depthAllFlag)
Gets all concepts in this
ConceptList equivalent to this
Concept object using the requested equivalence method. |
Concept[] |
Concept.getEquivalentConcepts(int equivalenceType)
Gets all concepts equivalent to this
Concept object using the
requested equivalence method. |
Concept[] |
Concept.getEquivalentConcepts(int equivalenceType,
String equivalenceContext,
boolean depthAllFlag)
Gets all
Concept objects equivalent to this Concept object using the
requested equivalence method. |
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. |
Concept[] |
Concept.getMappedConcepts(int equivalenceType,
String extendedTypeCode)
Gets all
Concept objects of a given extended type that are
targets from a given source concept across different versions. |
Concept[] |
ConceptContainer.getMatchingConceptsByDescriptionTerm(String termPattern)
Gets concepts from the
ConceptContainer object that have one or more
descriptions matching the termPattern , which
is an Oracle Text (Intermedia / Context) style
pattern matching term. |
Concept[] |
ConceptContainer.getMatchingConceptsByDescriptionTerm(String termPattern,
long maxResults)
Gets concepts from the
ConceptContainer object that have one or more
descriptions matching the termPattern , which
is an Oracle Text (Intermedia / Context) style
pattern matching term. |
Concept |
HierarchicalConcept.getParent()
Gets the parent
Concept of this node. |
Concept[] |
Concept.getRelatedConcepts(int relation)
Gets all
Concept objects related to this Concept object
as specified. |
Concept[] |
Concept.getRelatedConcepts(int relation,
Concept relationType)
Gets all the active
Concept objects related to
this Concept object in the specified
way by an active relationship and by the specified relation Concept . |
Concept[] |
Concept.getRelatedConcepts(int relation,
Concept relationType,
String extendedTypeCode)
Gets all
Concept objects of a specified extended type code
and related to this Concept object in the specified way. |
Concept |
Relationship.getRelationshipType()
Retrieves the relationship type concept of a relationship.
|
Concept[] |
CodingSchemeVersion.getRelationshipTypes()
Gets the set of all
Concept objects that can act as relationships among
this CodingSchemeVersion objects. |
Concept |
HierarchicalConcept.getRoot()
Gets the root
Concept for the given terminology. |
Concept |
Relationship.getSourceConcept()
Retrieves the source concept of a relationship.
|
Concept |
Relationship.getTargetConcept()
Retrieves the target concept of a relationship.
|
Concept[] |
ETSService.narrowConceptResults(String[] startingSetIDs,
String searchPattern,
boolean prefetchDescription)
Narrows down a set of concept identifiers, retrieving only concepts whose identifiers are
in the set and whose terminology-preferred description matches
searchPattern |
Modifier and Type | Method and Description |
---|---|
void |
ETSAdministrationService.addConceptToConceptList(Concept concept,
ConceptList conceptList)
|
void |
ETSAdministrationService.addConceptToConceptList(Concept concept,
String code,
ConceptList conceptList)
Adds a concept to a given
ConceptList that is activated on the
current date. |
void |
ETSAdministrationService.addConceptToConceptList(Concept concept,
String code,
ConceptList conceptList,
ConceptDescription printName,
ConceptDescription shortName,
ConceptDescription longName)
Adds a concept to a given
ConceptList that is activated on the
current date. |
void |
ETSAdministrationService.addConceptToConceptList(Concept concept,
String code,
ConceptList conceptList,
Date activationDate)
Adds a concept to a given
ConceptList that will be activated at a
specified date in the future. |
void |
ETSAdministrationService.addConceptToConceptList(Concept concept,
String code,
ConceptList conceptList,
Date activationDate,
ConceptDescription printName,
ConceptDescription shortName,
ConceptDescription longName)
Adds a concept to a given
ConceptList that will be activated at a
specified date in the future. |
void |
ETSAdministrationService.addDeclarationsToClassification(Concept[] concepts,
Classification classification,
int[] inclusionOption)
Adds a declaration to a classification.
|
void |
ETSAdministrationService.addDeclarationToClassification(Concept concept,
Classification classification,
int inclusionOption)
Adds a declaration to a classification.
|
void |
ConceptList.checkConceptIsAddable(Concept concept,
String code,
Date date)
Checks if the concept passed in can be added
to the
ConceptList with the specified membership code and at the
specified future date. |
void |
ConceptList.checkConceptIsRetirable(Concept concept,
Date date,
int nullDateContext)
Checks if the concept passed in can be retired
at the specified future date.
|
boolean |
Classification.contains(Concept concept)
Indicates if a concept is contained within this
Classification object. |
boolean |
ConceptContainer.contains(Concept concept)
Indicates if the specified concept is included in the
ConceptContainer object. |
boolean |
ConceptList.contains(Concept concept,
Date date)
Indicates if the
ConceptList contains the concept
as an active member on a particular date. |
boolean |
ConceptList.contains(Concept concept,
int validationType)
Validates a concept in a
ConceptList . |
boolean |
ConceptList.contains(Concept concept,
int validationType,
int status)
Validates if a concept is a contained member in a
ConceptList . |
LocalConceptDescription |
ETSAdministrationService.createLocalConceptDescription(Concept concept,
String term,
UsageContext usageContext,
boolean isPreferred)
Creates a new
LocalConceptDescription for a given Concept
in the in the base language (Base language is constructed by concatenating profile options
value for ETS MLS Language Code(In uppercase) and for ETS MLS Country Code). |
LocalConceptDescription |
ETSAdministrationService.createLocalConceptDescription(Concept concept,
String term,
UsageContext usageContext,
boolean isPreferred,
Locale locale)
Creates a new
LocalConceptDescription for a given Concept
for the specified Locale in the in the given Locale . |
ConceptListMember |
ConceptList.getConceptListMember(Concept con,
Date date,
int prefetchDescriptions,
boolean prefetchConcept)
Gets the
ConceptListMember associated with the specified
Concept on the specified date. |
ClassificationDeclaration |
Classification.getDeclarationByConcept(Concept concept)
Gets the classification declaration associated with a particular
concept within the context of this
Classification . |
Concept[] |
ConceptList.getEquivalentConcepts(Concept concept,
int equivalenceType)
Gets all concepts in this
ConceptList equivalent to this
Concept object using the requested equivalence method. |
Concept[] |
ConceptList.getEquivalentConcepts(Concept concept,
int equivalenceType,
String equivalenceContext,
boolean depthAllFlag)
Gets all concepts in this
ConceptList equivalent to this
Concept object using the requested equivalence method. |
Date |
ConceptList.getMembershipActivationDate(Concept concept)
Gets the activation date of membership of a
Concept in a ConceptList . |
String |
ConceptList.getMembershipCode(Concept concept)
Gets the membership code of an active or a pending member concept in the
ConceptList . |
String |
ConceptList.getMembershipCode(Concept concept,
Date date)
Gets the membership code of a member concept that was active on a past date.
|
Date |
ConceptList.getMembershipRetirementDate(Concept concept)
Gets the retired date of membership of a
Concept in a ConceptList . |
int |
ConceptList.getMembershipStatus(Concept concept)
Gets the status of the membership of this
Concept in the ConceptList on the
current date. |
Concept[] |
Concept.getRelatedConcepts(int relation,
Concept relationType)
Gets all the active
Concept objects related to
this Concept object in the specified
way by an active relationship and by the specified relation Concept . |
Concept[] |
Concept.getRelatedConcepts(int relation,
Concept relationType,
String extendedTypeCode)
Gets all
Concept objects of a specified extended type code
and related to this Concept object in the specified way. |
Relationship[] |
Concept.getRelationships(int relation,
Concept relationType)
Gets the relationships this
Concept object participates in with the
specified relation type. |
boolean |
ConceptList.isCoreMember(Concept concept)
Indicates if
concept belongs to the core set of
the ConceptList . |
boolean |
Concept.isEquivalent(Concept concept,
int equivalenceType)
Indicates if this
Concept object is equivalent to another using the
requested equivalence method. |
boolean |
Concept.isEquivalent(Concept concept,
int equivalenceType,
String equivalenceContext,
boolean depthAllFlag)
Indicates if this
Concept object is equivalent to another using the
requested mapping equivalence method. |
boolean |
ConceptList.isSystemMember(Concept concept,
Date date)
Indicates if a concept is a system-defined member of
ConceptList
on the specified date. |
void |
ETSAdministrationService.removeConceptFromConceptList(Concept concept,
ConceptList conceptList)
|
void |
ETSAdministrationService.retireConceptInConceptList(Concept concept,
ConceptList conceptList)
Retires an active or pending concept from the
ConceptList
on the current date. |
void |
ETSAdministrationService.setConceptListDefaultConcept(ConceptList list,
Concept concept)
Sets an active member as the default
Concept for a ConceptList . |
void |
ETSAdministrationService.setCoreMember(ConceptList cl,
Concept concept,
boolean flag)
Sets a flag indicating if the concept belongs to the core set of the
ConceptList . |
void |
ETSAdministrationService.updateMembershipActivationDate(Concept concept,
ConceptList conceptList)
Sets the activation date of a pending concept to the current date.
|
void |
ETSAdministrationService.updateMembershipActivationDate(Concept concept,
ConceptList conceptList,
Date date)
Sets the activation date of a pending concept to the
specified date in the future.
|
void |
ETSAdministrationService.updateMembershipRetirementDate(Concept concept,
ConceptList conceptList,
Date date)
Retires an active or pending concept from the
ConceptList
on the specified date. |
Modifier and Type | Interface and Description |
---|---|
interface |
FDBAHFSClassificationConcept
Defines operations that are executed for the current American Hospital
Formulary Service (AHFS) classification concept.
|
interface |
FDBAllergenGroupConcept
Defines operations that are executed for this
FDBAllergenGroupConcept . |
interface |
FDBClassificationConcept
Defines operations that are executed for this
FDBClassificationConcept . |
interface |
FDBConcept
NOTE: The
getConceptCode
method defined in the Concept interface returns the
internal code of an FDB concept. |
interface |
FDBDoseFormConcept
Defines a dose form concept.
|
interface |
FDBDrugConcept
Acts as the parent interface for all types of FDB drug concepts.
|
interface |
FDBETCConcept
Defines operations that are executed for the current FDB Enhanced Therapeutic
Classification (ETC) concept.
|
interface |
FDBHICConcept
Defines operations that are executed for this FDB Hierarchical Ingredient Code (HIC) concept.
|
interface |
FDBMedicationConcept
Defines operations that are executed for this
FDBMedicationConcept . |
interface |
FDBMedicationNameConcept
Defines all operations that are executed for this
FDBMedicationNameConcept . |
interface |
FDBMedicationRouteConcept
Defines an FDB medication route concept that is related to an FDB routed medication concept.
|
interface |
FDBNDCBrandNameConcept
Defines operations that are executed for this
FDBNDCBrandNameConcept . |
interface |
FDBNDCDrugConcept
Defines operations that are executed for this
FDBNDCDrugConcept . |
interface |
FDBRDFMedicationConcept
Defines all the operations that are executed for this
FDBRDFMedicationConcept . |
interface |
FDBRoutedMedicationConcept
Defines all operations that would be executed for this
FDBRoutedMedicationConcept . |
Modifier and Type | Interface and Description |
---|---|
interface |
LOINCConcept
Defines additional operations specified by the LOINC terminology concepts
that do not exist in the ETS generic model.
|
Modifier and Type | Method and Description |
---|---|
Concept |
CrossMap.getSourceConcept()
Gets the source concept of this
CrossMap object. |
Concept[] |
MapTarget.getTargetConcepts()
Gets an array of target concepts that this
MapTarget object encompasses. |
Modifier and Type | Method and Description |
---|---|
CrossMap[] |
MapSet.getCrossMaps(Concept source)
Gets an array of all cross maps available for
the specified source concept.
|
CrossMap |
MapSet.getDefaultCrossMap(Concept source)
Gets the default cross map for the specified source concept.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SNOMEDConcept
Defines extensions to the generic
Concept
object by providing information that is specific to the SNOMED 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