|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EVSQuery
EVSQuery interface describes the methods that can be implemented to access the Enterprise Vocabulary Service.
Field Summary | |
---|---|
static long |
serialVersionUID
|
Method Summary | |
---|---|
void |
addSecurityToken(java.lang.String vocabularyName,
SecurityToken token)
Adds the specified security token and vocabulary information |
void |
containsInverseRole(java.lang.String vocabularyName,
java.lang.String roleName,
java.lang.String roleValue,
java.lang.String conceptName)
Checks if the specified concept has the specified inverse role and role value. |
void |
containsRole(java.lang.String vocabularyName,
java.lang.String roleName,
java.lang.String roleValue,
java.lang.String conceptName)
Checks if the specified concept has the specified role and role value. |
void |
fetchDTSProperties(java.lang.String vocabularyName,
java.lang.String conceptName)
Gets the properties of a given concept from the specified namespace |
void |
fetchTermAssociations(java.lang.String vocabularyName,
java.lang.String conceptName)
Fetchs term association data for a given concept from the specified namespace |
void |
getAllAssociationTypes(java.lang.String vocabularyName)
Gets all associationTypes from a given namespace |
void |
getAllConceptAssociationQualifierTypes(java.lang.String vocabularyName)
Retrievs the name of all concecpt association quailifer types from the specified namespace |
void |
getAllConceptAssociationTypes(java.lang.String vocabularyName)
Retrievs the name of all concecpt association types from the specified namespace |
void |
getAllConceptPropertyQualifierTypes(java.lang.String vocabularyName)
Retrievs the name of all concecpt property qualifier types from the specified namespace |
void |
getAllConceptPropertyTypes(java.lang.String vocabularyName)
Retrievs the name of all concecpt property types from the specified namespace |
void |
getAllLicenses(java.lang.String vocabularyName,
java.lang.String condition)
Gets all licenses from the specified namespace |
void |
getAllPropertyTypes(java.lang.String vocabularyName)
Gets all the property types from a specified namespace |
void |
getAllQualifierTypes(java.lang.String vocabularyName)
Gets all qualifier types from the specified namespace |
void |
getAllRoleNames(java.lang.String vocabularyName)
Gets all the role names from the specified namespace |
void |
getAllSilos(java.lang.String vocabularyName)
Gets all the Silos from a specified namespace |
void |
getAllSubConceptCodes(java.lang.String vocabularyName,
java.lang.String conceptCode)
Gets all the sub concept codes for the specified concept from a given namespace |
void |
getAllSubConceptNames(java.lang.String vocabularyName,
java.lang.String conceptName)
Gets all the sub concept names for the specified concept from a given namespace |
void |
getAllSynonymTypes(java.lang.String vocabularyName)
Gets all synonym types from a given namespace |
void |
getAllTermAssociationQualifierTypes(java.lang.String vocabularyName)
Gets all the term-association qualifier types from a given namespace |
void |
getAllTermPropertyQualifierTypes(java.lang.String vocabularyName)
Gets all the term-property qualifier types from a given namespace |
void |
getAllTermPropertyTypes(java.lang.String vocabularyName)
Gets all the term-property types from a given namespace |
void |
getAllVocabularies()
Returns a list of populated Vocabulary objects from the EVS server via the ApplicationService |
void |
getAncestors(java.lang.String vocabularyName,
java.lang.String code,
boolean flag,
java.lang.String iBaseLineDate,
java.lang.String fBaseLineDate)
Gets the ancestor concept codes of the specified concept. |
void |
getAssociationCollectionbyCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
Gets associations for the specified concept. |
void |
getAtomCollectionbyCui(java.lang.String cui)
|
void |
getBroaderConcepts(java.lang.String conceptCode)
Gets all the broader MetaThesaurus concepts for a given concept The relationship between these concepts are of type "RB" (Related Broader) |
void |
getBroaderConcepts(java.lang.String conceptCode,
java.lang.String sourceAbbr)
Gets all the broader MetaThesaurusConcepts for a given concept from the specified source. |
void |
getChildConcepts(java.lang.String vocabularyName,
java.lang.String conceptName,
boolean inputFlag)
Gets a child DescLogicConcept for a given concept name |
void |
getChildConcepts(java.lang.String vocabularyName,
java.lang.String conceptName,
boolean inputFlag,
int ASDIndex)
Gets a child DescLogicConcept for a given concept name |
void |
getChildren(java.lang.String conceptCode,
java.lang.String sourceAbbr)
Gets all the child MetaThesaurusConcepts for a given conncept in the specified source |
void |
getCodeActionChildren(java.lang.String vocabularyName,
java.lang.String conceptCode,
java.lang.String baseLineDate,
java.lang.String action)
Gets child concept codes for the specified concept. |
void |
getCodeActionParents(java.lang.String vocabularyName,
java.lang.String conceptCode,
java.lang.String baseLineDate)
Gets parent concept codes for the specified concept. |
void |
getConceptByName(java.lang.String vocabularyName,
java.lang.String conceptName)
Gets a DescLogicConcept for the specified conceptName. |
void |
getConceptCodeByName(java.lang.String vocabularyName,
java.lang.String conceptName)
Gets the code of the specified concept. |
void |
getConceptEditAction(java.lang.String vocabularyName,
java.lang.String code)
Gets all EditAction of the specified concept. |
void |
getConceptEditAction(java.lang.String vocabularyName,
java.lang.String code,
java.util.Date editActionDate)
Gets all EditAction of the specified concept. |
void |
getConceptEditActionDates(java.lang.String vocabularyName,
java.lang.String code,
java.lang.String action)
Gets EditActionDate that match with the given concept code and edit action. |
void |
getConceptNameByCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
Deprecated. - The preferred method is getDescLogicConceptNameByCode |
void |
getConceptsByCategories(java.lang.String conceptCode,
java.lang.String category)
Gets the concepts of specified category for the given metathesaurus concept |
void |
getConceptsBySource(java.lang.String sourceAbbr)
Deprecated. - Vocabulary Sources hosts large number of concept information. This method retrieves all the concepts from a Source. If all the concepts were not returned prior a time limit specified on the server this method tends to die. |
void |
getConceptWithPropertyMatching(java.lang.String vocabularyName,
java.lang.String propertyName,
java.lang.String propertyValue,
int matchLimit)
Gets all the concept names that matches the argument pattern of a property. |
void |
getConceptWithSiloMatching(java.lang.String vocabularyName,
java.lang.String searchTerm,
int matchLimit)
Gets all the concept names from the Silos that matches the pattern. |
void |
getConceptWithSiloMatching(java.lang.String vocabularyName,
java.lang.String searchTerm,
int matchLimit,
java.lang.String siloName)
Gets all the concept names from the Silos that matches the pattern. |
void |
getDefinitionCollectionbyCui(java.lang.String cui)
|
void |
getDescendants(java.lang.String vocabularyName,
java.lang.String code,
boolean flag,
java.lang.String iBaseLineDate,
java.lang.String fBaseLineDate)
Gets the descendant concept codes of the specified conceptCode. |
void |
getDescLogicConcept(java.lang.String vocabularyName,
java.lang.String conceptName,
boolean inputFlag)
Gets a DescLogicConcept for a valid conceptName or concept code |
void |
getDescLogicConceptNameByCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
Gets Concept name for the given concept code |
void |
getEdgePropertiesbyCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
Gets get Semantic Types for the specified concept. |
void |
getHasChildrenbyCode(java.lang.String vocabularyName,
java.lang.String cui)
|
void |
getHasParentsbyCode(java.lang.String vocabularyName,
java.lang.String cui)
|
void |
getHistoryCollectionbyDescLogicConceptCode(java.lang.String descLogicConceptCode)
|
void |
getHistoryEndDate(java.lang.String vocabularyName)
|
void |
getHistoryRecordbyCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
|
void |
getHistoryRecords(java.lang.String vocabularyName,
java.lang.String conceptCode)
Gets List of HistoryRecords for a given concept code |
void |
getHistoryRecords(java.lang.String vocabularyName,
java.lang.String initialDate,
java.lang.String finalDate)
Gets List of HistoryRecords |
void |
getHistoryRecords(java.lang.String vocabularyName,
java.lang.String initialDate,
java.lang.String finalDate,
java.lang.String conceptCode)
Gets List of HistoryRecords |
void |
getHistoryStartDate(java.lang.String vocabularyName)
|
void |
getInverseAssociationCollectionbyCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
|
void |
getInverseRoleCollectionbyCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
|
void |
getMetaConceptNameByCode(java.lang.String conceptCode)
gets MetaThesaurusConcept name |
void |
getMetaConceptsForAllSources()
Deprecated. |
void |
getMetaSources()
Get all MetaThesaurus Sources |
void |
getNarrowerConcepts(java.lang.String conceptCode)
Gets narrower MetaThesaurus concepts for the specified concept The relationship between these concepts are of type "RN" (Related Narrower) |
void |
getNarrowerConcepts(java.lang.String conceptCode,
java.lang.String sourceAbbr)
Gets narrower MetaThesaurus concepts for the specified concept from a given source The relationship between these concepts are of type "RN" (Related Narrower) |
void |
getParent(java.lang.String conceptCode,
java.lang.String sourceAbbr)
Gets all the Parent MetaThesaurusConcepts for a given concept from the specified source. |
void |
getParentConcepts(java.lang.String vocabularyName,
java.lang.String conceptName,
boolean inputFlag)
Gets a parent DescLogicConcept for a given concept name |
void |
getParentConcepts(java.lang.String vocabularyName,
java.lang.String conceptName,
boolean inputFlag,
int ASDIndex)
Gets a parent DescLogicConcept for a given concept name |
void |
getPropertiesByConceptName(java.lang.String vocabularyName,
java.lang.String conceptName)
Gets the names and values of properties owned by the specified concept. |
void |
getPropertyCollectionbyCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
|
void |
getPropertyCollectionbyName(java.lang.String name)
|
void |
getPropertyValues(java.lang.String vocabularyName,
java.lang.String conceptName,
java.lang.String propertyName)
Gets the values of a property owned by a concept |
void |
getQualifierCollectionbyName(java.lang.String name)
|
void |
getRelatedConcepts(java.lang.String conceptCode)
Gets all related metathesaurus concepts for a given metaconcept |
void |
getRelatedConcepts(java.lang.String conceptCode,
java.lang.String sourceAbbr)
Gets all the related metathesaurus concepts for a given metaconcept from the specified source |
void |
getRelatedConcepts(java.lang.String conceptCode,
java.lang.String sourceAbbr,
java.lang.String relation)
Gets the related metathesaurus concepts for a given metaconcept from the specified source |
void |
getRoleCollectionbyCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
|
void |
getRolesByConceptName(java.lang.String vocabularyName,
java.lang.String conceptName)
Gets the roles owned by the specified concept. |
void |
getRootConcepts(java.lang.String vocabularyName,
boolean allAttributes)
Retrieves all root DescLogicConcept objects |
void |
getSecurityTokenbyName(java.lang.String name)
|
void |
getSemanticTypeCollectionbyCui(java.lang.String cui)
|
void |
getSemanticTypes()
Gets all semantic types from metaphrase |
void |
getSemanticTypeVectorbyCode(java.lang.String vocabularyName,
java.lang.String cui)
|
void |
getSiloCollectionbyName(java.lang.String name)
|
void |
getSourcebyCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
Gets source for the specified concept. |
void |
getSourcebyDefinition(java.lang.String definition)
|
void |
getSourceCollectionbyCui(java.lang.String cui)
|
void |
getSubConcepts(java.lang.String vocabularyName,
java.lang.String conceptName,
java.lang.Boolean inputFlag,
java.lang.Boolean outputFlag)
Gets the codes, or the names, of all subconcepts of the specified concept |
void |
getSuperConcepts(java.lang.String vocabularyName,
java.lang.String conceptname,
java.lang.Boolean inputFlag,
java.lang.Boolean outputFlag)
Gets the codes (or the names) of all superconcepts of the specified concept. |
void |
getSynonymCollectionbyCui(java.lang.String cui)
|
void |
getTree(java.lang.String vocabularyName,
java.lang.String rootName,
boolean direction,
boolean isaFlag,
int attributes,
int levels,
java.util.Vector roles)
Generates a DefaultMutableTreeNode for the specified rootName Eeach node is a DescLogicConcept instance |
void |
getTree(java.lang.String vocabularyName,
java.lang.String rootName,
boolean direction,
boolean isaFlag,
int attributes,
java.lang.String levels,
java.util.Vector roles)
Generates a DefaultMutableTreeNode for the specified rootName Eeach node is a DescLogicConcept instance |
void |
getTreeNodebyCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
Gets TreeNode for the specified concept. |
void |
getVocabularybyCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
|
void |
getVocabularyByName(java.lang.String vocabularyName)
Returns the specified vocabulary in a List |
void |
getVocabularyHost(java.lang.String vocabularyName)
Gets the host of a vocabulary server |
void |
getVocabularyNames()
Gets vocabulary names from EVS |
void |
getVocabularyPort(java.lang.String vocabularyName)
Gets the port of a vocabulary server |
void |
getVocabularyVersion(java.lang.String vocabularyName)
Returns a list of versions for the given vocabulary in the knowledgebase. |
void |
hasChildren(java.lang.String vocabularyName,
java.lang.String conceptName)
Returns true if the specified concept has a child concept |
void |
hasParents(java.lang.String vocabularyName,
java.lang.String conceptName)
Returns true if the specified concept has a parent concept |
void |
isRetired(java.lang.String vocabularyName,
java.lang.String code)
Checks if the specified concept is retired or not. |
void |
isSubConcept(java.lang.String vocabularyName,
java.lang.String code1,
java.lang.String code2)
Checks if the first concept is a subconcept of the second concept |
void |
searchByLoincId(java.lang.String code,
java.lang.String sourceAbbr)
Deprecated. - The preferred method is searchSourceByCode |
void |
searchDescLogicConcepts(java.lang.String vocabularyName,
java.lang.String searchTerm,
int limit)
Search DescLogicConcepts |
void |
searchDescLogicConcepts(java.lang.String vocabularyName,
java.lang.String searchTerm,
int limit,
int matchOption,
java.lang.String matchType,
int ASDIndex)
Performs a search for a DescLogicConcept |
void |
searchMetaThesaurus(java.lang.String cui)
Search concepts in MetaThesaurus |
void |
searchMetaThesaurus(java.lang.String searchTerm,
int limit,
java.lang.String source,
boolean cui,
boolean shortResponse,
boolean score)
Searches for concepts in the specified MetaThesaurus source. |
void |
searchSourceByAtomCode(java.lang.String code,
java.lang.String sourceAbbr)
Search the specified vocabulary for a given atom code |
void |
searchSourceByCode(java.lang.String code,
java.lang.String sourceAbbr)
Deprecated. - The preferred method is searchSourceByAtomCode |
void |
validateToken(java.lang.String vocabularyName,
SecurityToken token)
Validates the security token aganist a vocabulary |
Field Detail |
---|
static final long serialVersionUID
Method Detail |
---|
void addSecurityToken(java.lang.String vocabularyName, SecurityToken token) throws java.lang.Exception
java.lang.Exception
void validateToken(java.lang.String vocabularyName, SecurityToken token)
void getTree(java.lang.String vocabularyName, java.lang.String rootName, boolean direction, boolean isaFlag, int attributes, java.lang.String levels, java.util.Vector roles)
vocabularyName
- rootName
- - RootNode of the treedirection
- - a boolean value (true if traverse down)isaFlag
- - a boolean value (true if relationship is child)attributes
- - Sets the AttributeSetDescriptor value for the root node.levels
- - the depth of the treeroles
- - the names of role relationshipsvoid getTree(java.lang.String vocabularyName, java.lang.String rootName, boolean direction, boolean isaFlag, int attributes, int levels, java.util.Vector roles)
vocabularyName
- rootName
- - RootNode of the treedirection
- - a boolean value (true if traverse down)isaFlag
- - a boolean value (true if relationship is child)attributes
- - Sets the AttributeSetDescriptor value for the root node.levels
- - the depth of the treeroles
- - the names of role relationshipsvoid searchDescLogicConcepts(java.lang.String vocabularyName, java.lang.String searchTerm, int limit)
vocabularyName
- - Specifies the namespacesearchTerm
- - Specifies the search termlimit
- - Specifies the maximum limit of the search resultsvoid searchDescLogicConcepts(java.lang.String vocabularyName, java.lang.String searchTerm, int limit, int matchOption, java.lang.String matchType, int ASDIndex) throws java.lang.Exception
vocabularyName
- searchTerm
- - Specifies the search termlimit
- - Specifies the maximum limit of search resultsmatchOption
- - Specifies the match option
Example: option values matchType
- - Depends on the match options (not all the time)ASDIndex
- - Takes an integer ranging from 0-3 java.lang.Exception
void getConceptWithPropertyMatching(java.lang.String vocabularyName, java.lang.String propertyName, java.lang.String propertyValue, int matchLimit)
vocabularyName
- - specifies the namespacepropertyName
- - all returned concepts should have the value of this PropertypropertyValue
- - pattern for searchingmatchLimit
- - number of records to getvoid getConceptWithSiloMatching(java.lang.String vocabularyName, java.lang.String searchTerm, int matchLimit)
vocabularyName
- - specifies the namespacesearchTerm
- - specifies the search stringmatchLimit
- - number of records to getvoid getConceptWithSiloMatching(java.lang.String vocabularyName, java.lang.String searchTerm, int matchLimit, java.lang.String siloName)
vocabularyName
- - specifies the namespacesearchTerm
- - specifies the search stringmatchLimit
- - number of records to getsiloName
- - specifies the name of the Silovoid getDescLogicConceptNameByCode(java.lang.String vocabularyName, java.lang.String conceptCode)
vocabularyName
- - specifies the vocabularyconceptCode
- - specifies the concept codevoid isSubConcept(java.lang.String vocabularyName, java.lang.String code1, java.lang.String code2)
vocabularyName
- - specifies the namespacecode1
- - the name of the first conceptcode2
- - the name of the second conceptvoid isRetired(java.lang.String vocabularyName, java.lang.String code)
vocabularyName
- code
- - conceptCodevoid getDescendants(java.lang.String vocabularyName, java.lang.String code, boolean flag, java.lang.String iBaseLineDate, java.lang.String fBaseLineDate)
vocabularyName
- code
- - concept codeflag
- - boolean value to specify the search typeiBaseLineDate
- - initial baseline datefBaseLineDate
- - final baseline datevoid getPropertyValues(java.lang.String vocabularyName, java.lang.String conceptName, java.lang.String propertyName)
vocabularyName
- conceptName
- propertyName
- void getAncestors(java.lang.String vocabularyName, java.lang.String code, boolean flag, java.lang.String iBaseLineDate, java.lang.String fBaseLineDate)
vocabularyName
- code
- flag
- iBaseLineDate
- - Initial baseline date "MM/DD/YYYY"fBaseLineDate
- - Final baseline date "MM/DD/YYYY"void getSubConcepts(java.lang.String vocabularyName, java.lang.String conceptName, java.lang.Boolean inputFlag, java.lang.Boolean outputFlag)
vocabularyName
- conceptName
- - code or the specified concept nameinputFlag
- - a Boolean true - if inputFlag is a concept code; false - if it is a concept nameoutputFlag
- - a Boolean true - if returned value is a concept code ; false - if it is a concept name.void getSuperConcepts(java.lang.String vocabularyName, java.lang.String conceptname, java.lang.Boolean inputFlag, java.lang.Boolean outputFlag)
vocabularyName
- conceptname
- inputFlag
- - a Boolean true - if inputFlag is a concept code; false - if it is a concept nameoutputFlag
- - a Boolean true - if returned value is a concept code ; false - if it is a concept name.void getRolesByConceptName(java.lang.String vocabularyName, java.lang.String conceptName)
vocabularyName
- conceptName
- void getPropertiesByConceptName(java.lang.String vocabularyName, java.lang.String conceptName)
vocabularyName
- conceptName
- void getVocabularyNames()
void getAllVocabularies()
void getVocabularyByName(java.lang.String vocabularyName)
void getConceptCodeByName(java.lang.String vocabularyName, java.lang.String conceptName)
vocabularyName
- conceptName
- void getConceptByName(java.lang.String vocabularyName, java.lang.String conceptName)
vocabularyName
- conceptName
- void getVocabularyHost(java.lang.String vocabularyName)
vocabularyName
- void getVocabularyPort(java.lang.String vocabularyName)
vocabularyName
- void getVocabularyVersion(java.lang.String vocabularyName)
vocabularyName
- void getConceptEditAction(java.lang.String vocabularyName, java.lang.String code)
vocabularyName
- code
- void getConceptEditAction(java.lang.String vocabularyName, java.lang.String code, java.util.Date editActionDate)
vocabularyName
- code
- editActionDate
- void getConceptEditActionDates(java.lang.String vocabularyName, java.lang.String code, java.lang.String action)
vocabularyName
- code
- - concept codeaction
- - edit actionvoid getRootConcepts(java.lang.String vocabularyName, boolean allAttributes)
vocabularyName
- allAttributes
- - true, if all attributes are retrieved; false, if no attribute is retrieved.void searchMetaThesaurus(java.lang.String searchTerm, int limit, java.lang.String source, boolean cui, boolean shortResponse, boolean score)
searchTerm
- - CUI or search stringlimit
- - maximum recordssource
- - source abbreviationcui
- - a boolean value - true, if the searchTerm is CUI, - false, otherwiseshortResponse
- - a boolean valuescore
- - a boolean valuevoid searchMetaThesaurus(java.lang.String cui)
cui
- - Concept Unique Identifiervoid searchByLoincId(java.lang.String code, java.lang.String sourceAbbr)
code
- - Concepts unique identifier within the given sourcesourceAbbr
- - specifies the source abbreviationvoid searchSourceByAtomCode(java.lang.String code, java.lang.String sourceAbbr)
code
- - Concepts unique identifier within the given sourcesourceAbbr
- - specifies the source abbreviation *void searchSourceByCode(java.lang.String code, java.lang.String sourceAbbr)
code
- - Concepts unique identifier within the given sourcesourceAbbr
- - specifies the source abbreviationvoid getSemanticTypes()
void getConceptsBySource(java.lang.String sourceAbbr)
sourceAbbr
- - specifies the source abbreviationvoid getMetaConceptsForAllSources()
void getMetaConceptNameByCode(java.lang.String conceptCode)
conceptCode
- - specifies the concept codevoid getMetaSources()
void getChildren(java.lang.String conceptCode, java.lang.String sourceAbbr)
conceptCode
- - specifies the concept codesourceAbbr
- - specifies the source abbreviationvoid getParent(java.lang.String conceptCode, java.lang.String sourceAbbr)
conceptCode
- - specifies the concept codesourceAbbr
- - specifies the source abbreviationvoid getBroaderConcepts(java.lang.String conceptCode)
conceptCode
- - specifies the concept codevoid getBroaderConcepts(java.lang.String conceptCode, java.lang.String sourceAbbr)
conceptCode
- - specifies the concept codesourceAbbr
- - specifies the source abbreviationvoid getNarrowerConcepts(java.lang.String conceptCode)
conceptCode
- - specifies the concept codevoid getNarrowerConcepts(java.lang.String conceptCode, java.lang.String sourceAbbr)
conceptCode
- - specifies the concept codevoid getRelatedConcepts(java.lang.String conceptCode)
conceptCode
- - specifies the concept codevoid getRelatedConcepts(java.lang.String conceptCode, java.lang.String sourceAbbr)
conceptCode
- - specifies the concept codesourceAbbr
- - specifies the source abbreviationvoid getRelatedConcepts(java.lang.String conceptCode, java.lang.String sourceAbbr, java.lang.String relation)
conceptCode
- - specifies the concept codesourceAbbr
- - specifies the source abbreviationrelation
- - Specifies the relation of a second concept to the first concept void getConceptsByCategories(java.lang.String conceptCode, java.lang.String category)
conceptCode
- - specifies the concept codecategory
- - one of "Medications", "Procedures", "Laboratory", "Diagnosis"void containsInverseRole(java.lang.String vocabularyName, java.lang.String roleName, java.lang.String roleValue, java.lang.String conceptName)
vocabularyName
- - Specifies the namespaceroleName
- - role nameroleValue
- - role valueconceptName
- - concpet namevoid containsRole(java.lang.String vocabularyName, java.lang.String roleName, java.lang.String roleValue, java.lang.String conceptName)
vocabularyName
- - Specifies the namespaceroleName
- - role nameroleValue
- - role valueconceptName
- - concept namevoid getAllAssociationTypes(java.lang.String vocabularyName)
vocabularyName
- - Specifies the namespacevoid getAllConceptAssociationQualifierTypes(java.lang.String vocabularyName)
vocabularyName
- - Specifies the namespacevoid getAllConceptAssociationTypes(java.lang.String vocabularyName)
vocabularyName
- - Specifies the namespacevoid getAllConceptPropertyQualifierTypes(java.lang.String vocabularyName)
vocabularyName
- - Specifies the namespacevoid getAllConceptPropertyTypes(java.lang.String vocabularyName)
vocabularyName
- - Specifies the namespacevoid getAllLicenses(java.lang.String vocabularyName, java.lang.String condition)
vocabularyName
- - Specifies the namespacecondition
- - Specifies the value for a condition parametervoid getAllPropertyTypes(java.lang.String vocabularyName)
vocabularyName
- - specfifies the namespacevoid getAllSilos(java.lang.String vocabularyName)
vocabularyName
- - specfifies the namespacevoid getAllQualifierTypes(java.lang.String vocabularyName)
vocabularyName
- - Specifies the namespacevoid getAllRoleNames(java.lang.String vocabularyName)
vocabularyName
- - Specifies the namespacevoid getAllSubConceptCodes(java.lang.String vocabularyName, java.lang.String conceptCode)
vocabularyName
- - Specifies the namespaceconceptCode
- - Specifies the concept codevoid getAllSubConceptNames(java.lang.String vocabularyName, java.lang.String conceptName)
vocabularyName
- - Specifies the namespaceconceptName
- - Specifies the concept namevoid getAllSynonymTypes(java.lang.String vocabularyName)
vocabularyName
- - Specifies the namespacevoid getAllTermAssociationQualifierTypes(java.lang.String vocabularyName)
vocabularyName
- - Specifies the namespacevoid getAllTermPropertyQualifierTypes(java.lang.String vocabularyName)
vocabularyName
- - Specifies the namespacevoid getAllTermPropertyTypes(java.lang.String vocabularyName)
vocabularyName
- - Specifies the namespacevoid getParentConcepts(java.lang.String vocabularyName, java.lang.String conceptName, boolean inputFlag)
vocabularyName
- - Specifies the namespaceconceptName
- - Specifies the concept nameinputFlag
- - If the input parameter is a concpeName inputFlag should be false void getParentConcepts(java.lang.String vocabularyName, java.lang.String conceptName, boolean inputFlag, int ASDIndex)
vocabularyName
- - Specifies the namespaceconceptName
- - Specifies the concept nameinputFlag
- - If the input parameter is a concpeName inputFlag should be false ASDIndex
- - Sets the AttributeSetDescriptor valuevoid getChildConcepts(java.lang.String vocabularyName, java.lang.String conceptName, boolean inputFlag)
vocabularyName
- - Specifies the namespaceconceptName
- - Specifies the concept nameinputFlag
- - If the input parameter is a concpeName inputFlag should be false void getChildConcepts(java.lang.String vocabularyName, java.lang.String conceptName, boolean inputFlag, int ASDIndex)
vocabularyName
- - Specifies the namespaceconceptName
- - Specifies the concept nameinputFlag
- - If the input parameter is a concpeName inputFlag should be false ASDIndex
- - Sets the AttributeSetDescriptor valuevoid hasParents(java.lang.String vocabularyName, java.lang.String conceptName)
vocabularyName
- - Specifies the namespaceconceptName
- - Specifies the concept namevoid hasChildren(java.lang.String vocabularyName, java.lang.String conceptName)
vocabularyName
- - Specifies the namespaceconceptName
- - Specifies the concept namevoid fetchDTSProperties(java.lang.String vocabularyName, java.lang.String conceptName)
vocabularyName
- - Specifies the namespaceconceptName
- - Specifies the concept namevoid fetchTermAssociations(java.lang.String vocabularyName, java.lang.String conceptName)
vocabularyName
- - Specifies the namespaceconceptName
- - Specifies the concept namevoid getConceptNameByCode(java.lang.String vocabularyName, java.lang.String conceptCode)
vocabularyName
- - specifies the namespaceconceptCode
- - specifies the concept codevoid getDescLogicConcept(java.lang.String vocabularyName, java.lang.String conceptName, boolean inputFlag)
conceptName
- - Specifies the conceptName or concept codeinputFlag
- - If a concept code is entered this value is a true. If a concept name has been entered this value should be false.void getHistoryRecords(java.lang.String vocabularyName, java.lang.String conceptCode)
vocabularyName
- conceptCode
- void getHistoryRecords(java.lang.String vocabularyName, java.lang.String initialDate, java.lang.String finalDate, java.lang.String conceptCode)
vocabularyName
- initialDate
- finalDate
- conceptCode
- void getHistoryRecords(java.lang.String vocabularyName, java.lang.String initialDate, java.lang.String finalDate)
vocabularyName
- initialDate
- finalDate
- void getHistoryStartDate(java.lang.String vocabularyName)
void getHistoryEndDate(java.lang.String vocabularyName)
void getCodeActionChildren(java.lang.String vocabularyName, java.lang.String conceptCode, java.lang.String baseLineDate, java.lang.String action)
vocabularyName
- conceptCode
- baseLineDate
- action
- void getCodeActionParents(java.lang.String vocabularyName, java.lang.String conceptCode, java.lang.String baseLineDate)
vocabularyName
- conceptCode
- baseLineDate
- void getSourcebyCode(java.lang.String vocabularyName, java.lang.String conceptCode)
vocabularyName
- conceptCode
- void getAssociationCollectionbyCode(java.lang.String vocabularyName, java.lang.String conceptCode)
vocabularyName
- conceptCode
- void getTreeNodebyCode(java.lang.String vocabularyName, java.lang.String conceptCode)
vocabularyName
- conceptCode
- void getEdgePropertiesbyCode(java.lang.String vocabularyName, java.lang.String conceptCode)
conceptCode
- void getSemanticTypeVectorbyCode(java.lang.String vocabularyName, java.lang.String cui)
void getSemanticTypeCollectionbyCui(java.lang.String cui)
void getSynonymCollectionbyCui(java.lang.String cui)
void getQualifierCollectionbyName(java.lang.String name)
void getAtomCollectionbyCui(java.lang.String cui)
void getSourceCollectionbyCui(java.lang.String cui)
void getSourcebyDefinition(java.lang.String definition)
void getDefinitionCollectionbyCui(java.lang.String cui)
void getHistoryCollectionbyDescLogicConceptCode(java.lang.String descLogicConceptCode)
void getSiloCollectionbyName(java.lang.String name)
void getSecurityTokenbyName(java.lang.String name)
void getPropertyCollectionbyName(java.lang.String name)
void getPropertyCollectionbyCode(java.lang.String vocabularyName, java.lang.String conceptCode)
void getRoleCollectionbyCode(java.lang.String vocabularyName, java.lang.String conceptCode)
void getInverseRoleCollectionbyCode(java.lang.String vocabularyName, java.lang.String conceptCode)
void getInverseAssociationCollectionbyCode(java.lang.String vocabularyName, java.lang.String conceptCode)
void getVocabularybyCode(java.lang.String vocabularyName, java.lang.String conceptCode)
void getHasParentsbyCode(java.lang.String vocabularyName, java.lang.String cui)
void getHasChildrenbyCode(java.lang.String vocabularyName, java.lang.String cui)
void getHistoryRecordbyCode(java.lang.String vocabularyName, java.lang.String conceptCode)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |