A C D E F G H I M N P Q R S T U W

A

ALL_ATTRIBUTES - Static variable in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
ALL_ATTRIBUTES is a special AttributeSetDescriptor that will cause all attributes of a concept to be fetched.
ALL_PROPERTIES - Static variable in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
ALL_PROPERTIES is a special AttributeSetDescriptor that will cause all properties of a concept to be fetched.
ALL_ROLES - Static variable in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
ALL_ROLES is a special AttributeSetDescriptor that will cause all roles of a concept to be fetched.
AttributeSetDescriptor - class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor.
An AttributeSetDescriptor is a description of the set of Concept attributes that should be retrieved by a given operation.
AttributeSetDescriptor(String) - Constructor for class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
Constructs an AttributeSetDescriptor with the given name.
addAssociation(String, String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Adds a ConceptAssocation
addAssociation(ConceptAssociation) - Method in class gov.nih.nci.dtsrpc.client.Concept
Adds an Inverse ConceptAssocation
addConcept(Concept) - Method in class gov.nih.nci.dtsrpc.client.DTSSearchResults
Adds element to Concept_vec
addEditActionDate(EditActionDate) - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Adds an element to editactiondate_vec
addInverseAssociation(String, String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Adds an Inverse ConceptAssocation
addInverseAssociation(ConceptAssociation) - Method in class gov.nih.nci.dtsrpc.client.Concept
Adds an Inverse ConceptAssocation
addInverseRole(String, String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Adds the specific inverse role to the Concept.
addInverseRole(Role) - Method in class gov.nih.nci.dtsrpc.client.Concept
Adds an inverse Role.
addLink(String) - Method in class gov.nih.nci.dtsrpc.client.TreeNode
Adds a role name to links Sets value to link
addProperty(String) - Method in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
Adds a property to the set of attributes that will be retrieved by any operation that uses this AttributeSetDescriptor.
addProperty(String, String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Adds the specific property to the Concept.
addProperty(Property) - Method in class gov.nih.nci.dtsrpc.client.Concept
Adds a Property
addQualifier(String, String) - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Adds the specific qualifier to the ConceptAssociation.
addQualifier(Qualifier) - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Adds the specific qualifier to the ConceptAssociation.
addQualifier(String, String) - Method in class gov.nih.nci.dtsrpc.client.Property
Adds the specific qualifier to the property.
addQualifier(Qualifier) - Method in class gov.nih.nci.dtsrpc.client.Property
Adds the specific qualifier to the property.
addRole(String) - Method in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
Adds a role to the set of attributes that will be retrieved by any operation that uses this AttributeSetDescriptor.
addRole(String, String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Adds a Role
addRole(Role) - Method in class gov.nih.nci.dtsrpc.client.Concept
Adds a Role

C

COL_CONCEPT_CODE - Static variable in class gov.nih.nci.dtsrpc.client.MatchedTerm
cColumn number for concept code
COL_KIND_ID - Static variable in class gov.nih.nci.dtsrpc.client.MatchedTerm
cColumn number for kind id
COL_NAMESPACE_ID - Static variable in class gov.nih.nci.dtsrpc.client.MatchedTerm
cColumn number for namespace id
COL_TERM - Static variable in class gov.nih.nci.dtsrpc.client.MatchedTerm
cColumn number for term name
COL_TERM_TYPE - Static variable in class gov.nih.nci.dtsrpc.client.MatchedTerm
cColumn number for term type
CONCEPT_STATUS - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
a static string "Concept_Status"
Concept - class gov.nih.nci.dtsrpc.client.Concept.
A Concept is the main terminology element.
Concept() - Constructor for class gov.nih.nci.dtsrpc.client.Concept
Constructs a Concept object and initializes it.
Concept(String, int, String, int) - Constructor for class gov.nih.nci.dtsrpc.client.Concept
Constructor
ConceptAssociation - class gov.nih.nci.dtsrpc.client.ConceptAssociation.
ConceptAssociation
ConceptAssociation() - Constructor for class gov.nih.nci.dtsrpc.client.ConceptAssociation
default constructor
ConceptAssociation(String, String) - Constructor for class gov.nih.nci.dtsrpc.client.ConceptAssociation
Constructs a ConceptAssociation with the given name and value.
ConceptHistory - class gov.nih.nci.dtsrpc.client.ConceptHistory.
ConceptHistory
ConceptHistory() - Constructor for class gov.nih.nci.dtsrpc.client.ConceptHistory
Default constructor
containsInverseRole(String, String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a ontylog concept in a namespace has a specific inverse role and if so whether the role has a specific value
containsInverseRole(String, String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a ontylog concept in a namespace has a specific inverse role and if so whether the role has a specific value
containsRole(String, String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a ontylog concept in a namespace has a specific role and if so whether the role has a specific value
containsRole(String, String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a ontylog concept in a namespace has a specific role and if so whether the role has a specific value

D

DTSMatchedConcept - class gov.nih.nci.dtsrpc.client.DTSMatchedConcept.
DTSMatchedConcept
DTSMatchedConcept() - Constructor for class gov.nih.nci.dtsrpc.client.DTSMatchedConcept
 
DTSRPCClient - class gov.nih.nci.dtsrpc.client.DTSRPCClient.
DTSRPC Client Class
DTSRPCClient() - Constructor for class gov.nih.nci.dtsrpc.client.DTSRPCClient
a constructor for creating an instance of DTSRPCClient.
DTSRPCClient(String, String) - Constructor for class gov.nih.nci.dtsrpc.client.DTSRPCClient
a constructor for creating an instance of DTSRPCClient.
DTSSearchResults - class gov.nih.nci.dtsrpc.client.DTSSearchResults.
DTSSearchResults
DTSSearchResults() - Constructor for class gov.nih.nci.dtsrpc.client.DTSSearchResults
 

E

EDIT_ACTION_CREATE_STR - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Constant string for Create action
EDIT_ACTION_MERGE_STR - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Constant string for Merge action
EDIT_ACTION_MODIFY_STR - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Constant string for Modify action
EDIT_ACTION_RETIRE_STR - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Constant string for Retire action
EDIT_ACTION_SPLIT_STR - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Constant string for Split action
EditActionDate - class gov.nih.nci.dtsrpc.client.EditActionDate.
EditActionDate
EditActionDate() - Constructor for class gov.nih.nci.dtsrpc.client.EditActionDate
Default constructor

F

fetchDTSProperties(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Fetchs the properties of a givn concept belonging to a given namespace
fetchDTSProperties(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Fetchs the properties of a givn concept belonging to a given namespace
fetchTermAssociations(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Fetchs term association data corresponding to a concept belonging to a given namespace .
fetchTermAssociations(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Fetchs term association data corresponding to a concept belonging to a given namespace .
findConcept(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the Concept corresponding to a specific Concept name in the default namespace with all fetched attributes
findConcept(String, boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the Concept corresponding to a specific Concept name in the default namespace with all fetched attributes
findConcept(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the Concept corresponding to a specific Concept name in a specific namespace with all fetched attributes
findConcept(String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the Concept corresponding to a specific Concept name in a specific namespace
findConceptByCode(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the Concept corresponding to a specific Concept code in the default namespace with all attributes retrieved
findConceptByCode(String, boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the Concept corresponding to a specific Concept code in the default namespace
findConceptByCode(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the Concept corresponding to a specific Concept name in a specific namespace
findConceptByCode(String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the Concept corresponding to a specific Concept name in a specific namespace
findConceptWithPropertyMatching(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets all concepts that have a property value of the given property that matches the argument pattern.
findConceptWithRoleMatching(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets all concepts that have a role value of the given role that matches the argument pattern.
findConceptsByCode(Vector) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concept names matched with specified concept codes.
findConceptsByCode(Vector, Vector) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concept names matched with specified concept codes.
findConceptsById(Vector) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concept names matched with specified concept ids.
findConceptsById(Vector, Vector) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concept names matched with specified concept ids.
findConceptsWithConceptAssociationMatching(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with a concept association matching a specific search criteria.
findConceptsWithConceptAssociationMatching(String, String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with a concept association matching a specific search criteria.
findConceptsWithInverseConceptAssociationMatching(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with an inverse concept association matching a specific search criteria.
findConceptsWithInverseConceptAssociationMatching(String, String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with an inverse concept association matching a specific search criteria.
findConceptsWithInverseRoleMatching(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with an inverse role matching a specific search criteria.
findConceptsWithInverseRoleMatching(String, String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with an inverse role matching a specific search criteria.
findConceptsWithNameMatching(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with name matching a specific search criteria.
findConceptsWithNameMatching(String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with name matching a specific search criteria.
findConceptsWithNameMatching(String, int, boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with name matching a specific search criteria.
findConceptsWithNameMatching(String, int, boolean, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with name matching a specific search criteria.
findConceptsWithPropertyContaining(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with a property containing a specific search criteria.
findConceptsWithPropertyContaining(String, String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with a property containing a specific search criteria.
findConceptsWithPropertyMatching(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with a property matching a specific search criteria.
findConceptsWithPropertyMatching(String, String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with a property matching a specific search criteria.
findConceptsWithRoleMatching(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with a role matching a specific search criteria.
findConceptsWithRoleMatching(String, String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with a role matching a specific search criteria.
findConceptsWithRoleOrPropertyMatching(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Performs complex search for concepts that match a search criteria defined by roles, properties, and binary operators, AND, OR, and NOT.
findConceptsWithRoleOrPropertyMatching(int, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with roles or properties matching with a specific search criteria.
findConceptsWithSiloMatching(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets a vector of silo names that represent the search pattern, but with those attributes present that are specified in the AttributteSetDescriptor.
findConceptsWithSiloMatching(String, int, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets a vector of silo names that represent the search pattern, but with those attributes present that are specified in the AttributteSetDescriptor.
findConceptsWithSiloMatching(String, int, int, boolean, boolean, boolean, int, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets an array of Concept objects that represents the search pattern since DTSRPC 2.1
findConceptsWithSynonymMatching(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with a synonym matching a specific search criteria.
findConceptsWithSynonymMatching(String, String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds concepts with a synonym matching a specific search criteria.
findNamespaceByCode(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds the namespace that matched with a specified id
findNamespaceById(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds the namespace that matched with a specified id
findTermsByName(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds terms that match with a specific search string
findTermsByName(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds terms that match with a specific search string
findTermsWithNameMatching(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves each term with a name (string identifier) that matches the argument pattern, based on the specified search options.
findTermsWithNameMatching(String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves each term with a name (string identifier) that matches the argument pattern, based on the specified search options.

G

getASDIndex() - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Gets ASDIndex
getAction() - Method in class gov.nih.nci.dtsrpc.client.EditActionDate
Gets action
getAllAssociationTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all association types known in the knowledgebase.
getAllConceptAssociationQualifierTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the names of all concept association qualifier types.
getAllConceptAssociationTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all concept association types.
getAllConceptPropertyQualifierTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all concept property qualifier type names.
getAllConceptPropertyTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all concept property types.
getAllLicenses(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets all licenses from the server.
getAllPropertyTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all PropertyType
getAllPropertyTypes(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all PropertyType in a given namespace
getAllQualifierTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all qualifier type names.
getAllRoleNames() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets all role names defined in the default namespace
getAllRoleNames(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the role names defined in a particular namespace.
getAllRoleTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all RoleType
getAllRoleTypes(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all RoleType in a given namespace
getAllRoleTypesInNamespace() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all RoleType in the default namespace
getAllSilos() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all silos
getAllSubConceptCodes(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the codes of all subconcept of a specified concept
getAllSubConceptCodes(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the codes of all subconcept of a specified concept
getAllSubConceptNames(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names of all subconcept of a specified concept
getAllSubConceptNames(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names of all subconcept of a specified concept
getAllSynonymTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all synonym types.
getAllTermAssociationQualifierTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all term association qualifier type names.
getAllTermAssociationTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all term association types.
getAllTermPropertyQualifierTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all term property qualifier type names.
getAllTermPropertyTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all term property types.
getAncestorCodeActionDates(String, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the ancestor concepts' CodeActionDate of the specified concept.
getAncestorCodeActionDates(int, String, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the ancestor concepts' CodeActionDate of the specified concept.
getAncestorCodes(String, boolean, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the ancestor concept codes of the specified concept.
getAncestorCodes(int, String, boolean, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the ancestor concept codes of the specified concept.
getAssociationCollection() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets assocations of the Concept.
getAssociations() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets assocations of the Concept.
getAttributeSetDescriptor() - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Gets AttributeSetDescriptor
getAuthorities() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves a vector of Authority names which represent the available namespace authorities in the DTS knowledgebase.
getBestMatchOnly() - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Gets bestMatchOnly
getCloseResult() - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Gets closeResult
getCode() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets the code of the Concept.
getCode() - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Gets code
getCode() - Method in class gov.nih.nci.dtsrpc.client.DTSMatchedConcept
Gets code
getCode() - Method in class gov.nih.nci.dtsrpc.client.HistoryRecord
Gets code value
getCode() - Method in class gov.nih.nci.dtsrpc.client.IndexType
Gets code
getCode() - Method in class gov.nih.nci.dtsrpc.client.PropertyType
Gets code
getCode() - Method in class gov.nih.nci.dtsrpc.client.RoleType
Gets code
getCodeActionChildren(String, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the descendant concepts' codes of the specified concept involved in "split or merge" actions that occurred in the specified baseline date.
getCodeActionChildren(int, String, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the descendant concepts' codes of the specified concept involved in "split or merge" actions that occurred in the specified baseline date.
getCodeActionParents(String, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the ancestor 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 gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the ancestor concepts' codes of the specified concept involved in "split or merge" actions that occurred in the specified baseline date.
getCompleteMatchFlag() - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Gets CompleteMatchFlag
getComplexPropertyElementValue(String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the value associated with the element in the property value
getComplexPropertyElements(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets tag names in a XML formatted sString
getConcept(String, boolean, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the Concept corresponding to a specific Concept name, or code in the default namespace with all fetched attributes
getConcept(String, boolean, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the Concept corresponding to a specific Concept name, or code in the default namespace with all fetched attributes
getConceptAssociationQualifierTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the names of all concept association qualifier types
getConceptAssociationQualifierTypes(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the names of all concept association qualifier types within a given namespace.
getConceptAssociationTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all concept association types.
getConceptAssociationTypes(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all concept association types in a namespace.
getConceptChildRoots() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names of root concepts
getConceptChildRoots(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Get root concept names
getConceptCode() - Method in class gov.nih.nci.dtsrpc.client.MatchedTerm
Gets concept code
getConceptCodeByName(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds the code of the specified concept.
getConceptCodeByName(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds the code of the specified concept.
getConceptCreationDate(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the baseline date of creation of the specified concept.
getConceptCreationDate(int, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the baseline date of creation of the specified concept.
getConceptEditAction(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets all EditAction of the specified concept.
getConceptEditAction(int, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets all EditAction of the specified concept.
getConceptEditAction(String, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets all EditAction of the specified concept.
getConceptEditAction(int, String, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets all EditAction of the specified concept.
getConceptEditActionDates(String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets EditActionDate that match with the given concept code and edit action index.
getConceptEditActionDates(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets EditActionDate that match with the given concept code and edit action index.
getConceptEditActionDates(int, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets EditActionDate that match with the given concept code and edit action index.
getConceptHistory(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the ConceptHistory corresponding to a specific concept.
getConceptHistory(int, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the ConceptHistory corresponding to a specific concept in a given namespace
getConceptNameByCode(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds the code of the specified concept.
getConceptNameByCode(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds the code of the specified concept.
getConceptPropertyQualifierTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all concept property qualifier types.
getConceptPropertyQualifierTypes(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all concept property qualifier types within a given namespace.
getConceptPropertyTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all concept property types.
getConceptPropertyTypes(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all concept property types within a given namespace.
getConceptStatus(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the status of the specific concept
getConceptStatus(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the status of the specific concept
getConcepts(Vector) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves Concepts with name matching with specified values
getConcepts(Vector, boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves Concepts with name matching with specified values
getConcepts(Vector, int, Vector) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves Concepts with name matching with specified values
getConcepts() - Method in class gov.nih.nci.dtsrpc.client.DTSSearchResults
Gets Concept
getCreationDate() - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Gets creationDate
getCreationDate(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the creation date of a concept
getDescendantCodeActionDates(String, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the descendant concepts' CodeActionDate of the specified concept.
getDescendantCodeActionDates(int, String, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the descendant concepts' CodeActionDate of the specified concept.
getDescendantCodes(String, boolean, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the descendant concept codes of the specified concept.
getDescendantCodes(int, String, boolean, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the descendant concept codes of the specified concept.
getDirectSubs(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves direct superconcepts of a specific Concept in a specific namespace
getDirectSubs(String, boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves direct superconcepts of a specific Concept in a specific namespace
getDirectSubs(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves direct superconcepts of a specific Concept in a specific namespace
getDirectSubs(String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves direct superconcepts of a specific Concept in a specific namespace
getDirectSubs(String, boolean, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves direct superconcepts of a specific Concept in a specific namespace
getDirectSups(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves direct superconcepts of a specific Concept in the default namespace.
getDirectSups(String, boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves direct superconcepts of a specific Concept in the default namespace.
getDirectSups(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves direct superconcepts of a specific Concept in a specific namespace.
getDirectSups(String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the direct superconcepts of a specific concept in a given namespace
getDirectSups(String, boolean, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the direct superconcepts of a specific concept in a given namespace
getEditAction() - Method in class gov.nih.nci.dtsrpc.client.HistoryRecord
Gets edit action value
getEditActionDates() - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Gets EditActionDate
getEditDate() - Method in class gov.nih.nci.dtsrpc.client.EditActionDate
Gets editdate
getEditDate() - Method in class gov.nih.nci.dtsrpc.client.HistoryRecord
Gets creation date value
getFetchedConceptAssociationValues(String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets fetched concept association values
getFetchedConceptAssociations() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets fetched associations
getFetchedHasSubs(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the concept has subconcepts.
getFetchedHasSubs(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the concept has subconcepts.
getFetchedHasSups(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the concept has superconcepts.
getFetchedHasSups(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the concept has superconcepts.
getFetchedInverseConceptAssociationValues(String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets fetched concept association values
getFetchedInverseConceptAssociations() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets fetched associations
getFetchedInverseRoles(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the fetched inverse roles of a given concept.
getFetchedInverseRoles(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the fetched inverse roles of a given concept.
getFetchedInverseTermAssociations(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the inverse term associations which have been fetched for this term.
getFetchedInverseTermAssociations(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the inverse term associations which have been fetched for this term.
getFetchedProperties() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets fetched properties.
getFetchedPropertyValues(String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets fetched property values
getFetchedRoleValues(String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets fetched concept associations
getFetchedRoles() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets fetched roles
getFetchedRoles(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the roles which have been retrieved for this concept.
getFetchedRoles(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the roles which have been retrieved for this concept.
getFetchedTermAssociations(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the term associations which have been fetched for this term.
getFetchedTermAssociations(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the term associations which have been fetched for this term.
getFetchedinverseRoleValues(String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets fetched inverse role values
getFetchedinverseRoles() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets fetched inverse roles
getHasChildren() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets the value of hasChildren.
getHasParents() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets the value of hasParents.
getHistoryDates() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets all distinct dates in concept_history table.
getHistoryEnd() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the latest date in concept_history table.
getHistoryEndDate() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets history end date
getHistoryRecords(String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves a set of history records from the concept_history table.
getHistoryRecords(String, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves a set of history records from the concept_history table.
getHistoryRecords(String, Date, Date, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves a set of history records from the concept_history table.
getHistoryStart() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the initial date in concept_history table.
getHistoryStartDate() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets history starting date
getId() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets the id of the Concept.
getId() - Method in class gov.nih.nci.dtsrpc.client.IndexType
Gets id
getId() - Method in class gov.nih.nci.dtsrpc.client.PropertyType
Gets id
getId() - Method in class gov.nih.nci.dtsrpc.client.RoleType
Gets id
getId() - Method in class gov.nih.nci.dtsrpc.client.Silo
Gets id
getInverseAssociationCollection() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets assocations of the Concept.
getInverseAssociations() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets assocations of the Concept.
getInverseRoleCollection() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets inverse roles of the Concept.
getInverseRoles() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets inverse roles of the Concept.
getIsA() - Method in class gov.nih.nci.dtsrpc.client.TreeNode
Gets isA
getIsRetired() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets the value of isRetired.
getIsRetired() - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Gets isRetired
getKindId() - Method in class gov.nih.nci.dtsrpc.client.MatchedTerm
Gets kind id
getKindNames() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets kind names .
getLicense(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the license for a given source.
getLimit() - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Gets limit
getLimit() - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Gets limit
getLinks() - Method in class gov.nih.nci.dtsrpc.client.TreeNode
Gets link
getMatchItemType(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the match item type, i.e.
getMatchItemType(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the match item type, i.e.
getMatchOption() - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Gets matchOption
getMatchString(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the string that was matched.
getMatchString(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the string that was matched.
getMatchType() - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Gets matchType
getMatchType() - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Gets matchType
getMatchedTermCount(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the total number of matched terms.
getMatchedTermCount(String, Vector, Vector) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the total number of matched terms.
getMatchedTerms(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds terms that match with a specific pattern.
getMatchedTerms(String, int, Vector, Vector) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds terms that match with a specific pattern.
getMatchedTerms(String, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds terms that match with a specific pattern.
getMatchedTerms(String, int, int, Vector, Vector) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Finds terms that match with a specific pattern.
getMatches(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Searches for concept names that partially match with the search pattern.
getModifier() - Method in class gov.nih.nci.dtsrpc.client.Role
Gets modifier
getName() - Method in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
Gets the name of the AttributeSetDescriptor.
getName() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets the name of the Concept.
getName() - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Gets name
getName() - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Gets name
getName() - Method in class gov.nih.nci.dtsrpc.client.DTSMatchedConcept
Gets name
getName() - Method in class gov.nih.nci.dtsrpc.client.IndexType
Gets name
getName() - Method in class gov.nih.nci.dtsrpc.client.Property
Gets name
getName() - Method in class gov.nih.nci.dtsrpc.client.PropertyType
Gets name
getName() - Method in class gov.nih.nci.dtsrpc.client.Qualifier
Gets name
getName() - Method in class gov.nih.nci.dtsrpc.client.Role
Gets name
getName() - Method in class gov.nih.nci.dtsrpc.client.RoleType
Gets name
getName() - Method in class gov.nih.nci.dtsrpc.client.Silo
Gets name
getName() - Method in class gov.nih.nci.dtsrpc.client.TreeNode
Gets name
getNamespaceDescription(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the description of a specific namespace
getNamespaceId() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets the namespaceId of the Concept.
getNamespaceId() - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Gets the namespaceId of the Concept.
getNamespaceId() - Method in class gov.nih.nci.dtsrpc.client.DTSMatchedConcept
Gets namespaceId
getNamespaceId(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the relative id of a namespace
getNamespaceId() - Method in class gov.nih.nci.dtsrpc.client.HistoryRecord
Gets namespaceId value
getNamespaceId() - Method in class gov.nih.nci.dtsrpc.client.MatchedTerm
Gets namespace id
getNamespaceId() - Method in class gov.nih.nci.dtsrpc.client.Qualifier
Gets namespaceId
getNamespaceId() - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Gets namespaceId
getNamespaceNames() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets namespace names
getNamespaceType(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets namespace type .
getNamespaces() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets available namespaces in a knowledgebase Note: in DTS 3.0, each connection is associated with a knowledgebase Each knowledgebase can contain multiple namespaces
getNumberEditActions(String, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the number of editing actions on the specified concept registered in the specified baseline date.
getNumberEditActions(int, String, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the number of editing actions on the specified concept registered in the specified baseline date.
getNumberEditActions(String, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the number of editing actions on the specified concept registered in the specified baseline date.
getNumberEditActions(int, String, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the number of editing actions on the specified concept registered in the specified baseline date.
getNumberOfSpecifiedInverseRoles(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Get the number of inverse roles that are available of the types specified in the ConceptAttributeSetDescriptor used to obtain this OntylogConcept.
getNumberOfSpecifiedInverseRoles(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the number of inverse roles that are available of the types specified in the ConceptAttributeSetDescriptor used to obtain this OntylogConcept.
getNumberOfSpecifiedInverseTermAssociations(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the number of inverse term associations that are available for this term.
getNumberOfSpecifiedInverseTermAssociations(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Get the number of inverse term associations that are available for this term.
getNumberOfSpecifiedRoles(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the number of roles that are available of the types specified in the ConceptAttributeSetDescriptor used to obtain this OntylogConcept.
getNumberOfSpecifiedRoles(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the number of roles that are available of the types specified in the ConceptAttributeSetDescriptor used to obtain this OntylogConcept.
getNumberOfSpecifiedTermAssociations(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the number of term associations that are available for the specified term.
getNumberOfSpecifiedTermAssociations(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the number of term associations that are available for the specified term.
getPartialUnderMatchFlag() - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Gets PartialUnderMatchFlag
getPattern() - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Gets pattern
getProperties() - Method in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
Gets names of properties that will be retrieved by any operation that uses this AttributeSetDescriptor.
getProperties() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets properties of the Concept.
getPropertiesByConceptName(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names and values of properties owned by the specified concept.
getPropertiesByConceptName(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names and values of properties owned by the specified concept.
getPropertyCollection() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets properties of the Concept.
getPropertyNames(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names of all roles owned by the specified concept (in the default namespace).
getPropertyNames(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names of all properties owned by the specified concept.
getPropertyTypeById(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the PropertyType corresponding to a specific PropertyType identifier in the default namespace
getPropertyTypeById(int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the PropertyType corresponding to a specific PropertyType identifier in a specific namespace
getPropertyTypeByName(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the PropertyType corresponding to a specific PropertyType name in the default namespace
getPropertyTypeByName(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the PropertyType corresponding to a specific PropertyType name in a given namespace
getPropertyTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names of all property types
getPropertyValues(String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the values of a propertyies owned by a concept in the default name space
getPropertyValues(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the values of a particular properties owned by the specified concept in a given namespace.
getQualifierCollection() - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Gets qualifiers
getQualifierCollection() - Method in class gov.nih.nci.dtsrpc.client.Property
Gets qualifiers
getQualifiers() - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Gets qualifiers
getQualifiers() - Method in class gov.nih.nci.dtsrpc.client.Property
Gets qualifiers
getReference() - Method in class gov.nih.nci.dtsrpc.client.HistoryRecord
Gets referenced code value
getRoleCollection() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets roles of the Concept.
getRoleNames(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names of roles owned by a specific concept (in the default namespace)
getRoleNames(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names of all roles owned by the specified concept.
getRoleTypeById(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the RoleType corresponding to a specific RoleType identifier
getRoleTypeById(int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the RoleType corresponding to a specific RoleType identifier in a given namespace
getRoleTypeByName(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the RoleType corresponding to a specific RoleType name in the default namespace
getRoleTypeByName(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the RoleType corresponding to a specific RoleType name in a given namespace
getRoleValues(String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the values of a role owned by a particular concept
getRoleValues(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the values of a particular role owned by the specified concept.
getRoles() - Method in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
Gets the names of roles that will be retrieved by any operation that uses this AttributeSetDescriptor.
getRoles() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets roles of the Concept.
getRolesByConceptName(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names and values of roles owned by the specified concept in the default namespace..
getRolesByConceptName(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names and values of roles owned by the specified concept.
getRootConcepts() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all root concepts of in the default namespace.
getRootConcepts(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all root concepts of in a given namespace.
getRootConcepts(boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all root concepts of in a given namespace.
getRootConcepts(int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all root concepts of in a given namespace.
getSilo() - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Gets silo
getSpellCorrection() - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Gets spellCorrection
getSubConcepts(String, Boolean, Boolean, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the names (or the codes) of a given concept in a specific namespace
getSubConcepts(String, Boolean, Boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the codes, or the names, of all subconcepts of the specified concept
getSubConcepts(String, boolean, boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the codes, or the names, of all subconcepts of the specified concept
getSubConcepts(String, boolean, boolean, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the codes, or the names, of all subconcepts of the specified concept
getSuperConcepts(String, Boolean, Boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the codes (or the names) of all superconcepts of the specified concepts.
getSuperConcepts(String, boolean, boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the codes (or the names) of all superconcepts of the specified concepts.
getSuperConcepts(String, boolean, boolean, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the codes (or the names) of all superconcepts of the specified concepts.
getSynonymTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all synonym types.
getSynonymTypes(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all synonym types in a given namespace.
getTermAssociationQualifierTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all term association qualifier type names.
getTermAssociationQualifierTypes(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all term association qualifier type names within a specific namespace.
getTermAssociationTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all term association types.
getTermAssociationTypes(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all term association types in a given namespace.
getTermName() - Method in class gov.nih.nci.dtsrpc.client.MatchedTerm
Gets term name
getTermPropertyQualifierTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the names of all term property qualifier types
getTermPropertyQualifierTypes(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves the names of all term property qualifier types within a given namespace.
getTermPropertyTypes() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all term property types within a given namespace.
getTermPropertyTypes(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves all term property types within a given namespace.
getTermType() - Method in class gov.nih.nci.dtsrpc.client.MatchedTerm
Gets term type
getTraverseDown() - Method in class gov.nih.nci.dtsrpc.client.TreeNode
Gets traverseDown
getTree(String, boolean, int, AttributeSetDescriptor, boolean, Vector, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets tree data.
getTree(String, boolean, AttributeSetDescriptor) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets tree data from the server (UserObject is a Concept instance).
getTree(String, boolean, int, AttributeSetDescriptor) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets tree data from the server (UserObject is a Concept instance).
getTree(String, boolean, int, AttributeSetDescriptor, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets tree data from the server (UserObject is a Concept instance).
getTree(String, boolean, int, AttributeSetDescriptor, boolean, Vector) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets tree data from the server (UserObject is a Concept instance).
getTree(String, boolean, int, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets tree data from the server (UserObject is a Concept instance).
getTree(String, boolean, int, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets tree data from the server (UserObject is a Concept instance).
getTreeNode() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets tree node.
getUnderMatchFlag() - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Gets UnderMatchFlag
getValue() - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Gets value
getValue() - Method in class gov.nih.nci.dtsrpc.client.Property
Gets value
getValue() - Method in class gov.nih.nci.dtsrpc.client.Qualifier
Gets value
getValue() - Method in class gov.nih.nci.dtsrpc.client.Role
Gets value
getVersions() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves an array of ContentVersions which are the list of versions
getVersions(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Retrieves an array of ContentVersions which are the list of versions for the given namespace Id in the knowledgebase.
getVocabularyDescription(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the description of a vocabulary
getVocabularyHost(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the host of a vocabulary server
getVocabularyNames() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets available vocabulary names
getVocabularyPort(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets the port of a vocabulary server
getVocabularyVersion(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets vocabulary name (a vocabulary name maps to a tuple)
gov.nih.nci.dtsrpc.client - package gov.nih.nci.dtsrpc.client
 

H

HistoryRecord - class gov.nih.nci.dtsrpc.client.HistoryRecord.
HistoryRecord
HistoryRecord() - Constructor for class gov.nih.nci.dtsrpc.client.HistoryRecord
Default constructor
HistoryRecord(String, int, String, Date, String) - Constructor for class gov.nih.nci.dtsrpc.client.HistoryRecord
 
hasChildren(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a concept in the default namespace has any subconcept
hasChildren(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a concept in a namespace has any subconcepts.
hasParents(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a concept has any superconcept
hasParents(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a concept has any superconcept .
hasPermission() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Determine whether the currently logged on user has permission to write to the default namespace.
hasPermission(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Determine whether the currently logged on user has permission to write to the specified namespace.
hasQualifier() - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Checks if the ConceptAssociation instance contains any qualifier since DTSRPC 2.1
hasQualifier() - Method in class gov.nih.nci.dtsrpc.client.Property
Checks if contains any qualifier since DTSRPC 2.1
hasStatus(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
a boolean variable indicating whether the concept has a concept status
hasStatus(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a concept has any status.
hasSubconcepts(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a concept in the default namespace has any subconcept
hasSubconcepts(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Deprecated. replaced by DTSRPCClient.hasChildren(java.lang.String) since DTSRPC 1.3.1
hasSuperconcepts(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a concept has any superconcept
hasSuperconcepts(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Deprecated. replaced by DTSRPCClient.hasParents(java.lang.String) since DTSRPC 1.3.1

I

IndexType - class gov.nih.nci.dtsrpc.client.IndexType.
IndexType
IndexType() - Constructor for class gov.nih.nci.dtsrpc.client.IndexType
default constructor
IndexType(String, int, String) - Constructor for class gov.nih.nci.dtsrpc.client.IndexType
Constructs a IndexType with the given name, id, and code values.
isCacheDone() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Gets tree caching status.
isChild(String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the first concept is a subconcept of the second concept.
isChild(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the first concept is a subconcept of the second concept.
isChildByCode(String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a code belongs to a subconcept of a concept with a specific code
isChildByCode(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Determines if the firest concept (with cide concept1) is a subconcept of the second concept (with code concept2).
isComplex(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Determines if property is Complex
isComplexProperty(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Deprecated. replaced by DTSRPCClient.isComplex(String) since DTSRPC 1.3.1
isConceptEdited(String, boolean, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the specified concept is edited or not during a date range.
isConceptEdited(int, String, boolean, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the specified concept is edited or not during a date range.
isConceptRetired(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Deprecated. replaced by DTSRPCClient.isRetired(java.lang.String) since DTSRPC 1.3.1
isConceptRetired(int, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Deprecated. replaced by DTSRPCClient.isRetired(java.lang.String) since DTSRPC 1.3.1
isEdited(String, boolean, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the specified concept is edited or not during a date range.
isEdited(int, String, boolean, Date, Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the specified concept is edited or not during a date range.
isRetired(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the specified concept is retired or not.
isRetired(int, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the specified concept is retired or not.
isSubConcept(String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the first concept is a subconcept of the second concept.
isSubConcept(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Deprecated. replaced by DTSRPCClient.isChild(java.lang.String, java.lang.String) since DTSRPC 1.3.1
isSubConceptByCode(String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if a code belongs to a subconcept of the specifiedc concept
isSubConceptByCode(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Deprecated. replaced by DTSRPCClient.isChildByCode(String,String) since DTSRPC 1.3.1
isSubConceptById(int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the concept with id conceptId1 is a subconcept of the concept with id conceptI2
isSubConceptById(int, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the concept with id conceptId1 is a subconcept of the concept with id conceptI2
isSubConceptByName(String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Determines if concept1 is a subconcept of concept2 in the specified namespace.
isSubConceptByName(String, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Determines if concept1 is a subconcept of concept2 in the specified namespace.
isSubConceptByName(String, Vector) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Determines if concept1 is a subconcept of a collection of concepts in the specified namespace.
isSubConceptByName(String, Vector, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Determines if concept1 is a subconcept of a collection of concepts in the specified namespace.
isTreeDataAvailable() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if tree data are available.
isUp() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Checks if the server connection is up.
isValidHistoryDate(Date) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Determines if a date is a valid history date.

M

MATCH_BY_ASSOCIATION - Static variable in class gov.nih.nci.dtsrpc.client.SearchCriteria
a static constant, 4
MATCH_BY_INVERSE_ASSOCIATION - Static variable in class gov.nih.nci.dtsrpc.client.SearchCriteria
a static constant, 7
MATCH_BY_INVERSE_ROLE - Static variable in class gov.nih.nci.dtsrpc.client.SearchCriteria
a static constant, 6
MATCH_BY_NAME - Static variable in class gov.nih.nci.dtsrpc.client.SearchCriteria
a static constant, 0
MATCH_BY_PROPERTY - Static variable in class gov.nih.nci.dtsrpc.client.SearchCriteria
a static constant, 2
MATCH_BY_ROLE - Static variable in class gov.nih.nci.dtsrpc.client.SearchCriteria
a static constant, 1
MATCH_BY_ROLE_PROPERTY - Static variable in class gov.nih.nci.dtsrpc.client.SearchCriteria
a static constant, 8
MATCH_BY_SILO - Static variable in class gov.nih.nci.dtsrpc.client.SearchCriteria
a static constant, 3
MATCH_BY_SYNONYM - Static variable in class gov.nih.nci.dtsrpc.client.SearchCriteria
a static constant, 5
MatchOptions - class gov.nih.nci.dtsrpc.client.MatchOptions.
MatchOptions
MatchOptions() - Constructor for class gov.nih.nci.dtsrpc.client.MatchOptions
default constructor
MatchedTerm - class gov.nih.nci.dtsrpc.client.MatchedTerm.
Matched Term
MatchedTerm(String, String, String, int, int) - Constructor for class gov.nih.nci.dtsrpc.client.MatchedTerm
Constructor

N

NAMESPACE_TYPE_CONNECTION - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Constant string for NAMESPACE_TYPE_CONNECTION
NAMESPACE_TYPE_ONTYLOG - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Constant string for NAMESPACE_TYPE_ONTYLOG
NAMESPACE_TYPE_THESAURUS - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Constant string for NAMESPACE_TYPE_THESAURUS
NO_ATTRIBUTES - Static variable in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
NO_ATTRIBUTES is a special AttributeSetDescriptor that will cause no attributes of a concept to be fetched.
NO_HISTORY_DATE - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
A constant date (January 1, 1970)

P

PING_DTS_COMMUNICATION_DOWN - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Ping server failure mode 3 -- DTS communication is down.
PING_DTS_DATABASE_DOWN - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Ping server failure mode 2 -- DTS database server is down.
PING_DTS_SERVER_DOWN - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Ping server failure mode 1 -- DTS server is down.
PING_RPC_FAILURE - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Ping server failure mode 4 -- XML-RPC exception.
PING_SUCCESS - Static variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
A constant, 0, indicating that no failure mode is encountered.
PingServer() - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Ping DTS Server .
Property - class gov.nih.nci.dtsrpc.client.Property.
Property
Property() - Constructor for class gov.nih.nci.dtsrpc.client.Property
default constructor
Property(String, String) - Constructor for class gov.nih.nci.dtsrpc.client.Property
Constructs a Property with the given name and value.
PropertyType - class gov.nih.nci.dtsrpc.client.PropertyType.
PropertyType
PropertyType() - Constructor for class gov.nih.nci.dtsrpc.client.PropertyType
constructor
PropertyType(String, int, String) - Constructor for class gov.nih.nci.dtsrpc.client.PropertyType
Constructs a PropertyType with the given name, id, and code values.
parseDefinitionProperty(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Parses DEFINITION property
parseFullSynProperty(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Parses FULL_SYN property
ping(boolean) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
ping DTS Server .
printTree(PrintWriter, DefaultMutableTreeNode) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Print a tree (UserObject is a Concept instance).

Q

Qualifier - class gov.nih.nci.dtsrpc.client.Qualifier.
Qualifier
Qualifier() - Constructor for class gov.nih.nci.dtsrpc.client.Qualifier
 
Qualifier(String, String) - Constructor for class gov.nih.nci.dtsrpc.client.Qualifier
 
Qualifier(String, String, int) - Constructor for class gov.nih.nci.dtsrpc.client.Qualifier
 

R

Role - class gov.nih.nci.dtsrpc.client.Role.
Role
Role() - Constructor for class gov.nih.nci.dtsrpc.client.Role
constructor
Role(String, String) - Constructor for class gov.nih.nci.dtsrpc.client.Role
Constructs a Role with the given name and value.
Role(String, String, String) - Constructor for class gov.nih.nci.dtsrpc.client.Role
Constructs a Role with the given name, value, and modifier.
RoleType - class gov.nih.nci.dtsrpc.client.RoleType.
RoleType
RoleType() - Constructor for class gov.nih.nci.dtsrpc.client.RoleType
default constructor
RoleType(String, int, String) - Constructor for class gov.nih.nci.dtsrpc.client.RoleType
Constructs a RoleType with the given name, id, and code values.

S

SearchCriteria - class gov.nih.nci.dtsrpc.client.SearchCriteria.
SearchCriteria
SearchCriteria() - Constructor for class gov.nih.nci.dtsrpc.client.SearchCriteria
default constructor
Silo - class gov.nih.nci.dtsrpc.client.Silo.
Silo
Silo() - Constructor for class gov.nih.nci.dtsrpc.client.Silo
default constructor
Silo(String, int) - Constructor for class gov.nih.nci.dtsrpc.client.Silo
Constructs a Silo with the given name, id, and code values.
SortTerm - class gov.nih.nci.dtsrpc.client.SortTerm.
Sort Term objects
searchConcepts(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Searches concepts that match with a specific search criteria
searchConcepts(int, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Searches concepts in a given namespace that match with a specific search criteria
searchConcepts(SearchCriteria) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Searches concepts in accordance with search criteria as defined in a SearchCriteria object
searchConcepts(String, int, int, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Searches concepts in accordance with user specified search criteria
searchConcepts(int, String, int, int, String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Searches concepts in accordance with user specified search criteria
searchSilo(String, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Searches for the specified pattern using the given search specification and returns an array of matches.
setASDIndex(int) - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Assigns a value to ASDIndex
setAction(int) - Method in class gov.nih.nci.dtsrpc.client.EditActionDate
Assigns edit action index.
setAssociationCollection(Vector) - Method in class gov.nih.nci.dtsrpc.client.Concept
Assigns value to associations.
setAttributeSetDescriptor(AttributeSetDescriptor) - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Assigns a value to asd (AttributeSetDescriptor instance)
setBestMatchOnly(boolean) - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Assigns a value to bestMatchOnly
setCloseResult(boolean) - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Assigns a value to closeResult
setCode(TreeNode) - Method in class gov.nih.nci.dtsrpc.client.Concept
Assigns tree node
setCode(String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Assigns code value
setCode(String) - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Assigns code value
setCode(String) - Method in class gov.nih.nci.dtsrpc.client.DTSMatchedConcept
Sets value to code
setCode(String) - Method in class gov.nih.nci.dtsrpc.client.HistoryRecord
Assigns code value
setCode(String) - Method in class gov.nih.nci.dtsrpc.client.IndexType
Assigns a value to code
setCode(String) - Method in class gov.nih.nci.dtsrpc.client.PropertyType
Assigns a value to code
setCode(String) - Method in class gov.nih.nci.dtsrpc.client.RoleType
Assigns a value to code
setConceptCode(String) - Method in class gov.nih.nci.dtsrpc.client.MatchedTerm
Sets concept code to a specific value
setCreationDate(Date) - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Assigns creation date value
setDefaultNamespaceId(int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Sets default namespaceID.
setEditAction(String) - Method in class gov.nih.nci.dtsrpc.client.HistoryRecord
Assigns edit action value
setEditDate(Date) - Method in class gov.nih.nci.dtsrpc.client.EditActionDate
Assgins edit date.
setEditDate(Date) - Method in class gov.nih.nci.dtsrpc.client.HistoryRecord
Assigns edit date value
setHasChildren(Boolean) - Method in class gov.nih.nci.dtsrpc.client.Concept
Sets a value to hasChildren.
setHasParents(Boolean) - Method in class gov.nih.nci.dtsrpc.client.Concept
Sets a value to hasParents.
setId(int) - Method in class gov.nih.nci.dtsrpc.client.Concept
Assigns id value
setId(int) - Method in class gov.nih.nci.dtsrpc.client.IndexType
Assigns a value to id
setId(int) - Method in class gov.nih.nci.dtsrpc.client.PropertyType
Assigns a value to id
setId(int) - Method in class gov.nih.nci.dtsrpc.client.RoleType
Sets id
setId(int) - Method in class gov.nih.nci.dtsrpc.client.Silo
Assign a value to id
setInverseAssociationCollection(Vector) - Method in class gov.nih.nci.dtsrpc.client.Concept
Assigns value to inverseAssociations.
setInverseRoleCollection(Vector) - Method in class gov.nih.nci.dtsrpc.client.Concept
Assigns value to inverseroles.
setIsA(boolean) - Method in class gov.nih.nci.dtsrpc.client.TreeNode
Assigns a value to Sets value to isA
setIsRetired(Boolean) - Method in class gov.nih.nci.dtsrpc.client.Concept
Sets a value to isRetired.
setIsRetired(boolean) - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Assigns isRetired value
setKindId(int) - Method in class gov.nih.nci.dtsrpc.client.MatchedTerm
Sets kcind id to a specific value
setLimit(int) - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Assigns a value to limit
setLimit(int) - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Assigns a value to limit
setLinks(HashSet) - Method in class gov.nih.nci.dtsrpc.client.TreeNode
Assign value to links
setMatchOption(int) - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Assigns a value to matchOption
setMatchType(int) - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Assigns a value to matchType
setMatchType(String) - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Assigns a value to matchType
setModifier(String) - Method in class gov.nih.nci.dtsrpc.client.Role
Assigns a value to modifier
setName(String) - Method in class gov.nih.nci.dtsrpc.client.Concept
Assigns nameid value
setName(String) - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Assigns a name to concept association
setName(String) - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Assigns namecode value
setName(String) - Method in class gov.nih.nci.dtsrpc.client.DTSMatchedConcept
Sets value to name
setName(String) - Method in class gov.nih.nci.dtsrpc.client.IndexType
Assigns a value to name
setName(String) - Method in class gov.nih.nci.dtsrpc.client.Property
Assigns a value to property name
setName(String) - Method in class gov.nih.nci.dtsrpc.client.PropertyType
Assigns a value to name
setName(String) - Method in class gov.nih.nci.dtsrpc.client.Qualifier
Sets value to name
setName(String) - Method in class gov.nih.nci.dtsrpc.client.Role
Assigns a value to name
setName(String) - Method in class gov.nih.nci.dtsrpc.client.RoleType
Assigns a value to name
setName(String) - Method in class gov.nih.nci.dtsrpc.client.Silo
Assign a value to name
setName(String) - Method in class gov.nih.nci.dtsrpc.client.TreeNode
Assigns a value to name
setNamespaceId(int) - Method in class gov.nih.nci.dtsrpc.client.Concept
Assigns namespaceIdid value
setNamespaceId(int) - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Assigns namespaceId value
setNamespaceId(String) - Method in class gov.nih.nci.dtsrpc.client.DTSMatchedConcept
Sets value to namespaceId
setNamespaceId(int) - Method in class gov.nih.nci.dtsrpc.client.HistoryRecord
Assigns namespaceId value
setNamespaceId(int) - Method in class gov.nih.nci.dtsrpc.client.MatchedTerm
Sets namespace id ckind id to a specific value
setNamespaceId(int) - Method in class gov.nih.nci.dtsrpc.client.Qualifier
Sets value to namespaceId
setNamespaceId(int) - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Assigns a value to namespaceId
setPattern(String) - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Assigns a value to pattern
setPropertyCollection(Vector) - Method in class gov.nih.nci.dtsrpc.client.Concept
Assigns value to properties.
setReference(String) - Method in class gov.nih.nci.dtsrpc.client.HistoryRecord
Assigns referenced code value
setRoleCollection(Vector) - Method in class gov.nih.nci.dtsrpc.client.Concept
Assigns value to roles.
setSilo(String) - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Assigns a value to silo
setSpellCorrection(boolean) - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Sets value to spellCorrection
setTermName(String) - Method in class gov.nih.nci.dtsrpc.client.MatchedTerm
Sets term name to a specific value
setTermType(String) - Method in class gov.nih.nci.dtsrpc.client.MatchedTerm
Sets term group type to a specific value
setTraverseDown(boolean) - Method in class gov.nih.nci.dtsrpc.client.TreeNode
Assigns a value to traverseDown
setTreeNode(TreeNode) - Method in class gov.nih.nci.dtsrpc.client.Concept
Assigns value to treenode.
setValue(String) - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Assigns a value to concept association
setValue(String) - Method in class gov.nih.nci.dtsrpc.client.Property
Assigns a value to property value
setValue(String) - Method in class gov.nih.nci.dtsrpc.client.Qualifier
Sets value to value
setValue(String) - Method in class gov.nih.nci.dtsrpc.client.Role
Assigns a value to value
setVocabulary(String, String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Sets active vocabulary name with authentication (Note: This method has not yet been fully implemented.
setVocabulary(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Sets active vocabulary name
setVocabularyName(String) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Deprecated. replaced by DTSRPCClient.setVocabulary(String) since DTSRPC 1.3.1
sort(MatchedTerm[], int, int) - Static method in class gov.nih.nci.dtsrpc.client.SortTerm
Sorts MatchedTerm objects by two member variables
sortByInt(MatchedTerm[], int) - Static method in class gov.nih.nci.dtsrpc.client.SortTerm
Sort MatchedTerm objects by integer values
sortByString(MatchedTerm[], int) - Static method in class gov.nih.nci.dtsrpc.client.SortTerm
Sort MatchedTerm objects by string values
sortMatchedTerms(Vector, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Sorts MatchedTerm objects.
sortMatchedTerms(Vector, int, int) - Method in class gov.nih.nci.dtsrpc.client.DTSRPCClient
Sorts MatchedTerm objects.

T

TreeNode - class gov.nih.nci.dtsrpc.client.TreeNode.
TreeNode
TreeNode() - Constructor for class gov.nih.nci.dtsrpc.client.TreeNode
a default constructor
toDOM() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets a XML Document representation of a concept object.
toDOM() - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Gets a XML Document representation of a ConceptAssociation object
toDOM() - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Gets a XML Document representation of the ConceptHistory object.
toDOM() - Method in class gov.nih.nci.dtsrpc.client.DTSMatchedConcept
 
toDOM() - Method in class gov.nih.nci.dtsrpc.client.DTSSearchResults
 
toDOM() - Method in class gov.nih.nci.dtsrpc.client.EditActionDate
Converts an EditActionDate object to a XML Document
toDOM() - Method in class gov.nih.nci.dtsrpc.client.IndexType
Converts an IndexType object to a XML Document
toDOM() - Method in class gov.nih.nci.dtsrpc.client.Property
Gets a XML Document representation of a Property object
toDOM() - Method in class gov.nih.nci.dtsrpc.client.PropertyType
Gets a XML Document representation of a PropertyType object.
toDOM() - Method in class gov.nih.nci.dtsrpc.client.Qualifier
 
toDOM() - Method in class gov.nih.nci.dtsrpc.client.Role
Gets a XML Document representation of a Role object.
toDOM() - Method in class gov.nih.nci.dtsrpc.client.RoleType
Gets a XML Document representation of a RoleType object
toDOM() - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Gets a XML Document representation of a SearchCriteria object
toDOM() - Method in class gov.nih.nci.dtsrpc.client.Silo
Converts a Silo object to a XML Document
toString() - Method in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
Gets the string representation of the AttributeSetDescriptor object
toString() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets a String representation of the concept object.
toString() - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Gets a String representation of a ConceptAssociation object
toString() - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Gets a String representation of the ConceptHistory object.
toString() - Method in class gov.nih.nci.dtsrpc.client.DTSMatchedConcept
 
toString() - Method in class gov.nih.nci.dtsrpc.client.DTSSearchResults
 
toString() - Method in class gov.nih.nci.dtsrpc.client.EditActionDate
Gets a String representation of an EditActionDate object
toString() - Method in class gov.nih.nci.dtsrpc.client.IndexType
Gets a String representation of an IndexType object
toString() - Method in class gov.nih.nci.dtsrpc.client.MatchOptions
Gets a String representation of a MatchOptions object
toString() - Method in class gov.nih.nci.dtsrpc.client.MatchedTerm
Gets a string representation of a MatchedTerm object
toString() - Method in class gov.nih.nci.dtsrpc.client.Property
Gets a String representation of a Property object
toString() - Method in class gov.nih.nci.dtsrpc.client.PropertyType
Gets a String representation of a PropertyType object.
toString() - Method in class gov.nih.nci.dtsrpc.client.Qualifier
 
toString() - Method in class gov.nih.nci.dtsrpc.client.Role
Gets a String representation of a Role object
toString() - Method in class gov.nih.nci.dtsrpc.client.RoleType
Gets a String representation of a RoleType object
toString() - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Gets a String representation of a SearchCriteria object.
toString() - Method in class gov.nih.nci.dtsrpc.client.Silo
Gets a String representation of a Silo object.
toString() - Method in class gov.nih.nci.dtsrpc.client.TreeNode
Gets a String representation of a TreeNode object
toXML() - Method in class gov.nih.nci.dtsrpc.client.Concept
Gets the XML representation of the concept object.
toXML() - Method in class gov.nih.nci.dtsrpc.client.ConceptAssociation
Gets a XML representation of a ConceptAssociation object in String
toXML() - Method in class gov.nih.nci.dtsrpc.client.ConceptHistory
Gets a String representation of a ConceptHistory object in XML format.
toXML() - Method in class gov.nih.nci.dtsrpc.client.DTSMatchedConcept
 
toXML() - Method in class gov.nih.nci.dtsrpc.client.DTSSearchResults
 
toXML() - Method in class gov.nih.nci.dtsrpc.client.EditActionDate
Gets a XML representation of EditActionDate object in String
toXML() - Method in class gov.nih.nci.dtsrpc.client.IndexType
Gets a XML representation of an IndexType object
toXML() - Method in class gov.nih.nci.dtsrpc.client.Property
Gets a XML representation of a Property object in String
toXML() - Method in class gov.nih.nci.dtsrpc.client.PropertyType
Gets a XML representation of a PropertyType object in String
toXML() - Method in class gov.nih.nci.dtsrpc.client.Qualifier
 
toXML() - Method in class gov.nih.nci.dtsrpc.client.Role
Gets a XML representation of a Role object in String
toXML() - Method in class gov.nih.nci.dtsrpc.client.RoleType
Gets a XML representation of a RoleType object in String
toXML() - Method in class gov.nih.nci.dtsrpc.client.SearchCriteria
Gets a XML representation of a SearchCriteria object in String
toXML() - Method in class gov.nih.nci.dtsrpc.client.Silo
Gets a XML representation of a Silo object in String

U

useTitleCase - Variable in class gov.nih.nci.dtsrpc.client.DTSRPCClient
a boolean variable true, if apply title case conversion; false, otherwise

W

WITH_ALL_ATTRIBUTES - Static variable in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
A static constant, 1
WITH_ALL_PROPERTIES - Static variable in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
A static constant, 3
WITH_ALL_ROLES - Static variable in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
A static constant, 2
WITH_NO_ATTRIBUTES - Static variable in class gov.nih.nci.dtsrpc.client.AttributeSetDescriptor
A static constant, 0

A C D E F G H I M N P Q R S T U W