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.base.staged |
Contains classes related to the terminology data staging area used by ETS Loaders and Importers.
|
oracle.hsgbu.ets.exceptions |
Contains classes that handle exceptions generated by 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[] |
Classification.findAllChildClassifications()
Retrieves the child classifications of the
Classification object. |
Classification[] |
Classification.findChildClassifications()
Retrieves the immediate child classifications of the
Classification object. |
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 . |
Concept[] |
Classification.findConceptsInClassification()
Retrieves the concepts in the
Classification object. |
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[] |
ConceptList.getAllChildConceptLists()
Gets the active children, grandchildren, and all descendant
ConceptList objects
of this ConceptList . |
Concept[] |
HierarchicalConcept.getAllChildren()
Gets an array of all the children from this node down.
|
CodingScheme[] |
ETSService.getAllCodingSchemes()
Gets all
CodingScheme objects in the system. |
ConceptList[] |
ETSService.getAllConceptLists()
Gets all
ConceptList objects in the system. |
ConceptList[] |
ETSService.getAllConceptLists(int status)
Gets an array of all
ConceptList objects in a specified state. |
oracle.hsgbu.ets.util.ConceptIterator |
ConceptContainer.getAllConcepts()
Gets the iterator of unique concepts inside this
ConceptContainer object. |
ConceptDescription[] |
Concept.getAllDescriptions()
Gets all descriptions associated with this
Concept
object 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). |
ConceptDescription[] |
Concept.getAllDescriptions(Locale locale)
Gets all of the descriptions in a given
Locale that are
associated with this Concept object. |
UsageContext[] |
ETSService.getAllUsageContexts()
Gets all
UsageContext objects in the system. |
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 . |
Concept[] |
HierarchicalConcept.getAncestors()
Gets an array of ancestor concepts.
|
String[] |
AttributableETSComponent.getAttributeNames()
Gets the unique names of attributes for this
AttributableETSComponent
object. |
ETSAttribute[] |
AttributableETSComponent.getAttributes()
Gets all the
ETSAttribute objects associated with this
AttributableETSComponent object. |
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 . |
ConceptList[] |
ConceptList.getChildConceptLists()
Gets the immediate active children
ConceptList objects of this ConceptList . |
Concept[] |
HierarchicalConcept.getChildren()
Gets an array of immediate children of the node.
|
Classification[] |
Concept.getClassifications() |
CodingScheme |
CodingSchemeVersion.getCodingScheme()
Gets the
CodingScheme object associated with this
CodingSchemeVersion object. |
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). |
CodingSchemeVersion |
Concept.getCodingSchemeVersion()
Gets the
CodingSchemeVersion to which this Concept
object belongs. |
CodingSchemeVersion |
LocaleMap.getCodingSchemeVersion()
Gets the
CodingSchemeVersion object for this LocaleMap
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. |
ConceptList |
ConceptListMember.getConceptList()
Gets the
ConceptList object to which this
ConceptListMember belongs. |
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. |
String[] |
ETSService.getConceptListGroupNames()
Gets all group names in the system.
|
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()
Gets all
ConceptList objects that
contain this Concept object. |
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()
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. |
ConceptDescription[] |
UsageContext.getContextDescriptions()
Gets all the
ConceptDescription objects
that have this UsageContext object. |
Concept[] |
ConceptList.getCoreSet()
Gets an array of active
Concept objects that are in the core set of this
ConceptList . |
ClassificationDeclaration |
Classification.getDeclarationByConcept(Concept concept)
Gets the classification declaration associated with a particular
concept within the context of this
Classification . |
ClassificationDeclaration[] |
Classification.getDeclarations()
Gets all the declarations added to the
Classification object. |
Concept |
ConceptList.getDefaultConcept()
Gets the default
Concept member for this ConceptList object if it is an active
or a pending concept member. |
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. |
ConceptDescription |
Concept.getDescription()
Gets a description for this
Concept
object 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). |
ConceptDescription |
Concept.getDescription(UsageContext usageContext)
Gets the description for this
Concept
object in a given usage context for the base language (Base language is the
constructed by concatenating profile options value for ETS MLS Language Code(In uppercase) and for ETS MLS Country Code). |
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. |
int |
ConceptList.getExtensibility()
Gets the extensibility of the
ConceptList . |
ReassignableETSComponent |
ReassignableETSComponent.getFinalAssignment()
Gets the final
ReassignableETSComponent in a series of reassignments. |
String |
ConceptList.getGroupName()
Gets the name of the group that the
ConceptList belongs to. |
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. |
LocaleMap[] |
CodingSchemeVersion.getLocaleMaps()
Gets an array of all the
LocaleMap objects for this
CodingSchemeVersion object, or a zero-length array if there are none. |
ConceptDescription |
Concept.getLocallyPreferredDescription()
Gets the locally preferred description for this
Concept
object 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). |
ConceptDescription |
Concept.getLocallyPreferredDescription(Locale locale)
Gets the locally preferred description for this
Concept
object in a given Locale . |
ConceptDescription[] |
Concept.getLocallySpecifiedDescriptions()
Gets all
ConceptDescription objects for this Concept
object that were specified locally in the base language (Base language is the constructed
by concatenating profile options value for ETS MLS Language Code(In uppercase)
and for ETS MLS Country Code). |
ConceptDescription[] |
Concept.getLocallySpecifiedDescriptions(Locale locale)
Gets all
ConceptDescription objects for this Concept
object that were specified locally for the given Locale . |
LocalConceptDescription |
ConceptListMember.getLocalPreferredDescription()
Gets the locally preferred description of this
ConceptListMember object. |
String |
ConceptListMember.getLocalPreferredText()
Gets the description text of the locally preferred description of this
ConceptListMember object. |
ConceptDescription |
ConceptListMember.getLongNameDescription()
Gets the long name description of this
ConceptListMember object. |
String |
ConceptListMember.getLongNameText()
Returns the description text of the long name of this
ConceptListMember object. |
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. |
String |
Classification.getName()
Gets the name of the
Classification object. |
ReassignableETSComponent |
ReassignableETSComponent.getNextAssignment()
Gets
ReassignableETSComponent to which this
ReassignableETSComponent object has been reassigned. |
CodingSchemeVersion |
CodingSchemeVersion.getNextVersion()
Gets the next chronological version of the
CodingScheme
object to which this CodingSchemeVersion object belongs. |
int |
ConceptContainer.getNumberOfConcepts()
Gets the number of concepts inside this
ConceptContainer object. |
Concept |
HierarchicalConcept.getParent()
Gets the parent
Concept of this node. |
Classification |
Classification.getParentClassification() |
ConceptList |
ConceptList.getParentConceptList()
Returns the parent
ConceptList of this ConceptList object. |
ReassignableETSComponent[] |
ReassignableETSComponent.getPreviousAssignments()
Gets any
ReassignableETSComponent objects that are directly
reassigned to this ReassignableETSComponent object. |
CodingSchemeVersion |
CodingSchemeVersion.getPreviousVersion()
Gets the previous chronological version of the
CodingScheme
object to which this CodingSchemeVersion object belongs. |
ConceptDescription |
ConceptListMember.getPrintNameDescription()
Gets the print name description of this
ConceptListMember object. |
String |
ConceptListMember.getPrintNameText()
Gets the description text of the print name of this
ConceptListMember object. |
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. |
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. |
ConceptList |
ConceptList.getRootAncestorConceptList()
Gets the root parent
ConceptList of this ConceptList object. |
ConceptDescription |
ConceptListMember.getShortNameDescription()
Gets the short name description of this
ConceptListMember object. |
String |
ConceptListMember.getShortNameText()
Gets the description text of the short name of this
ConceptListMember object. |
Concept |
Relationship.getSourceConcept()
Retrieves the source concept of a relationship.
|
Locale |
LocaleMap.getSourceLocale()
Gets the source
Locale object for this LocaleMap
object. |
ConceptDescription[] |
ConceptDescription.getSynonyms()
Gets all local and terminology descriptions that describe the
same concept as this
ConceptDescription object. |
Concept |
Relationship.getTargetConcept()
Retrieves the target concept of a relationship.
|
Locale |
LocaleMap.getTargetLocale()
Gets the target
Locale object for this LocaleMap
object. |
ConceptDescription |
Concept.getTerminologyPreferredDescription()
Gets the preferred description for this
Concept object as defined by the
terminology vendor. |
TerminologyConceptDescription |
ConceptListMember.getTerminologyPreferredDescription()
Gets the terminology-preferred description of this
ConceptListMember
object. |
ConceptDescription |
Concept.getTerminologyPreferredDescription(Locale locale)
Gets the preferred description for this Concept object as defined by the
terminology vendor in a given
Locale . |
String |
ConceptListMember.getTerminologyPreferredText()
Gets the description text of the terminology-preferred description of this
ConceptListMember object. |
ConceptDescription[] |
Concept.getTerminologySpecifiedDescriptions()
Gets all the
ConceptDescription objects for this Concept
that were defined by the terminology vendor. |
ConceptDescription[] |
Concept.getTerminologySpecifiedDescriptions(Locale locale)
Gets all the
ConceptDescription objects for this Concept
that were defined by the terminology vendor for the given Locale . |
Classification[] |
Classification.getTopMostParentClassifications()
Gets the top most parent classifications of a concept.
|
UsageContext |
ConceptList.getUsageContext()
Gets the usage context linked to this
ConceptList object. |
UsageContext |
LocalConceptDescription.getUsageContext()
Gets the
UsageContext object associated with this
LocalConceptDescription . |
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. |
String[] |
ETSService.getUsageContextOwnerTypes()
Retrieves all current
UsageContextOwnerTypes . |
CodingSchemeVersion |
CodingScheme.getVersion(String name)
Gets the
CodingSchemeVersion object that belongs to this CodingScheme
object and has the specified name. |
boolean |
ConceptList.isAdditionInherited()
Returns
true if the ConceptList inherits additions of Concept
objects from its parent. |
boolean |
ConceptList.isCoreMember(Concept concept)
Indicates if
concept belongs to the core set of
the ConceptList . |
boolean |
ConceptList.isDeletionInherited()
Returns
true if the ConceptList inherits deletions of Concept
objects from its parent. |
boolean |
CodingScheme.isEditable()
Indicates if this
CodingScheme is editable. |
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.isRestricted()
Returns
true if the ConceptList is restricted. |
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 |
CandidateLocaleMap |
ETSAdministrationService.newCandidateLocaleMap(LocaleMap localeMap)
Creates a new instance of the
CandidateLocaleMap object
- uses the values in the LocaleMap to create a
CandidateLocalMap . |
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 |
---|---|
void |
StagedVersion.deleteVersion()
Deletes the staged coding scheme version.
|
StagedVersion[] |
StagedService.getAllStagedVersions()
Gets an array of all
StagedVersion objects
present in the staging area. |
CodingScheme |
StagedVersion.getCodingScheme()
Gets the coding scheme for this
StagedVersion object. |
StagedVersion |
StagedService.getStagedVersion(int loadSequence)
Gets the
StagedVersion object with the specified unique load
sequence number. |
StagedVersion[] |
StagedService.getStagedVersions(CodingScheme cs)
Gets an array of all
StagedVersion objects associated with the
specified coding scheme. |
void |
StagedVersion.updateVersionDescription(String desc)
Updates the description of the coding scheme version of this
StagedVersion object to the specified description. |
Modifier and Type | Method and Description |
---|---|
static ETSDataException |
ETSException.newMultipleConceptsCode(String conceptListName,
String code,
String codeSystem,
String codeSystemName,
String version,
String multipleIdStr) |
Modifier and Type | Method and Description |
---|---|
FDBAHFSClassificationConcept[] |
FDBDrugConcept.getAHFSClassifications()
Gets an array of AHFS classification concepts associated with this
FDBDrugConcept . |
FDBAHFSClassificationConcept[] |
FDBNDCDrugConcept.getAHFSClassifications()
Gets array of AHFS classification concepts that are related to this
FDBNDCDrugConcept . |
FDBAHFSClassificationConcept[] |
FDBCodingSchemeVersion.getAllAHFSClassifications()
Gets an array of AHFS classification concepts available within
this
FDBCodingSchemeVersion . |
FDBAllergenGroupConcept[] |
FDBCodingSchemeVersion.getAllAllergenGroups()
Gets an array of all FDB allergen group concepts available
in this
FDBCodingSchemeVersion . |
FDBAllergenGroupConcept |
FDBHICConcept.getAllergenGroup()
Gets an FDB allergen group concept that contains this
FDBHICConcept . |
FDBETCConcept[] |
FDBCodingSchemeVersion.getAllETCs()
Gets an array of all FDB ETC concepts available in this
FDBCodingSchemeVersion . |
FDBNDCBrandNameConcept |
FDBNDCDrugConcept.getBrandName()
Gets the FDB brand name concept that is associated with this
FDBNDCDrugConcept . |
FDBClassificationConcept[] |
FDBClassificationConcept.getChildren()
Gets an array of FDB classification concepts that are the
direct children of this
FDBClassificationConcept . |
FDBETCConcept |
FDBMedicationConcept.getCommonETC()
Gets the common FDB enhanced therapeutic classification concept of this
FDBMedicationConcept . |
FDBETCConcept |
FDBNDCDrugConcept.getCommonETC()
Gets the common enhanced therapeutic classification of this
FDBNDCDrugConcept . |
FDBConcept |
FDBCodingSchemeVersion.getConceptByExternalConceptCode(String conceptCode,
String conceptType)
Gets the FDB concept that matches the specified external concept code
and type identifier.
|
String |
FDBAllergenGroupConcept.getDAMAGCSP()
Gets the Drug Allergy Model Allergen Group Specific Code (DAMAGSCP) identifier.
|
String |
FDBMedicationConcept.getDEAClassCode()
Gets the DEA class code associated with this
FDBMedicationConcept . |
String |
FDBNDCDrugConcept.getDEACode()
Gets the Drug Enforcement Administration (DEA) code that is associated
with this
FDBNDCDrugConcept . |
FDBETCConcept |
FDBMedicationConcept.getDefaultETC()
Gets the default FDB enhanced therapeutic classification concept of
this
FDBMedicationConcept . |
FDBETCConcept |
FDBNDCDrugConcept.getDefaultETC()
Gets the default enhanced therapeutic classification of this
FDBNDCDrugConcept . |
FDBDoseFormConcept |
FDBRDFMedicationConcept.getDoseForm()
Gets the dose form concept associated with this
FDBRDFMedicationConcept . |
String |
FDBDoseFormConcept.getDoseFormAbbreviation()
Gets the dose form abbreviation of this
FDBDoseFormConcept . |
String |
FDBNDCDrugConcept.getDrugClass()
Gets the drug class that is associated with this
FDBNDCDrugConcept . |
boolean |
FDBETCConcept.getDrugConceptLinkIndicator()
Gets the drug concept link indicator of this
FDBETCConcept . |
FDBETCConcept[] |
FDBHICConcept.getETCs()
Gets an array of FDB enhanced therapeutic classifications concepts that contain
this
FDBHICConcept . |
FDBETCConcept[] |
FDBMedicationConcept.getETCs()
Gets an array of active FDB enhanced therapeutic classification concepts
that contain this
FDBMedicationConcept . |
FDBETCConcept[] |
FDBMedicationNameConcept.getETCs()
Gets an array of enhanced therapeutic classifications that contain
this
MedicationNameConcept . |
FDBETCConcept[] |
FDBNDCDrugConcept.getETCs()
Gets an array of all enhanced therapeutic classifications to which
this
NDCDrugConcept belongs. |
String |
FDBNDCDrugConcept.getExternalIdentifyingNDCCode()
Gets the external FDB NDC drug code.
|
String |
FDBMedicationConcept.getFederalLegendIndicator()
Gets the federal legend indicator associated with this
FDBMedicationConcept . |
int |
FDBETCConcept.getFormularyLevelIndicator()
Gets the formulary level indicator of this
FDBETCConcept . |
String |
FDBMedicationConcept.getGCNSEQAssgnCode()
Gets the GCN sequence number assignment code associated with this
FDBMedicationConcept . |
String |
FDBMedicationConcept.getGCNSEQNO()
Gets the GCN sequence number associated with this
FDBMedicationConcept . |
String |
FDBNDCDrugConcept.getGCNSEQNO()
Gets the GCN sequence number that is associated with this
FDBNDCDrug
Concept . |
FDBMedicationConcept |
FDBMedicationConcept.getGenericMedication()
Gets the FDB generic medication concept related to this
FDBMedicationConcept . |
String |
FDBMedicationConcept.getGenericMedID()
Gets the generic medication identifier of this
FDBMedicationConcept . |
String |
FDBNDCDrugConcept.getGenericNamedDrugIndicator()
Gets the generic named drug indicator that is associated with this
FDBNDCDrugConcept . |
String |
FDBNDCDrugConcept.getHCFACommonProcedureCode()
Gets the HCFA common procedure code associated with this
FDBNDCDrugConcept . |
String |
FDBHICConcept.getHICCode()
Gets the HIC code.
|
String[] |
FDBNDCBrandNameConcept.getHICLSeqNums()
Gets an array of Hierarchical Ingredient
Code List (HICL) sequence numbers associated with this
FDBNDCBrandNameConcept . |
FDBHICConcept[] |
FDBAllergenGroupConcept.getHICs()
Gets an array of FDB Hierarchical Ingredient Code (HIC) concepts that are
associated with this
FDBAllergenGroupConcept . |
FDBHICConcept[] |
FDBETCConcept.getHICs()
Gets an array of FDB HIC concepts that are related to this
FDBETCConcept . |
FDBHICConcept[] |
FDBNDCBrandNameConcept.getHICs()
Gets an array of all the FDB HIC concepts
associated with this
FDBNDCBrandNameConcept . |
String |
FDBHICConcept.getHICSeqNum()
Gets the HIC sequence number.
|
int |
FDBETCConcept.getHierarchyLevel()
Gets the hierarchy level of this
FDBETCConcept within the
FDB ETC concept hierarchy. |
String |
FDBNDCDrugConcept.getHospitalSelectionIndicator()
Gets the hospital selection indicator associated with this
FDBNDCDrugConcept . |
FDBMedicationConcept |
FDBNDCDrugConcept.getMedication()
Gets the FDB medication concept related to this
FDBNDCDrugConcept . |
FDBMedicationNameConcept |
FDBRoutedMedicationConcept.getMedicationName()
Gets the FDB medication name concept related to this
FDBRoutedMedicationConcept . |
FDBMedicationNameConcept[] |
FDBClassificationConcept.getMedicationNames(int retrievalType)
Gets an array that contains FDB medication name concepts
related to this
FDBClassificationConcept . |
FDBMedicationConcept[] |
FDBRDFMedicationConcept.getMedications()
Gets an array of FDB medication concepts related to this
FDBRDFMedicationConcept . |
FDBMedicationConcept[] |
FDBAHFSClassificationConcept.getMedications(int retrievalType)
Gets an array of FDB medication concepts that are related
to this
FDBAHFSClassifcationConcept . |
FDBMedicationConcept[] |
FDBClassificationConcept.getMedications(int retrievalType)
Gets an array that contains FDB medication concepts related
to this
FDBClassificationConcept . |
String |
FDBMedicationConcept.getMedRefGenNameCode()
Gets the medication reference generic medication name code of this
FDBMedicationConcept . |
String |
FDBMedicationNameConcept.getNameType()
Gets the name type of this
MedicationNameConcept . |
FDBNDCDrugConcept[] |
FDBMedicationConcept.getNDCDrugs()
Gets an array of all active FDB NDC drug concepts related to this
FDBMedicationConcept . |
FDBNDCDrugConcept[] |
FDBNDCBrandNameConcept.getNDCDrugs()
Gets an array of NDC drug concepts that match this
FDBBrandNameConcept . |
FDBNDCDrugConcept[] |
FDBClassificationConcept.getNDCDrugs(int retrievalType)
Gets an array that contains FDB NDC drug concepts related
to this
FDBClassificationConcept . |
int |
FDBNDCDrugConcept.getNDCFormatIndicator()
Gets the NDC format indicator that is associated with this
FDBNDCDrugConcept . |
FDBClassificationConcept |
FDBClassificationConcept.getParent()
Gets the
FDBClassificationConcept that is
the immediate parent of this FDBClassificationConcept . |
int |
FDBETCConcept.getPresentationSequenceNumber()
Gets the presentation sequence number of this
FDBETCConcept . |
FDBNDCDrugConcept |
FDBNDCDrugConcept.getPreviousNDC()
Gets the previous FDB NDC drug concept that is replaced by this
FDBNDCDrugConcept . |
FDBRDFMedicationConcept |
FDBMedicationConcept.getRDFMedication()
Gets the routed dosage form medication concept related to this
FDBMedicationConcept . |
FDBRDFMedicationConcept[] |
FDBRoutedMedicationConcept.getRDFMedications()
Gets an array of FDB routed dosage form medication concepts
that are related to this
FDBRoutedMedicationConcept . |
FDBRDFMedicationConcept[] |
FDBClassificationConcept.getRDFMedications(int retrievalType)
Gets an array that contains routed dosage form medication
concepts related to this
FDBClassificationConcept . |
FDBNDCDrugConcept |
FDBNDCDrugConcept.getReplacementNDC()
Gets the FDB NDC drug concept that replaced this
FDBNDCDrugConcept . |
FDBMedicationRouteConcept |
FDBRoutedMedicationConcept.getRoute()
Gets the FDB medication route concept associated with this
FDBRoutedMedicationConcept . |
String |
FDBMedicationRouteConcept.getRouteAbbreviation()
Gets the abbreviation of this
FDBMedicationRouteConcept . |
FDBRoutedMedicationConcept |
FDBRDFMedicationConcept.getRoutedMedication()
Gets the routed medication concept that is related to this
FDBRDFMedicationConcept . |
FDBRoutedMedicationConcept[] |
FDBMedicationNameConcept.getRoutedMedications()
Gets an array that contains all FDB routed medication concepts related to
this
MedicationNameConcept . |
FDBRoutedMedicationConcept[] |
FDBClassificationConcept.getRoutedMedications(int retrievalType)
Gets an array that contains FDB routed medication concepts
related to this
FDBClassificationConcept . |
String |
FDBNDCDrugConcept.getSmartKey()
Gets the smart key associated with this
FDBNDCDrugConcept . |
int |
FDBETCConcept.getSortNumber()
Gets the sort number of this
FDBETCConcept . |
String |
FDBDrugConcept.getStatusCode()
Gets the FDB status code of this
FDBDrugConcept . |
String |
FDBMedicationConcept.getStrength()
Gets the strength associated with this
FDBMedicationConcept . |
String |
FDBMedicationConcept.getStrengthUnits()
Gets the units that measure the strength of this
FDBMedicationConcept . |
boolean |
FDBETCConcept.getUltimateChildIndicator()
Indicates whether this
FDBETCConcept is a leaf concept. |
FDBETCConcept |
FDBETCConcept.getUltimateParent()
Gets an FDB ETC concept that is the final parent of this
FDBETCConcept . |
boolean |
FDBNDCDrugConcept.hasAHFSClassifications()
Indicates if this
FDBNDCDrugConcept is directly related
to one or more AHFS classification concepts. |
boolean |
FDBETCConcept.hasHICs()
Indicates whether this
FDBETCConcept has related HIC concepts. |
boolean |
FDBNDCBrandNameConcept.hasHICs()
Indicates whether this
FDBNDCBrandNameConcept
is directly related to FDB HIC concepts. |
boolean |
FDBClassificationConcept.hasMedicationNames(int retrievalType)
Indicates whether this
FDBClassificationConcept
is related to one or more FDB Medication Name Concepts . |
boolean |
FDBRDFMedicationConcept.hasMedications()
Indicates whether this
FDBRDFMedicationConcept
is related to one or more FDB medication concepts. |
boolean |
FDBAHFSClassificationConcept.hasMedications(int retrievalType)
Indicates whether this
FDBAHFSClassifcationConcept is related to
one or more FDB medication concepts. |
boolean |
FDBClassificationConcept.hasMedications(int retrievalType)
Indicates whether this
FDBClassificationConcept
is related to one or more FDB Medication Concepts . |
boolean |
FDBMedicationConcept.hasNDCDrugs()
Indicates whether this
FDBMedicationConcept is directly related
to active FDBNDCDrugConcept . |
boolean |
FDBClassificationConcept.hasNDCDrugs(int retrievalType)
Indicates whether this
FDBClassificationConcept
is directly related to one or more FDB NDC Drug Concepts . |
boolean |
FDBRoutedMedicationConcept.hasRDFMedications()
Indicates whether this
FDBRoutedMedicationConcept is related
to one or more FDB Routed Dosage Form Medication Concepts . |
boolean |
FDBClassificationConcept.hasRDFMedications(int retrievalType)
Indicates whether this
FDBClassificationConcept
is related to one or more FDB Routed Dosage Form Medication Concepts . |
boolean |
FDBMedicationNameConcept.hasRoutedMedications()
Indicates whether this
MedicationNameConcept is related
to one or more routed medication concepts. |
boolean |
FDBClassificationConcept.hasRoutedMedications(int retrievalType)
Indicates whether this
FDBClassificationConcept
is related to one or more FDB Routed Medication Concepts . |
boolean |
FDBNDCDrugConcept.isDrug()
Indicates whether this
FDBNDCDrugConcept represents a drug. |
boolean |
FDBMedicationConcept.isGeneric()
Indicates whether this
FDBMedicationConcept is a generic concept. |
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 |
---|---|
String |
LOINCConcept.getClassTypeValue()
Gets the class type value from the fully qualified LOINC concept name.
|
String |
LOINCConcept.getClassValue()
Gets the class value from the fully qualified LOINC concept name.
|
String |
LOINCConcept.getComponentValue()
Gets the component value from the fully qualified LOINC concept name.
|
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.
|
String |
LOINCConcept.getMethodValue()
Gets the method value from the fully qualified LOINC concept name.
|
String |
LOINCConcept.getPropertyValue()
Gets the property value from the fully qualified LOINC concept name.
|
String[] |
LOINCConcept.getRelatedNames()
Gets an array of synonyms related to the fully qualified LOINC name.
|
String[] |
LOINCConcept.getRelatedNames2()
Gets an array of synonyms related to the fully qualified LOINC name.
|
String |
LOINCConcept.getScaleValue()
Gets the scale value from the fully qualified LOINC name.
|
String |
LOINCConcept.getShortName()
Gets short name of this
LOINCConcept object. |
String |
LOINCConcept.getSystemValue()
Gets the system value from the fully qualified LOINC name.
|
String |
LOINCConcept.getTimeAspectValue()
Gets the time aspect value from the fully qualified LOINC name.
|
Modifier and Type | Method and Description |
---|---|
MapSet[] |
ETSMappingService.getAllMapSets()
Gets an array of all the map sets available
in the ETS repository.
|
CrossMap[] |
MapSet.getCrossMaps()
Gets an array of all the cross maps available
in this
MapSet object. |
CrossMap[] |
MapTarget.getCrossMaps()
Gets an array of all the cross maps that refer to this
MapTarget object. |
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 |
CrossMap.getMapSet()
Gets the
MapSet that contains this CrossMap object. |
MapSet |
MapTarget.getMapSet()
Gets the parent
MapSet associated with this MapTarget object. |
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.
|
String[] |
ETSMappingService.getMapSetVendors()
Gets an array of details of all the map set
vendors currently represented in the repository.
|
MapTarget |
CrossMap.getMapTarget()
Gets the
MapTarget associated with this CrossMap object. |
MapTarget |
MapSet.getMapTargetByTargetCode(String code)
Gets the
MapTarget object that matches the specified vendor-assigned target code. |
MapTarget[] |
MapSet.getMapTargets()
Gets an array of all possible cross map targets for this
MapSet object. |
Concept |
CrossMap.getSourceConcept()
Gets the source concept of this
CrossMap object. |
CodingSchemeVersion |
MapSet.getSourceVersion()
Gets the source coding scheme version.
|
Concept[] |
MapTarget.getTargetConcepts()
Gets an array of target concepts that this
MapTarget object encompasses. |
CodingSchemeVersion |
MapSet.getTargetVersion()
Gets the target coding scheme version.
|
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 . |
SNOMEDConcept[] |
SNOMEDNavigationSubset.getAllChildren()
Gets an array of all SNOMED-CT concepts that are listed as children
in this
SNOMEDNavigationSubset . |
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. |
SNOMEDDescription[] |
SNOMEDActiveSet.getAllDescriptions()
Gets an array of all valid SNOMED-CT descriptions available in this
SNOMEDActiveSet . |
SNOMEDSubset[] |
SNOMEDCodingSchemeVersion.getAllSubsets()
Gets an array that contains all SNOMED-CT subsets that belong to this
SNOMEDCodingSchemeVersion . |
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getAttributeConcept()
Gets the SNOMED-CT attribute concept.
|
int |
SNOMEDRelationship.getCharacteristicType()
Gets the characteristic type of this
SNOMEDRelationship . |
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. |
String |
SNOMEDContextSubset.getContextID()
Gets the context identifier of this
SNOMEDContextSubset . |
String |
SNOMEDConcept.getCTV3ID()
Gets the CTV3 identifier of this
SNOMEDConcept . |
String |
SNOMEDRelationship.getCTypeId()
Gets the Description type identifier (RF2 Attribute) of this
SNOMEDRelationship . |
SNOMEDDescription |
SNOMEDActiveSet.getDescription(String descID)
Gets the SNOMED-CT description with the specified SNOMED-CT description
identifier.
|
SNOMEDDescription |
SNOMEDCodingSchemeVersion.getDescriptionByID(String sctId)
Gets the SNOMED-CT description that belongs to this
SNOMEDCodingSchemeVersion . |
SNOMEDDescription[] |
SNOMEDConcept.getDescriptions(SNOMEDDescriptionFilter filter)
Gets an array of SNOMED-CT descriptions defined by the SNOMED-CT
terminology for this
SNOMEDConcept . |
SNOMEDDescription[] |
SNOMEDActiveSet.getDescriptions(String termPattern)
Gets an array of all SNOMED-CT descriptions in this
SNOMEDActiveSet , that match the specified term pattern. |
int |
SNOMEDActiveSet.getDescriptionType(SNOMEDDescription description)
Gets the description type of the specified SNOMED-CT description.
|
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. |
Date |
SNOMEDConcept.getEffectiveTime()
Gets the Effective Time (RF2 Attribute) of this
SNOMEDConcept . |
Date |
SNOMEDDescription.getEffectiveTime()
Gets the Effective Time (RF2 Attribute) of this
SNOMEDDescription . |
Date |
SNOMEDRelationship.getEffectiveTime()
Gets the Effective Time (RF2 Attribute) of this
SNOMEDRelationship . |
SNOMEDDescription |
SNOMEDActiveSet.getFullySpecifiedName(SNOMEDConcept concept)
Gets the SNOMED-CT description that is a fully specified name of the specified
SNOMED-CT concept.
|
String |
SNOMEDSubset.getID()
Gets the unique identifier of this
SNOMEDSubset . |
boolean |
SNOMEDDescription.getInitialCapitalStatus()
Gets the flag value that indicates whether the initial capitalization of this
SNOMEDDescription
reflects the correct meaning. |
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getIsAConcept()
Gets the SNOMED-CT IS_A relationship-type concept.
|
String |
SNOMEDContextDescSubset.getLangCode()
Gets the language code of this
SNOMEDContextDescSubset . |
String |
SNOMEDLangSubset.getLangCode()
Gets the language code of this
SNOMEDLanguageSubset . |
String |
SNOMEDRealmDescSubset.getLangCode()
Gets the language code of this
SNOMERealmDescriptionSubset . |
String |
SNOMEDDescription.getLanguageCode()
Gets the language code of this
SNOMEDDescription . |
Date |
SNOMEDRefSet.getMemberEffectiveTime(String memberId,
int type)
Return the member's Effective Time attribute present in this refset.
|
String |
SNOMEDRefSet.getMemberModule(String memberId,
int type)
Return the member's Module identifier present in this refset.
|
Vector |
SNOMEDRefSet.getMembers(int start)
Return the member details present in this refset.
|
int |
SNOMEDRefSet.getMemberStatus(String memberId,
int type)
Return the member's status details present in this refset.
|
String |
SNOMEDRefSet.getMemberValue(String memberId,
int type)
Return the member's Value details present in this refset.
|
String |
SNOMEDRelationship.getModifierId()
Gets the Modifier identifier (RF2 Attribute) of this
SNOMEDRelationship . |
String |
SNOMEDConcept.getModuleId()
Gets the Module identifier (RF2 Attribute) of this
SNOMEDConcept . |
String |
SNOMEDDescription.getModuleId()
Gets the Module identifier (RF2 Attribute) of this
SNOMEDDescription . |
String |
SNOMEDRelationship.getModuleId()
Gets the Module identifier (RF2 Attribute) of this
SNOMEDRelationship . |
String |
SNOMEDSubset.getName()
Gets the name of this
SNOMEDSubset . |
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getNavigationConcept()
Gets the SNOMED-CT navigation concept.
|
SNOMEDNavigationLink[] |
SNOMEDNavigationSubset.getNavigationLinks()
Gets an array of all SNOMED-CT navigation links that are available in
this
SNOMEDNavigationSubset . |
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getNonCurrentConcept()
Gets the SNOMED-CT non-current concept.
|
int |
SNOMEDNavigationLink.getOrder()
Gets the ordering number of the child SNOMED-CT concept.
|
String |
SNOMEDSubset.getOriginalID()
Gets the identifier of the original version of the SNOMED-CT subset on which this
SNOMEDSubset is based. |
SNOMEDConcept |
SNOMEDNavigationLink.getParent()
Gets the parent SNOMED-CT concept from this
SNOMEDNavigationLink . |
SNOMEDDescription |
SNOMEDActiveSet.getPreferredDescription(SNOMEDConcept concept)
Gets the preferred SNOMED-CT description of the specified SNOMED-CT concept.
|
SNOMEDDescription[] |
SNOMEDActiveSet.getPreferredDescriptions()
Gets an array of preferred SNOMED-CT descriptions of each SNOMED-CT
concept available in this
SNOMEDActiveSet . |
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.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getQualifierConcept()
Gets the SNOMED-CT qualifier concept.
|
String |
SNOMEDContextSubset.getRealmID()
Gets the realm identifier of this
SNOMEDContextSubset . |
String |
SNOMEDRealmSubset.getRealmID()
Gets the realm identifier of this
SNOMEDRealmSubset that uniquely
identifies a particular realm. |
int |
SNOMEDRelationship.getRefinability()
Gets the refinability flag of this
SNOMEDRelationship . |
SNOMEDRelationship |
SNOMEDCodingSchemeVersion.getRelationshipByID(String sctId)
Gets the SNOMED-CT relationship that belongs to this
SNOMEDCodingSchemeVersion . |
int |
SNOMEDRelationship.getRelationshipGroup()
Gets the relationship group of this
SNOMEDRelationship . |
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. |
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getRootConcept()
Gets the SNOMED-CT root concept.
|
String |
SNOMEDDescription.getSNOMEDID()
Gets the SNOMED-CT identifier of this
SNOMEDDescription . |
String |
SNOMEDRelationship.getSNOMEDID()
Gets the identifier of this
SNOMEDRelationship . |
String |
SNOMEDConcept.getSNOMEDRTID()
Gets the SNOMED-RT identifier of this
SNOMEDConcept . |
int |
SNOMEDConcept.getSNOMEDStatus()
Gets the status flag of this
SNOMEDConcept . |
int |
SNOMEDDescription.getSNOMEDStatus()
Gets the SNOMED-CT status flag of this
SNOMEDDescription . |
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getSpecialConcept()
Gets the SNOMED-CT top-level 'Special' 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 . |
String |
SNOMEDSubset.getSubsetVersion()
Gets the version identifier of this
SNOMEDSubset . |
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 . |
int |
SNOMEDDescription.getType()
Gets the description type flag for this
SNOMEDDescription . |
int |
SNOMEDSubset.getType()
Gets the type code of this
SNOMEDSubset . |
String |
SNOMEDDescription.getTypeId()
Gets the Description type identifier (RF2 Attribute) of this
SNOMEDDescription . |
boolean |
SNOMEDConcept.hasAncestor(SNOMEDConcept ancestor)
Indicates whether the specified SNOMED-CT concept is an ancestor to this
SNOMEDConcept . |
boolean |
SNOMEDConcept.isNavigationConcept()
Indicates whether this
SNOMEDConcept is a SNOMED-CT navigation concept. |
boolean |
SNOMEDConcept.isPrimitive()
Indicates whether this
SNOMEDConcept is primitive. |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved