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 |
---|---|
Relationship[] |
ETSAuthoringService.addRelationships(CodingSchemeVersion version,
CandidateRelationship[] candidateRels,
boolean dryRunFlag)
Adds multiple relationships to an editable
CodingSchemeVersion . |
void |
ETSAuthoringService.removeAttributes(AttributableETSComponent[] component,
ETSAttribute[][] attributes,
boolean dryRunFlag)
Removes
ETSAttribute objects from multiple AttributableETSComponent
objects. |
Modifier and Type | Method and Description |
---|---|
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. |
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. |
ConceptDescription |
ETSService.findDescription(String etsId)
Finds a
ConceptDescription object by the specified ETS identifier. |
Relationship |
ETSService.findRelationship(String etsId)
Finds a
Relationship object by the specified ETS identifier. |
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 |
ConceptDescription.getConcept()
Gets the concept associated with this
ConceptDescription object. |
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. |
ClassificationDeclaration |
Classification.getDeclarationByConcept(Concept concept)
Gets the classification declaration associated with a particular
concept within the context of this
Classification . |
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. |
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. |
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. |
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 . |
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. |
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.
|
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. |
Concept |
HierarchicalConcept.getParent()
Gets the parent
Concept of this node. |
ConceptList |
ConceptList.getParentConceptList()
Returns the parent
ConceptList of this ConceptList 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. |
Date |
CodingSchemeVersion.getRetiredDate()
Gets the date when the status of this
CodingSchemeVersion object
was set to retired. |
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. |
TerminologyConceptDescription |
ConceptListMember.getTerminologyPreferredDescription()
Gets the terminology-preferred description of this
ConceptListMember
object. |
UsageContext |
ConceptList.getUsageContext()
Gets the usage context linked to this
ConceptList object. |
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 |
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. |
void |
ETSAdministrationService.removeConceptFromConceptList(Concept concept,
ConceptList conceptList)
|
void |
ETSAdministrationService.retireConceptInConceptList(Concept concept,
ConceptList conceptList)
Retires an active or pending concept from the
ConceptList
on the current date. |
void |
ETSAdministrationService.setConceptDescriptionUsageContext(LocalConceptDescription description,
UsageContext usageContext)
Sets the
UsageContext of a given LocalConceptDescription . |
void |
ETSAdministrationService.setConceptListDefaultConcept(ConceptList list,
Concept concept)
Sets an active member as the default
Concept for a ConceptList . |
void |
ETSAdministrationService.setCoreMember(ConceptList cl,
Concept concept,
boolean flag)
Sets a flag indicating if the concept belongs to the core set of the
ConceptList . |
void |
ETSAdministrationService.updateMembershipActivationDate(Concept concept,
ConceptList conceptList)
Sets the activation date of a pending concept to the current date.
|
void |
ETSAdministrationService.updateMembershipActivationDate(Concept concept,
ConceptList conceptList,
Date date)
Sets the activation date of a pending concept to the
specified date in the future.
|
void |
ETSAdministrationService.updateMembershipRetirementDate(Concept concept,
ConceptList conceptList,
Date date)
Retires an active or pending concept from the
ConceptList
on the specified date. |
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 |
---|---|
StagedVersion |
StagedService.getStagedVersion(int loadSequence)
Gets the
StagedVersion object with the specified unique load
sequence number. |
Modifier and Type | Method and Description |
---|---|
static ETSNotFoundException |
ETSException.newCodingSchemeNotFound(String codeSystem,
String codeSystemName) |
static ETSNotFoundException |
ETSException.newCodingSchemeVersionNotFound(String codeSystem,
String codeSystemName,
String version) |
static ETSNotFoundException |
ETSException.newNoConceptsCode(String conceptListName,
String code,
String codeSystem,
String codeSystemName,
String version) |
Modifier and Type | Method and Description |
---|---|
FDBAllergenGroupConcept |
FDBHICConcept.getAllergenGroup()
Gets an FDB allergen group concept that contains this
FDBHICConcept . |
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.
|
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 . |
FDBMedicationConcept |
FDBMedicationConcept.getGenericMedication()
Gets the FDB generic medication concept related to this
FDBMedicationConcept . |
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 . |
FDBClassificationConcept |
FDBClassificationConcept.getParent()
Gets the
FDBClassificationConcept that is
the immediate parent of this FDBClassificationConcept . |
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 . |
FDBNDCDrugConcept |
FDBNDCDrugConcept.getReplacementNDC()
Gets the FDB NDC drug concept that replaced this
FDBNDCDrugConcept . |
FDBRoutedMedicationConcept |
FDBRDFMedicationConcept.getRoutedMedication()
Gets the routed medication concept that is related to this
FDBRDFMedicationConcept . |
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 . |
Modifier and Type | Method and Description |
---|---|
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.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.
|
MapTarget |
MapSet.getMapTargetByTargetCode(String code)
Gets the
MapTarget object that matches the specified vendor-assigned target code. |
Modifier and Type | Method and Description |
---|---|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getAttributeConcept()
Gets the SNOMED-CT attribute concept.
|
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 . |
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 . |
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.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getIsAConcept()
Gets the SNOMED-CT IS_A relationship-type concept.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getNavigationConcept()
Gets the SNOMED-CT navigation concept.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getNonCurrentConcept()
Gets the SNOMED-CT non-current concept.
|
String |
SNOMEDSubset.getOriginalID()
Gets the identifier of the original version of the SNOMED-CT subset on which this
SNOMEDSubset is based. |
SNOMEDDescription |
SNOMEDActiveSet.getPreferredDescription(SNOMEDConcept concept)
Gets the preferred SNOMED-CT description of the specified SNOMED-CT concept.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getQualifierConcept()
Gets the SNOMED-CT qualifier concept.
|
SNOMEDRelationship |
SNOMEDCodingSchemeVersion.getRelationshipByID(String sctId)
Gets the SNOMED-CT relationship that belongs to this
SNOMEDCodingSchemeVersion . |
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getRootConcept()
Gets the SNOMED-CT root concept.
|
SNOMEDConcept |
SNOMEDCodingSchemeVersion.getSpecialConcept()
Gets the SNOMED-CT top-level 'Special' concept.
|
SNOMEDSubset |
SNOMEDCodingSchemeVersion.getSubsetByID(String subsetID)
Gets SNOMED-CT subset available in this
SNOMEDCodingSchemeVersion . |
SNOMEDDescription[] |
SNOMEDActiveSet.getSynonyms(SNOMEDDescription description)
Gets an array of synonyms of the specified SNOMED-CT description.
|
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