C D E G I O T

C

CodeActionDate - class org.nci.dts.client.CodeActionDate.
A CodeActionDate contains a concept code and a baseline date.
ConceptHistoryServer - class org.nci.dts.client.ConceptHistoryServer.
A ConceptHistoryServer provides common methods for getting concept history.
ConceptHistoryServer() - Constructor for class org.nci.dts.client.ConceptHistoryServer
 
createInstance(ServerConnection) - Static method in class org.nci.dts.client.DbInfoServer
Creates an instance of DbInfoServer.
createInstance(ServerConnection) - Static method in class org.nci.dts.client.ConceptHistoryServer
Creates an instance of ConceptHistoryServer.
createInstance(ServerConnection, boolean) - Static method in class org.nci.dts.client.DbInfoServer
Creates an instance of DbInfoServer.
createInstance(ServerConnection, boolean) - Static method in class org.nci.dts.client.ConceptHistoryServer
Creates an instance of ConceptHistoryServer.

D

DbInfo - class org.nci.dts.client.DbInfo.
A DbInfo contains database name, version, and release date.
DbInfoServer - class org.nci.dts.client.DbInfoServer.
A DbInfoServer provides common methods for getting database information.
DbInfoServer() - Constructor for class org.nci.dts.client.DbInfoServer
 

E

EditAction - class org.nci.dts.client.EditAction.
An EditAction contains the concept's edit action and the edit date.
equals(DbInfo) - Method in class org.nci.dts.client.DbInfo
Tests if two DbInfos are equal.

G

getAction() - Method in class org.nci.dts.client.EditAction
Gets the action for this EditAction.
getAncestorCodeActionDates(int, String, Date, Date) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets the ancestor concepts' CodeActionDate of the specified concept.
getAncestorCodes(int, String, boolean, Date, Date) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets the ancestor concept codes of the specified concept.
getCode() - Method in class org.nci.dts.client.CodeActionDate
Gets the concept code for this CodeActionDate.
getCodeActionChildren(int, String, Date) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets the descendant concepts' codes of the specified concept involved in "split or merge" actions that occurred in the specified baseline date.
getCodeActionParents(int, String, Date) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets the ancestor concepts' codes of the specified concept involved in "split or merge" actions that occurred in the specified baseline date.
getConceptCreationDate(int, String) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets the baseline date of creation of the specified concept.
getConceptEditAction(int, String) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets all EditAction of the specified concept.
getConceptEditAction(int, String, Date) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets all edit actions of the specified concept registered in the specified baseline date.
getConceptEditActionDates(int, String, int) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets all dates in which a specified action takes place on the specified concept.
getDate() - Method in class org.nci.dts.client.CodeActionDate
Gets the baseline date for this CodeActionDate.
getDbInfo(String) - Method in class org.nci.dts.client.DbInfoServer
Retrieves database infomation for the specified database name.
getDbInfos() - Method in class org.nci.dts.client.DbInfoServer
Retrieves all database infomation.
getDescendantCodeActionDates(int, String, Date, Date) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets the descendant concepts' CodeActionDate of the specified concept.
getDescendantCodes(int, String, boolean, Date, Date) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets the descendant concept codes of the specified concept.
getEditdate() - Method in class org.nci.dts.client.EditAction
Gets the editdate for this EditAction.
getHistoryDates() - Method in class org.nci.dts.client.ConceptHistoryServer
Gets all distinct dates in concept_history table.
getHistoryEnd() - Method in class org.nci.dts.client.ConceptHistoryServer
Gets the latest date in concept_history table.
getHistoryStart() - Method in class org.nci.dts.client.ConceptHistoryServer
Gets the initial date in concept_history table.
getName() - Method in class org.nci.dts.client.DbInfo
Gets the name for this DbInfo.
getNumberEditActions(int, String, Date) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets the number of editing actions on the specified concept registered in the specified baseline date.
getNumberEditActions(int, String, Date, Date) - Method in class org.nci.dts.client.ConceptHistoryServer
Gets the number of editing actions on the specified concept registered in the specified date range.
getReleaseDate() - Method in class org.nci.dts.client.DbInfo
Gets the release date for this DbInfo.
getVersion() - Method in class org.nci.dts.client.DbInfo
Gets the version for this DbInfo.

I

isConceptEdited(int, String, boolean, Date, Date) - Method in class org.nci.dts.client.ConceptHistoryServer
Checks if the specified concept is edited or not during a date range.
isConceptRetired(int, String) - Method in class org.nci.dts.client.ConceptHistoryServer
Checks if the specified concept is retired or not.

O

org.nci.dts.client - package org.nci.dts.client
 

T

toString() - Method in class org.nci.dts.client.DbInfo
Gets the name for this DbInfo.

C D E G I O T