A C D G H I L M O R S T U

G

getAncestors(ConceptReference) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.HistoryServiceGrid
Return the list of change events identifying the immediate ancestors of the given concept reference.
getAssociationForwardAndReverseNames(CodingSchemeIdentification, CodingSchemeVersionOrTag) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Return all the association forward name and reverse name for the coding scheme.
getAssociationForwardName(AssociationIdentification, CodingSchemeIdentification, CodingSchemeVersionOrTag) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Return the forward name for the identified association.
getAssociationForwardNames(CodingSchemeIdentification, CodingSchemeVersionOrTag) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Return all the association forward name for the coding scheme.
getAssociationReverseName(AssociationIdentification, CodingSchemeIdentification, CodingSchemeVersionOrTag) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Return the reverse name for the identified association.
getAssociationReverseNames(CodingSchemeIdentification, CodingSchemeVersionOrTag) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Return all the association reverse name for the coding scheme.
getBaselines(Date, Date) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.HistoryServiceGrid
Return a list of baselines supported by this service that were released on or after the first supplied date and were released on or before the second date.
getCodingSchemeConcepts(CodingSchemeIdentification, CodingSchemeVersionOrTag) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Returns the set of all (or all active) concepts in the specified coding scheme.
getCodingSchemeCopyright(CodingSchemeIdentification, CodingSchemeVersionOrTag) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Return the copyright text for the coding scheme.
getCodingSchemesWithSupportedAssociation(AssociationIdentification) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Return the coding schemes who supported association matching with AssociationIdentification.
getConceptChangeVersions(ConceptReference, Date, Date) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.HistoryServiceGrid
Return a list of all of the coding scheme versions in which the supplied concept changed between the two supplied times (inclusive).
getConceptCreationVersion(ConceptReference) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.HistoryServiceGrid
Return the coding scheme version in which the supplied concept was created.
getDescendants(ConceptReference) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.HistoryServiceGrid
Return the list of change events identifying the immediate descendants of the given concept reference.
getEarliestBaseline() - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.HistoryServiceGrid
Return the earliest baseline version in the list
getEditActionList(ConceptReference, CodingSchemeVersion) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.HistoryServiceGrid
Return the list of available NCI-defined change events for the given concept and coding scheme version.
getEditActionList(ConceptReference, Date, Date) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.HistoryServiceGrid
Return the list of available NCI-defined change events for the given concept and date range.
getEditActionList(ConceptReference, URI) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.HistoryServiceGrid
Return the list of NCI-defined change events for the given concept and release; empty if not applicable.
getFilter(ExtensionIdentification) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Returns an instance of the filter extension registered with the given name.
getFilterExtensions() - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Returns a description of all registered extensions used to provide additional filtering of query results.
getGenericExtension(ExtensionIdentification) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Returns an instance of the application-specific extension registered with the given name.
getGenericExtensions() - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Returns a description of all registered extensions used to implement application-specific behavior that is centrally accessible from a LexBIGService.
getHierarchyIDs(CodingSchemeIdentification, CodingSchemeVersionOrTag) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Returns the identifiers for hierarchical relationships available for navigation within a coding scheme.
getHierarchyLevelNext(HierarchyResolutionPolicy, CodingSchemeIdentification, CodingSchemeVersionOrTag) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Return a representation of associations between a concept and its immediate decendents.
getHierarchyLevelPrev(HierarchyResolutionPolicy, CodingSchemeIdentification, CodingSchemeVersionOrTag) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Return a representation of associations between a concept and its immediate ancestor(s).
getHierarchyPathToRoot(HierarchyResolutionPolicy, CodingSchemeIdentification, CodingSchemeVersionOrTag, HierarchyPathResolveOption) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Return a representation of associations between a concept and hierarchical root node(s).
getHierarchyRoots(CodingSchemeIdentification, CodingSchemeVersionOrTag, HierarchyIdentification) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Returns all root nodes for the given hierarchy and coding scheme.
getHierarchyRootSet(CodingSchemeIdentification, CodingSchemeVersionOrTag, HierarchyIdentification) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Returns all root nodes for the given hierarchy as a CodeNodeSet, which can be further restricted.
getHistoryService(CodingSchemeIdentification) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Resolve a reference to the history api servicing the given coding scheme.
getLastUpdateTime() - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Return the last time that the content of this service was changed; null if no changes have occurred.
getLatestBaseline() - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.HistoryServiceGrid
Get the latest baseline in the list.
getMatchAlgorithms() - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Returns the full description of all supported match algorithms.
getNodeGraph(CodingSchemeIdentification, CodingSchemeVersionOrTag, RelationContainerIdentification) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Returns the node graph as represented in the particular relationship set in the coding scheme.
getRenderingDetail(CodingSchemeIdentification, CodingSchemeVersionOrTag) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceConvenienceMethodsGrid
Return detailed rendering information (including coding scheme summary, version and status information, reference links, etc) for the given coding scheme; null if not available.
getServiceMetadata() - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Return an interface to perform system-wide query over metadata for loaded code systems and providers.
getSortAlgorithm(ExtensionIdentification) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Returns an instance of the sort extension registered with the given name.
getSortAlgorithms(SortContext) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Returns a description of all registered extensions used to provide additional sorting of query results in the given context.
getSupportedCodingSchemes() - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.LexBIGServiceGrid
Return a list of coding schemes and versions that are supported by this service, along with their status.
getSystemRelease(URI) - Method in interface org.LexGrid.LexBIG.cagrid.interfaces.HistoryServiceGrid
Return detailed information about the particular system release.

A C D G H I L M O R S T U