Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.client.CodedNodeSetClient

Packages that use CodedNodeSetClient
org.LexGrid.LexBIG.cagrid.adapters   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.client   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.client   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.common   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.common   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.client   
org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.common   
 

Uses of CodedNodeSetClient in org.LexGrid.LexBIG.cagrid.adapters
 

Fields in org.LexGrid.LexBIG.cagrid.adapters declared as CodedNodeSetClient
private  CodedNodeSetClient CodedNodeSetGridAdapter.cns
           
 

Constructors in org.LexGrid.LexBIG.cagrid.adapters with parameters of type CodedNodeSetClient
CodedNodeSetGridAdapter(CodedNodeSetClient client)
           
 

Uses of CodedNodeSetClient in org.LexGrid.LexBIG.cagrid.LexEVSGridService.client
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.client that return CodedNodeSetClient
 CodedNodeSetClient LexEVSGridServiceClient.getCodingSchemeConcepts(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
           
 

Uses of CodedNodeSetClient in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.client
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.client that return CodedNodeSetClient
 CodedNodeSetClient CodedNodeGraphClient.toNodeList(org.LexGrid.LexBIG.DataModel.cagrid.NodeListPolicy nodeListPolicy)
           
 

Uses of CodedNodeSetClient in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.common
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.common that return CodedNodeSetClient
 CodedNodeSetClient CodedNodeGraphI.toNodeList(org.LexGrid.LexBIG.DataModel.cagrid.NodeListPolicy nodeListPolicy)
          Transform the graph into a simple of list of concept codes, removing all association information.
 

Uses of CodedNodeSetClient in org.LexGrid.LexBIG.cagrid.LexEVSGridService.common
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.common that return CodedNodeSetClient
 CodedNodeSetClient LexEVSGridServiceI.getCodingSchemeConcepts(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
          Returns the set of all (or all active) concepts in the specified coding scheme.
 

Uses of CodedNodeSetClient in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.client
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.client that return CodedNodeSetClient
 CodedNodeSetClient LexBIGServiceConvenienceMethodsClient.createCodeNodeSet(org.LexGrid.LexBIG.DataModel.cagrid.ConceptIdentification[] conceptIdentification, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
           
 CodedNodeSetClient LexBIGServiceConvenienceMethodsClient.getHierarchyRootSet(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.HierarchyIdentification hierarchyIdentification)
           
 

Uses of CodedNodeSetClient in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.common
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.LexBIGServiceConvenienceMethods.common that return CodedNodeSetClient
 CodedNodeSetClient LexBIGServiceConvenienceMethodsI.createCodeNodeSet(org.LexGrid.LexBIG.DataModel.cagrid.ConceptIdentification[] conceptIdentification, org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag)
          Create a CodedNodeSet from a set of concept codes in a coding scheme.
 CodedNodeSetClient LexBIGServiceConvenienceMethodsI.getHierarchyRootSet(org.LexGrid.LexBIG.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification, org.LexGrid.LexBIG.DataModel.Core.CodingSchemeVersionOrTag versionOrTag, org.LexGrid.LexBIG.DataModel.cagrid.HierarchyIdentification hierarchyIdentification)
          Returns all root nodes for the given hierarchy as a CodeNodeSet, which can be further restricted.