Uses of Class
in.cdac.medinfo.csnotk.csnolib.model.Concept
-
-
Uses of Concept in in.cdac.medinfo.csnotk.csnolib.db
Methods in in.cdac.medinfo.csnotk.csnolib.db that return types with arguments of type Concept Modifier and Type Method Description java.util.Set<Concept>QueryManager. searchConcepts(java.lang.String searchTerm)Searches for concepts in the SNOMED CT repository for the given search term.Methods in in.cdac.medinfo.csnotk.csnolib.db with parameters of type Concept Modifier and Type Method Description voidQueryManager. populateConcept(java.lang.String id, Concept concept)Returns a SNOMED CTConceptassociated for a given concept identifier. -
Uses of Concept in in.cdac.medinfo.csnotk.csnolib.ecl
Methods in in.cdac.medinfo.csnotk.csnolib.ecl that return types with arguments of type Concept Modifier and Type Method Description java.util.Set<Concept>ExpressionConstraintLanguageService. getEclConstraints(java.lang.String ecl) -
Uses of Concept in in.cdac.medinfo.csnotk.csnolib.ecl.constraint
Methods in in.cdac.medinfo.csnotk.csnolib.ecl.constraint that return types with arguments of type Concept Modifier and Type Method Description java.util.Set<Concept>SCompoundExpressionConstraint. addQuery()java.util.Set<Concept>SConstraint. addQuery()java.util.Set<Concept>SEclAttribute. addQuery()java.util.Set<Concept>SEclAttributeSet. addQuery()java.util.Set<Concept>SEclRefinement. addQuery()java.util.Set<Concept>SRefinedExpressionConstraint. addQuery()java.util.Set<Concept>SSubAttributeSet. addQuery()java.util.Set<Concept>SSubExpressionConstraint. addQuery()java.util.Set<Concept>SSubRefinement. addQuery()Method parameters in in.cdac.medinfo.csnotk.csnolib.ecl.constraint with type arguments of type Concept Modifier and Type Method Description static org.apache.lucene.search.TermInSetQuerySEclAttribute. termsQueryFromConcepts(java.lang.String fieldName, java.util.Set<Concept> values) -
Uses of Concept in in.cdac.medinfo.csnotk.csnolib.luceneindexutils
Methods in in.cdac.medinfo.csnotk.csnolib.luceneindexutils that return Concept Modifier and Type Method Description ConceptExploreIndex. getConceptDetails(java.lang.String conceptId)Searches given conceptId in the SNOMED CT repository and returnsConceptsuited for ECL reponse.ConceptSearchIndex. search(java.lang.String conceptId)Searches given conceptId in the SNOMED CT repositoryMethods in in.cdac.medinfo.csnotk.csnolib.luceneindexutils that return types with arguments of type Concept Modifier and Type Method Description java.util.Set<Concept>ExploreIndex. getAllConceptsForWildcard(org.apache.lucene.search.BooleanQuery.Builder builder)Searches for allConcepts in SNOINDEX (wildcard query).java.util.Set<Concept>ExploreIndex. getConceptsFromQuery(org.apache.lucene.search.BooleanQuery.Builder builder)Searches for allConcepts having the (attribute-value) relationship stated in query.java.util.Set<Concept>RefsetExtensionIndex. getExtensionMember(java.lang.String moduleId, int pageNumber)Returns aSetof all DescendantsConcepts for given concept identifier.java.util.Set<Concept>RefsetExtensionIndex. getRefsetMember(java.lang.String refsetId)Returns aSetof all DescendantsConcepts for given concept identifier.java.util.Set<Concept>ExploreIndex. searchTC(java.lang.String id)Searches given concept id in the SNOMED CT repository. -
Uses of Concept in in.cdac.medinfo.csnotk.csnolib.model
Methods in in.cdac.medinfo.csnotk.csnolib.model that return Concept Modifier and Type Method Description ConceptRelationshipTC. getChildConcept()ConceptRelationship. getDestinationConcept()Returns the destination Concept Id.ConceptSimpleMapRefset. getreferencedComponent()Returns the referenced Component Id.ConceptRefset. getRefsetConcept()ConceptConcreteRelationship. getSourceConcept()Returns the source Concept Id.ConceptRelationship. getSourceConcept()Returns the source Concept Id.ConceptConcreteRelationship. getType()ConceptRelationship. getType()Methods in in.cdac.medinfo.csnotk.csnolib.model that return types with arguments of type Concept Modifier and Type Method Description java.util.Set<Concept>Concept. getRelations(java.lang.String relationshipType, EnumDirection direction)Returns list of SNOMED CT identifier of children or parents for a particularConceptfor a particular relationship type based on direction.Methods in in.cdac.medinfo.csnotk.csnolib.model with parameters of type Concept Modifier and Type Method Description intConcept. compareTo(Concept concept)voidRelationshipTC. setChildConcept(Concept childConcept)voidRelationship. setDestinationConcept(Concept destinationConcept)Sets the destination Concept Id.voidSimpleMapRefset. setreferencedComponent(Concept referencedComponent)Sets the source referenced Component Id.voidRefset. setRefsetConcept(Concept refsetConcept)voidConcreteRelationship. setSourceConcept(Concept sourceConcept)Sets the source Concept Id.voidRelationship. setSourceConcept(Concept sourceConcept)Sets the source Concept Id.voidConcreteRelationship. setType(Concept type)Sets the type of theRelationship.voidRelationship. setType(Concept type)Sets the type of theRelationship.Constructors in in.cdac.medinfo.csnotk.csnolib.model with parameters of type Concept Constructor Description Relationship(java.lang.String id, java.util.Date effTime, java.lang.Byte status, java.lang.String modId, Concept sourceConcept, Concept destinationConcept, int relationshipGroup, Concept type, EnumCharacteristicType characteristicTypeId, EnumModifier modifierId, boolean isConcreteRelationship)Parameterized constructor.RelationshipTC(java.lang.String parentId, Concept childIdconcept) -
Uses of Concept in in.cdac.medinfo.csnotk.csnolib.service
Methods in in.cdac.medinfo.csnotk.csnolib.service that return Concept Modifier and Type Method Description ConceptLookupService. getConcept(java.lang.String id)ConceptSearchService. search(java.lang.String conceptId)Searches given conceptId in the SNOMED CT repositoryMethods in in.cdac.medinfo.csnotk.csnolib.service that return types with arguments of type Concept Modifier and Type Method Description java.util.Set<Concept>ExploreService. executeEcl(java.lang.String ecl, java.lang.String term)Parses ECL query and fetches result.java.util.Set<Concept>ExploreService. getAllAncestorConcepts(java.lang.String id)Returns aSetof all AncesterConcepts for given concept identifier.java.util.Set<Concept>ExploreService. getAllDescendantConcepts(java.lang.String id)Returns aSetof all DescendantsConcepts for given concept identifier.java.util.List<Concept>LookupService. getConcept(java.util.List<java.lang.String> ids)java.util.Set<Concept>RefsetExtensionService. getExtensionMember(java.lang.String moduleId, int pageNumber)Returns aSetof all Extension MembersConcepts for given concept extension identifier.java.util.Set<Concept>RefsetExtensionService. getRefsetMember(java.lang.String refsetId)Returns aSetof all Refset MembersConcepts for given concept refset identifier.java.util.Set<Concept>LookupService. getRelations(java.lang.String conceptId, java.lang.String relationshipType, EnumDirection direction)Searches given concept id in the SNOMED CT repository based on provided relationship type, direction.
-