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.snomed |
Contains classes pertaining to the SNOMED-CT coding scheme.
|
Modifier and Type | Method and Description |
---|---|
ConceptDescription[][] |
ETSAuthoringService.addConceptDescriptions(Concept[] concepts,
CandidateConceptDescription[][] candidateConcDescs,
boolean dryRunFlag)
Adds concept descriptions to editable
CodingSchemeVersions . |
Modifier and Type | Interface and Description |
---|---|
interface |
LocalConceptDescription
Represents a locally-specified description for a concept.
|
interface |
TerminologyConceptDescription
Represents a terminology vendor-specified description for a
Concept . |
Modifier and Type | Method and Description |
---|---|
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. |
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. |
ConceptDescription[] |
UsageContext.getContextDescriptions()
Gets all the
ConceptDescription objects
that have this UsageContext object. |
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 . |
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 . |
ConceptDescription |
ConceptListMember.getLongNameDescription()
Gets the long name description of this
ConceptListMember object. |
ConceptDescription |
ConceptListMember.getPrintNameDescription()
Gets the print name description of this
ConceptListMember object. |
ConceptDescription |
ConceptListMember.getShortNameDescription()
Gets the short name description of this
ConceptListMember object. |
ConceptDescription[] |
ConceptDescription.getSynonyms()
Gets all local and terminology descriptions that describe the
same concept as this
ConceptDescription object. |
ConceptDescription |
Concept.getTerminologyPreferredDescription()
Gets the preferred description for this
Concept object as defined by the
terminology vendor. |
ConceptDescription |
Concept.getTerminologyPreferredDescription(Locale locale)
Gets the preferred description for this Concept object as defined by the
terminology vendor in a given
Locale . |
ConceptDescription[] |
Concept.getTerminologySpecifiedDescriptions()
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 . |
Modifier and Type | Method and Description |
---|---|
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,
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.setConceptListMemberDescription(int memberDescriptionType,
ConceptListMember member,
ConceptDescription desc)
Sets the member description for this
ConceptListMember to an
already existing local or terminology-defined description. |
Modifier and Type | Interface and Description |
---|---|
interface |
SNOMEDDescription
Defines extensions to the generic
TerminologyConceptDescription
object by providing operations that are specific to the SNOMED-CT terminology. |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved