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 |
---|---|
void |
ETSAuthoringService.addAttributes(AttributableETSComponent[] components,
CandidateETSAttribute[][] attributes,
boolean dryRunFlag)
Adds
ETSAttribute objects to multiple
AttributableETSComponent objects. |
ConceptDescription[][] |
ETSAuthoringService.addConceptDescriptions(Concept[] concepts,
CandidateConceptDescription[][] candidateConcDescs,
boolean dryRunFlag)
Adds concept descriptions to editable
CodingSchemeVersions . |
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 . |
void |
ETSAuthoringService.changeStatus(RetirableETSComponent[] components,
Date[] retireDate,
int newStatus)
Changes the status of multiple
ETSComponent objects. |
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.. |
void |
ETSAuthoringService.removeAttributes(AttributableETSComponent[] component,
ETSAttribute[][] attributes,
boolean dryRunFlag)
Removes
ETSAttribute objects from multiple AttributableETSComponent
objects. |
void |
ETSAuthoringService.setTerminologyPreferredDescription(TerminologyConceptDescription description)
Sets the terminology description of a concept to preferred.
|
Modifier and Type | Method and Description |
---|---|
void |
ETSAdministrationService.activate(CodingSchemeVersion version)
Marks a
CodingSchemeVersion as active. |
void |
ETSAdministrationService.activateClassification(Classification classification)
Marks a classification as active.
|
void |
ETSAdministrationService.activateConceptList(ConceptList conceptList)
Activates a retired
ConceptList . |
void |
ETSAdministrationService.addAttribute(AttributableETSComponent component,
String name,
String value)
Adds a name/value pair to an
AttributableETSComponent . |
void |
ETSAdministrationService.addChildClassification(Classification parent,
Classification child,
int inclusionOption)
Adds a child classification to a parent classification.
|
void |
ETSAdministrationService.addClassificationDescription(CandidateConceptDescription description,
Classification classification)
Adds a description of a classification.
|
void |
ETSAdministrationService.addClassificationDescriptions(CandidateConceptDescription[] description,
Classification classification)
Adds descriptions to a classification.
|
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 |
ETSAdministrationService.associateUsageContextWithExternalOwner(UsageContext usageContext,
String ownerType,
String ownerID)
Associates a usage context with an owner identifier.
|
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) . |
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 . |
boolean[] |
Classification.contains(String[] etsIDs)
Indicates which set of ETS identifiers of a concept is contained within
this
Classification object. |
Classification |
ETSAdministrationService.createClassification(CandidateClassification candidateClassification)
Creates a classification with the given
CandidateClassification object. |
CodingScheme |
ETSAdministrationService.createCodingScheme(String name,
String description,
String termModel)
Creates a new
CodingScheme with the given name and description. |
CodingScheme |
ETSAdministrationService.createCodingScheme(String name,
String description,
String termModel,
String oid)
Creates a new
CodingScheme with the given name, description,
terminology model, and object identifier (OID). |
CodingScheme |
ETSAdministrationService.createCodingScheme(String name,
String description,
String termModel,
String oid,
boolean isEditableFlag)
Creates a new
CodingScheme with the given name, description,
terminology model, and object identifier (OID) and if it is to be defined
as editable. |
ConceptList |
ETSAdministrationService.createConceptList(String name,
String description)
Creates a
ConceptList . |
ConceptList |
ETSAdministrationService.createConceptList(String name,
String description,
ConceptList parentConceptList,
String groupName,
boolean newGroupFlag,
boolean restrictedFlag,
boolean inheritAdditionFlag,
boolean inheritDeletionFlag,
int status,
UsageContext usageContext)
Creates a user-defined
ConceptList with parent-child relationship
properties, such as inheritance, restriction, and usage context specialization,
in addition to ConceptList properties, such as status and group names. |
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 . |
UsageContext |
ETSAdministrationService.createUsageContext(String name,
String description)
Creates a new
UsageContext with a given name and description. |
void |
ETSAdministrationService.deleteMapSet(MapSet mapSet)
Deletes a
MapSet and all of it associative contents. |
Classification |
ETSService.findClassificationByCode(String code)
Obtains a
Classification based on its classification code. |
CodingScheme |
ETSService.findCodingScheme(String etsID)
Finds a
CodingScheme object by its ETS identifier. |
CodingSchemeVersion |
ETSService.findCodingSchemeVersion(String etsID)
Finds a
CodingSchemeVersion object by its ETS identifier. |
Concept |
ETSService.findConcept(String etsId)
Finds a
Concept object by the specified ETS identifier. |
ConceptListMember[] |
ETSService.findConceptListMembers(String[] groupNames,
String[] conceptListNames,
String[] membershipCodes,
int prefetchDescriptions,
boolean prefetchConcept)
Bulk fetches multiple active
ConceptListMember objects associated with the
specified concept lists and membership codes. |
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 . |
ConceptDescription |
ETSService.findDescription(String etsId)
Finds a
ConceptDescription object by the specified ETS identifier. |
ConceptDescription[] |
ETSService.findDescriptionsForConceptIDs(String[] conceptIDArray)
Finds all concept descriptions corresponding to an array of
Concept identifiers. |
LocalConceptDescription[] |
ETSService.findLocallyPreferredDescriptionsForConceptIDs(String[] conceptIDArray)
Finds locally preferred concept descriptions corresponding to
the array of
Concept identifiers that was passed in. |
Classification[] |
ETSService.findMatchingClassificationsByDescription(String termPattern)
Finds classification by a
String description search pattern. |
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. |
Relationship |
ETSService.findRelationship(String etsId)
Finds a
Relationship object by the specified ETS identifier. |
TerminologyConceptDescription[] |
ETSService.findTerminologyPreferredDescriptionsForConceptIDs(String[] conceptIDArray)
Finds terminology preferred concept descriptions corresponding to
the array of
Concept identifiers that were passed in. |
Concept[] |
ConceptList.getActiveConcepts(Date date)
Gets an array of all active concepts at a certain timestamp.
|
ConceptList[] |
ETSService.getAllConceptLists(int status)
Gets an array of all
ConceptList objects in a specified state. |
ConceptDescription[] |
Concept.getAllDescriptions(Locale locale)
Gets all of the descriptions in a given
Locale that are
associated with this Concept object. |
CodingSchemeVersion[] |
ETSAdministrationService.getAllVersionsForScheme(CodingScheme codingScheme)
Gets the
CodingSchemeVersion objects currently contained in
the repository given a valid CodingScheme . |
ETSAttribute[] |
AttributableETSComponent.getAttributes(String name)
Gets the
ETSAttribute objects. |
ConceptList |
ConceptList.getChildConceptList(UsageContext context)
Gets the specialized child
ConceptList using a usage context. |
ConceptList |
ConceptList.getChildConceptListByName(String name)
Returns the specified child
ConceptList of this ConceptList . |
CodingScheme |
ETSService.getCodingScheme(String schemeName)
Gets a specific
CodingScheme object based on its name. |
CodingScheme |
ETSService.getCodingSchemeByOID(String oid)
Gets a specific
CodingScheme object based on its object identifier (OID). |
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. |
ConceptList |
ETSService.getConceptList(String name)
Gets a specific
ConceptList based on its name from the default group as
defined in ConceptList.DEFAULT_GROUP . |
ConceptList |
ETSService.getConceptList(String groupName,
String name)
Gets
ConceptList by group and name. |
ConceptList |
ETSService.getConceptListByID(String clID)
Gets a
ConceptList based on its ETS ID. |
ConceptListMember |
ConceptList.getConceptListMember(Concept con,
Date date,
int prefetchDescriptions,
boolean prefetchConcept)
Gets the
ConceptListMember associated with the specified
Concept on the specified date. |
ConceptListMember |
ConceptList.getConceptListMember(String membershipCode,
Date date,
int prefetchDescriptions,
boolean prefetchConcept)
Gets the
ConceptListMember associated with the specified
membership code. |
ConceptListMember[] |
ConceptList.getConceptListMembers(int prefetchDescriptions,
boolean prefetchConcept)
Gets all the
ConceptListMember objects that are active members. |
ConceptListMember[] |
ConceptList.getConceptListMembers(int status,
int prefetchDescriptions,
boolean prefetchConcept)
Gets all the
ConceptListMember objects that are of the specified
status on the current date. |
ConceptList[] |
ETSService.getConceptListsByGroupName(String groupName)
Gets all
ConceptList objects that belong to a particular group. |
ConceptList[] |
Concept.getConceptListsContainingConcept(String groupName)
Gets all the
ConceptList objects
that contain this Concept object as an active member and
belong to the specified group. |
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. |
ClassificationDeclaration |
Classification.getDeclarationByConcept(Concept concept)
Gets the classification declaration associated with a particular
concept within the context of this
Classification . |
ConceptDescription |
Concept.getDescription(UsageContext usageContext,
Locale locale)
Gets the description for this
Concept
object in a given usage context and Locale . |
String[] |
ETSService.getEquivalentConceptIDs(String conceptID,
int equivalenceType)
Finds all concepts equivalent to a given concept using the
requested equivalence method.
|
String[] |
ETSService.getEquivalentConceptIDs(String conceptID,
int equivalenceType,
String equivalenceContext,
boolean depthAll)
Finds all concepts equivalent to a given concept using the
requested mapping equivalence method.
|
String[] |
ETSService.getEquivalentConceptIDs(String conceptID,
int equivalenceType,
String equivalenceContext,
boolean depthAll,
String codingSchemeVersionID)
Finds all concepts that are equivalent to a given concept and are contained
within a specific
CodingSchemeVersion
using the requested mapping equivalence method. |
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. |
ConceptDescription |
Concept.getLocallyPreferredDescription(Locale locale)
Gets the locally preferred description for this
Concept
object in a given Locale . |
ConceptDescription[] |
Concept.getLocallySpecifiedDescriptions(Locale locale)
Gets all
ConceptDescription objects for this Concept
object that were specified locally for the given Locale . |
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. |
CodingScheme[] |
ETSService.getMatchingCodingSchemes(String namePattern)
Gets the
CodingScheme objects whose names match the specified SQL pattern. |
ConceptList[] |
ETSService.getMatchingConceptLists(String namePattern)
Gets the
ConceptList objects that belong to the default group defined as
ConceptList.DEFAULT_GROUP and have names that match the specified
SQL pattern. |
ConceptList[] |
ETSService.getMatchingConceptListsByDescription(String groupName,
String descriptionPattern)
Gets the
ConceptList object belonging to the specified group and having a
description that matches the specified SQL pattern. |
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. |
UsageContext[] |
ETSService.getMatchingUsageContexts(String namePattern)
Gets all
UsageContext objects whose names match a given SQL pattern. |
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)
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. |
Relationship[] |
Concept.getRelationships(int relation)
Gets the relationships this
Concept object participates in. |
Relationship[] |
Concept.getRelationships(int relation,
Concept relationType)
Gets the relationships this
Concept object participates in with the
specified relation type. |
ConceptDescription |
Concept.getTerminologyPreferredDescription(Locale locale)
Gets the preferred description for this Concept object as defined by the
terminology vendor in a given
Locale . |
ConceptDescription[] |
Concept.getTerminologySpecifiedDescriptions(Locale locale)
Gets all the
ConceptDescription objects for this Concept
that were defined by the terminology vendor for the given Locale . |
UsageContext |
ETSService.getUsageContext(String name)
Gets a specific
UsageContext object based on its name. |
UsageContext |
ETSService.getUsageContextForExternalOwner(String ownerType,
String ownerID)
Gets the
UsageContext associated with an owner identifier. |
CodingSchemeVersion |
CodingScheme.getVersion(String name)
Gets the
CodingSchemeVersion object that belongs to this CodingScheme
object and has the specified name. |
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 |
ETSService.isEquivalent(String conceptID1,
String conceptID2,
int equivalenceType)
Indicates if two concepts are equivalent using the requested
equivalence method.
|
boolean |
ETSService.isEquivalent(String conceptID1,
String conceptID2,
int equivalenceType,
String equivalenceContext,
boolean depthAllFlag)
Indicates if this
Concept 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. |
boolean |
CodingSchemeVersion.isValidConceptCode(String conceptCode)
Checks the vendor-defined unique concept code against the
CodingSchemeVersion
and indicates if a matching Concept exists. |
void |
ETSAdministrationService.makeDefaultVersion(CodingSchemeVersion version)
Makes a
CodingSchemeVersion the default version of the
CodingScheme . |
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 |
boolean |
ETSAdministrationService.removeAttribute(AttributableETSComponent component,
String name,
String value)
Removes a single name/value pair from an
AttributableETSComponent . |
boolean |
ETSAdministrationService.removeAttributes(AttributableETSComponent component,
String name)
Removes all of the attributes with the specified name from an
AttributableETSComponent . |
void |
ETSAdministrationService.removeChildClassification(Classification parent,
Classification child)
Removes a child classification from a parent classification.
|
void |
ETSAdministrationService.removeConceptFromConceptList(Concept concept,
ConceptList conceptList)
|
void |
ETSAdministrationService.removeConceptList(ConceptList conceptList)
Deprecated.
|
void |
ETSAdministrationService.removeDeclarationFromClassification(ClassificationDeclaration declaration,
Classification classification)
Removes a declaration from a classification.
|
void |
ETSAdministrationService.removeDeclarationsFromClassification(ClassificationDeclaration[] declaration,
Classification classification)
Removes an array of declarations from a classification.
|
void |
ETSAdministrationService.removeUsageContext(UsageContext usageContext)
Removes a
UsageContext from the system. |
void |
ETSAdministrationService.retire(CodingSchemeVersion version,
Date retireDate)
Retires the component, optionally specifying the retirement date.
|
void |
ETSAdministrationService.retire(RetirableETSComponent component,
Date retireDate)
Retires the
RetirableETSComponent , optionally specifying the
retirement date. |
void |
ETSAdministrationService.retireClassification(Classification classification)
Retires a classification, moving the classification to the
Retired state. |
void |
ETSAdministrationService.retireConceptInConceptList(Concept concept,
ConceptList conceptList)
Retires an active or pending concept from the
ConceptList
on the current date. |
void |
ETSAdministrationService.retireConceptList(ConceptList conceptList)
Retires an active
ConceptList on the current date. |
void |
ETSAdministrationService.setCodingSchemeDescription(CodingScheme scheme,
String description)
Sets the description of an existing
CodingScheme . |
void |
ETSAdministrationService.setCodingSchemeOID(CodingScheme scheme,
String oid)
Sets the OID of an existing
CodingScheme . |
void |
ETSAdministrationService.setCodingSchemeVersionDescription(CodingSchemeVersion version,
String description)
Sets the description of an existing
CodingSchemeVersion . |
void |
ETSAdministrationService.setConceptDescriptionUsageContext(LocalConceptDescription description,
UsageContext usageContext)
Sets the
UsageContext of a given LocalConceptDescription . |
void |
ETSAdministrationService.setConceptListAdditionInheritance(ConceptList cl,
boolean flag)
Sets the
ConceptList to either inherit additions of concept members
from its parent ConceptList or not. |
void |
ETSAdministrationService.setConceptListDefaultConcept(ConceptList list,
Concept concept)
Sets an active member as the default
Concept for a ConceptList . |
void |
ETSAdministrationService.setConceptListDeletionInheritance(ConceptList cl,
boolean flag)
Sets the
ConceptList to either inherit deletions of concept members
from its parent ConceptList or not. |
void |
ETSAdministrationService.setConceptListDescription(ConceptList cl,
String description)
Sets a description of the
ConceptList . |
void |
ETSAdministrationService.setConceptListMemberDescription(int memberDescriptionType,
ConceptListMember member,
ConceptDescription desc)
Sets the member description for this
ConceptListMember to an
already existing local or terminology-defined description. |
void |
ETSAdministrationService.setConceptListUsageContext(ConceptList cl,
UsageContext usageContext)
Sets the usage context of a given
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.setLocaleMaps(CandidateLocaleMap[] candidateLocaleMaps)
Writes multiple
CandidateLocaleMap objects to the repository. |
void |
ETSAdministrationService.setLocallyPreferred(LocalConceptDescription localDesc)
Sets a local description to be the default or locally preferred description
for its concept.
|
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. |
boolean |
ETSService.validateConceptListMembership(String groupName,
String conceptlistName,
String membershipCode)
Validates that the specified concept list contains an active concept member
with the passed in membership code.
|
Modifier and Type | Method and Description |
---|---|
String |
FDBCodingSchemeVersion.convertToFDBNDCCode(String code,
int ndcFormatIndicator)
Converts an FDA NDC, PIN, HRI, or UPC code to an FDB NDC code by using the
specified NDC format indicator.
|
FDBConcept |
FDBCodingSchemeVersion.getConceptByExternalConceptCode(String conceptCode,
String conceptType)
Gets the FDB concept that matches the specified external concept code
and type identifier.
|
boolean |
FDBCodingSchemeVersion.isValidExternalConceptCode(String conceptCode,
String conceptType)
Indicates whether the specified FDB external concept code is valid for the
given Concept Type Identifier.
|
Modifier and Type | Method and Description |
---|---|
LOINCConcept[] |
LOINCCodingSchemeVersion.getConcepts(int loincClass)
Gets an array of
LOINCConcept objects contained in the class
that matches the specified class identifier. |
LOINCConcept[] |
LOINCCodingSchemeVersion.getConcepts(int loincClass,
String relPattern)
Gets an array of
LOINCConcept objects that match the relationship
pattern specified in the parameter. |
LOINCConcept[] |
LOINCCodingSchemeVersion.getConcepts(LOINCSearchFilter filter)
Gets an array of
LOINCConcept objects that match the specified
LOINCSearchFilter . |
LOINCConcept[] |
LOINCCodingSchemeVersion.getConcepts(String pattern)
Gets an array of
LOINCConcept objects that match the fully
qualified LOINC name pattern specified in the parameter. |
String |
LOINCConcept.getLOINCPropertyValue(String property)
Gets the value of the given LOINC concept property using a property key.
|
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.
|
String[] |
ETSMappingService.getMappedConceptIDs(String conceptID,
int equivalenceType,
String extendedTypeCode)
Gets all concepts of a given extended type that are targets
from a given source concept across different versions.
|
String[] |
ETSMappingService.getMappedConceptIDs(String conceptID,
int equivalenceType,
String extendedTypeCode,
String codingSchemeVersionID)
Gets all concepts of a given extended type that are targets
from a given source concept for a specific target version.
|
MapSet |
ETSMappingService.getMapSetByName(String name)
Gets the map set that matches the specified unique name.
|
MapSet |
ETSMappingService.getMapSetByVendorCode(String vendor,
String code)
Gets the map set that matches the specified map set
vendor name and vendor-assigned map set code.
|
MapSet[] |
ETSMappingService.getMapSetsByRealm(String realmCode)
Gets an array of
MapSet objects that match the specified realm code. |
MapSet[] |
ETSMappingService.getMapSetsBySourceAndTarget(CodingSchemeVersion source,
CodingSchemeVersion target)
Gets an array of all map sets available between
the specified source and target coding scheme versions.
|
MapSet[] |
ETSMappingService.getMapSetsByTargetCode(String targetCode)
Gets an array of map sets that contain the specified
vendor-assigned target code.
|
MapTarget |
MapSet.getMapTargetByTargetCode(String code)
Gets the
MapTarget object that matches the specified vendor-assigned target code. |
Modifier and Type | Method and Description |
---|---|
void |
SNOMEDActiveSet.addSubset(SNOMEDSubset subset)
Adds the specified SNOMED-CT language subset (Subset of type
SNOMEDLangSubset ) to this SNOMEDActiveSet . |
oracle.hsgbu.ets.util.ConceptIterator |
SNOMEDCodingSchemeVersion.getAllConcepts(int status)
Gets
ConceptIterator that contains all SNOMED-CT concepts that belong
to this SNOMEDCodingSchemeVersion and that match the specified status
value. |
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. |
SNOMEDDescription[] |
SNOMEDConcept.getDescriptions(SNOMEDDescriptionFilter filter)
Gets an array of SNOMED-CT descriptions defined by the SNOMED-CT
terminology for this
SNOMEDConcept . |
int |
SNOMEDActiveSet.getDescriptionType(SNOMEDDescription description)
Gets the description type of the specified SNOMED-CT description.
|
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.
|
SNOMEDDescription[] |
SNOMEDActiveSet.getPreferredDescriptionsByThreshold(int threshold)
Gets an array of preferred SNOMED-CT descriptions of each SNOMED-CT
concept available in this
SNOMEDActiveSet , whose priority value
is greater than the specified threshold value. |
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)
Gets an array of unique SNOMED-CT relationships containing this
SNOMEDConcept . |
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. |
SNOMEDSubset |
SNOMEDCodingSchemeVersion.getSubsetByID(String subsetID)
Gets SNOMED-CT subset available in this
SNOMEDCodingSchemeVersion . |
SNOMEDSubset[] |
SNOMEDCodingSchemeVersion.getSubsetsByType(int type)
Gets an array that contains all SNOMED-CT subsets that belong to this
SNOMEDCodingSchemeVersion . |
SNOMEDDescription[] |
SNOMEDActiveSet.getSynonyms(SNOMEDDescription description)
Gets an array of synonyms of the specified SNOMED-CT description.
|
SNOMEDDescription[] |
SNOMEDCodingSchemeVersion.getTerminologySpecifiedDescriptions(int status)
Gets an array of SNOMED-CT descriptions that belong to this
SNOMEDCodingSchemeVersion . |
void |
SNOMEDActiveSet.removeSubset(SNOMEDSubset subset)
Removes the specified SNOMED-CT subset from this
SNOMEDActiveSet . |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved