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 . |
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.setTerminologyPreferredDescription(TerminologyConceptDescription description)
Sets the terminology description of a concept to preferred.
|
Modifier and Type | Method and Description |
---|---|
void |
ETSAdministrationService.activateClassification(Classification classification)
Marks a classification as active.
|
void |
ETSAdministrationService.activateConceptList(ConceptList conceptList)
Activates a retired
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 |
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 |
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 . |
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. |
ReassignableETSComponent |
ReassignableETSComponent.getFinalAssignment()
Gets the final
ReassignableETSComponent in a series of reassignments. |
ReassignableETSComponent |
ReassignableETSComponent.getNextAssignment()
Gets
ReassignableETSComponent to which this
ReassignableETSComponent object has been reassigned. |
ReassignableETSComponent[] |
ReassignableETSComponent.getPreviousAssignments()
Gets any
ReassignableETSComponent objects that are directly
reassigned to this ReassignableETSComponent object. |
void |
ETSAdministrationService.retire(RetirableETSComponent component,
Date retireDate)
Retires the
RetirableETSComponent , optionally specifying the
retirement date. |
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.setConceptListAdditionInheritance(ConceptList cl,
boolean flag)
Sets the
ConceptList to either inherit additions of concept members
from its parent ConceptList or not. |
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.updateMembershipActivationDate(Concept concept,
ConceptList conceptList)
Sets the activation date of a pending concept to the current date.
|
void |
ETSAdministrationService.updateMembershipActivationDate(Concept concept,
ConceptList conceptList,
Date date)
Sets the activation date of a pending concept to the
specified date in the future.
|
void |
ETSAdministrationService.updateMembershipRetirementDate(Concept concept,
ConceptList conceptList,
Date date)
Retires an active or pending concept from the
ConceptList
on the specified date. |
Modifier and Type | 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 . |
SNOMEDNavigationLink[] |
SNOMEDNavigationSubset.getNavigationLinks()
Gets an array of all SNOMED-CT navigation links that are available in
this
SNOMEDNavigationSubset . |
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved