|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nci.evs.query.EVSQueryImpl
EVSQueryImpl class implements the EVSQuery interface. The query object generated by this class can hold one query at a time.
| Field Summary | |
java.util.HashMap |
descLogicValues
|
java.util.HashMap |
metaThesaurusValues
|
| Constructor Summary | |
EVSQueryImpl()
|
|
| Method Summary | |
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 term)
Gets the properties of a given concept from the specified namespace |
void |
fetchTermAssociations(java.lang.String vocabularyName,
java.lang.String term)
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 |
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 |
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 |
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)
Retrievs all the child DescLogicConcepts for a given conceptName |
void |
getChildren(java.lang.String conceptCode,
java.lang.String sourceAbbr)
Gets all the child MetaThesaurusConcepts for a given conncept in the specified source |
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 |
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)
Gets the concept name for the specified concept code |
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)
Gets MetaThesaurusConcepts for the specified source |
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 |
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 given conceptName or concept code |
void |
getDescLogicConceptNameByCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
Gets Concept name for the given concept code |
void |
getMetaConceptNameByCode(java.lang.String conceptCode)
gets MetaThesaurusConcept name |
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)
Retrievs all the parent DescLogicConcepts for a given conceptName |
void |
getPropertiesByConceptName(java.lang.String vocabularyName,
java.lang.String conceptName)
Gets the names and values of properties owned by the specified concept. |
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 |
getRelatedConcepts(java.lang.String conceptCode)
Gets related metathesaurus concepts for a given metaconcept The relationship between these concepts are of type "RN" (Related Narrower) |
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 |
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 |
getSemanticTypes()
Gets all semantic types from metaphrase |
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 |
getTree(java.lang.String vocabularyName,
java.lang.String rootName,
boolean direction,
boolean isaFlag,
int attributes,
java.lang.String levels,
java.util.Vector roles)
get tree for the specified rootName |
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 |
hasChildren(java.lang.String vocabularyName,
java.lang.String conceptName)
Returns true if a given concept has a child |
void |
hasParents(java.lang.String vocabularyName,
java.lang.String conceptName)
Returns true if a given concept has a parent |
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)
Search the specified vocabulary for a given code |
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)
Search DescLogicConcepts |
void |
searchMetaThesaurus(java.lang.String searchTerm,
int limit,
java.lang.String source,
boolean cui,
boolean shortResult,
boolean score)
Search concepts in MetaThesaurus |
void |
searchSourceByCode(java.lang.String code,
java.lang.String sourceAbbr)
Search the specified vocabulary for a given code |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.util.HashMap descLogicValues
public java.util.HashMap metaThesaurusValues
| Constructor Detail |
public EVSQueryImpl()
| Method Detail |
public void getTree(java.lang.String vocabularyName,
java.lang.String rootName,
boolean direction,
boolean isaFlag,
int attributes,
java.lang.String levels,
java.util.Vector roles)
getTree in interface EVSQueryvocabularyName - rootName - - RootNode of the treedirection - - a boolean value; set to true, if traverse down; to false, otherwiseisaFlag - - a boolean value; set to true, if the tree contains taxonomy (is a relationships); to false, otherwiseattributes - - an AttributeSetDescriptor instancelevels - - the depth of the treeroles - - the names of role relationships
public void searchDescLogicConcepts(java.lang.String vocabularyName,
java.lang.String searchTerm,
int limit)
searchDescLogicConcepts in interface EVSQueryvocabularyName - searchTerm - limit -
public void searchDescLogicConcepts(java.lang.String vocabularyName,
java.lang.String searchTerm,
int limit,
int matchOption,
java.lang.String matchType,
int ASDIndex)
throws java.lang.Exception
searchDescLogicConcepts in interface EVSQueryvocabularyName - - Specifies the namespacesearchTerm - - Specifies the search termlimit - - Specifies the maximum limit of search resultsmatchOption - - Specifies the match option matchType - - Depends on the match options (not all the time)ASDIndex - - Takes an integer ranging from 0-3 java.lang.Exception
public void getConceptWithPropertyMatching(java.lang.String vocabularyName,
java.lang.String propertyName,
java.lang.String propertyValue,
int matchLimit)
EVSQuery
getConceptWithPropertyMatching in interface EVSQueryvocabularyName - - specifies the namespacepropertyName - - all returned concepts should have the value of this PropertypropertyValue - - pattern for searchingmatchLimit - - number of records to getEVSQuery.getConceptWithPropertyMatching(java.lang.String, java.lang.String, java.lang.String, int)
public void getDescLogicConceptNameByCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
EVSQuery
getDescLogicConceptNameByCode in interface EVSQueryvocabularyName - - specifies the vocabularyconceptCode - - specifies the concept codeEVSQuery.getDescLogicConceptNameByCode(java.lang.String, java.lang.String)
public void isSubConcept(java.lang.String vocabularyName,
java.lang.String code1,
java.lang.String code2)
EVSQuery
isSubConcept in interface EVSQueryvocabularyName - - specifies the namespacecode1 - - the name of the first conceptcode2 - - the name of the second conceptEVSQuery.isSubConcept(java.lang.String, java.lang.String, java.lang.String)
public void isRetired(java.lang.String vocabularyName,
java.lang.String code)
EVSQuery
isRetired in interface EVSQueryvocabularyName - code - - conceptCodeEVSQuery.isRetired(java.lang.String, java.lang.String)
public void getDescendants(java.lang.String vocabularyName,
java.lang.String code,
boolean flag,
java.lang.String iBaseLineDate,
java.lang.String fBaseLineDate)
EVSQuery
getDescendants in interface EVSQueryvocabularyName - code - - concept codeflag - - boolean value to specify the search typeiBaseLineDate - - initial baseline datefBaseLineDate - - final baseline dateEVSQuery.getDescendants(java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String)
public void getPropertyValues(java.lang.String vocabularyName,
java.lang.String conceptName,
java.lang.String propertyName)
EVSQuery
getPropertyValues in interface EVSQueryvocabularyName - conceptName - propertyName - EVSQuery.getPropertyValues(java.lang.String, java.lang.String, java.lang.String)
public void getAncestors(java.lang.String vocabularyName,
java.lang.String code,
boolean flag,
java.lang.String iBaseLineDate,
java.lang.String fBaseLineDate)
EVSQuery
getAncestors in interface EVSQueryvocabularyName - code - flag - iBaseLineDate - - Initial baseline date "MM/DD/YYYY"fBaseLineDate - - Final baseline date "MM/DD/YYYY"EVSQuery.getAncestors(java.lang.String, java.lang.String, boolean, java.lang.String, java.lang.String)
public void getSubConcepts(java.lang.String vocabularyName,
java.lang.String conceptName,
java.lang.Boolean inputFlag,
java.lang.Boolean outputFlag)
EVSQuery
getSubConcepts in interface EVSQueryvocabularyName - 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.EVSQuery.getSubConcepts(java.lang.String, java.lang.String, java.lang.Boolean, java.lang.Boolean)
public void getSuperConcepts(java.lang.String vocabularyName,
java.lang.String conceptName,
java.lang.Boolean inputFlag,
java.lang.Boolean outputFlag)
EVSQuery
getSuperConcepts in interface EVSQueryvocabularyName - 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.EVSQuery.getSuperConcepts(java.lang.String, java.lang.String, java.lang.Boolean, java.lang.Boolean)
public void getRolesByConceptName(java.lang.String vocabularyName,
java.lang.String conceptName)
EVSQuery
getRolesByConceptName in interface EVSQueryvocabularyName - conceptName - EVSQuery.getRolesByConceptName(java.lang.String, java.lang.String)
public void getPropertiesByConceptName(java.lang.String vocabularyName,
java.lang.String conceptName)
EVSQuery
getPropertiesByConceptName in interface EVSQueryvocabularyName - conceptName - EVSQuery.getPropertiesByConceptName(java.lang.String, java.lang.String)public void getVocabularyNames()
EVSQuery
getVocabularyNames in interface EVSQueryEVSQuery.getVocabularyNames()
public void getConceptCodeByName(java.lang.String vocabularyName,
java.lang.String conceptName)
EVSQuery
getConceptCodeByName in interface EVSQueryvocabularyName - conceptName - EVSQuery.getConceptCodeByName(java.lang.String, java.lang.String)
public void getConceptByName(java.lang.String vocabularyName,
java.lang.String conceptName)
EVSQuery
getConceptByName in interface EVSQueryvocabularyName - conceptName - EVSQuery.getConceptByName(java.lang.String, java.lang.String)public void getVocabularyHost(java.lang.String vocabularyName)
EVSQuery
getVocabularyHost in interface EVSQueryvocabularyName - EVSQuery.getVocabularyHost(java.lang.String)public void getVocabularyPort(java.lang.String vocabularyName)
EVSQuery
getVocabularyPort in interface EVSQueryvocabularyName - EVSQuery.getVocabularyPort(java.lang.String)
public void getConceptEditAction(java.lang.String vocabularyName,
java.lang.String code)
EVSQuery
getConceptEditAction in interface EVSQueryvocabularyName - code - EVSQuery.getConceptEditAction(java.lang.String, java.lang.String)
public void getConceptEditActionDates(java.lang.String vocabularyName,
java.lang.String code,
java.lang.String action)
EVSQuery
getConceptEditActionDates in interface EVSQueryvocabularyName - code - - concept codeaction - - edit actionEVSQuery.getConceptEditActionDates(java.lang.String, java.lang.String, java.lang.String)
public void getRootConcepts(java.lang.String vocabularyName,
boolean allAttributes)
EVSQuery
getRootConcepts in interface EVSQueryvocabularyName - allAttributes - - true, if all attributes are retrieved; false, if no attribute is retrieved.EVSQuery.getRootConcepts(java.lang.String, boolean)
public void searchMetaThesaurus(java.lang.String searchTerm,
int limit,
java.lang.String source,
boolean cui,
boolean shortResult,
boolean score)
EVSQuery
searchMetaThesaurus in interface EVSQuerysearchTerm - - CUI or search stringlimit - - maximum recordssource - - source abbreviationcui - - a boolean value - true, if the searchTerm is CUI, - false, otherwiseshortResult - - a boolean valuescore - - a boolean valueEVSQuery.searchMetaThesaurus(java.lang.String, int, java.lang.String, boolean, boolean, boolean)
public void searchByLoincId(java.lang.String code,
java.lang.String sourceAbbr)
EVSQuery
searchByLoincId in interface EVSQuerycode - - Concepts unique identifier within the given sourcesourceAbbr - - specifies the source abbreviationEVSQuery.searchByLoincId(java.lang.String, java.lang.String)
public void searchSourceByCode(java.lang.String code,
java.lang.String sourceAbbr)
EVSQuery
searchSourceByCode in interface EVSQuerycode - - Concepts unique identifier within the given sourcesourceAbbr - - specifies the source abbreviationEVSQuery.searchSourceByCode(String, String)public void getSemanticTypes()
EVSQuery
getSemanticTypes in interface EVSQueryEVSQuery.getSemanticTypes()public void getConceptsBySource(java.lang.String sourceAbbr)
EVSQuery
getConceptsBySource in interface EVSQuerysourceAbbr - - specifies the source abbreviationEVSQuery.getConceptsBySource(java.lang.String)public void getMetaConceptNameByCode(java.lang.String conceptCode)
EVSQuery
getMetaConceptNameByCode in interface EVSQueryconceptCode - - specifies the concept codeEVSQuery.getMetaConceptNameByCode(java.lang.String)public void getMetaSources()
EVSQuery
getMetaSources in interface EVSQueryEVSQuery.getMetaSources()
public void getChildren(java.lang.String conceptCode,
java.lang.String sourceAbbr)
EVSQuery
getChildren in interface EVSQueryconceptCode - - specifies the concept codesourceAbbr - - specifies the source abbreviationEVSQuery.getChildren(java.lang.String, java.lang.String)
public void getParent(java.lang.String conceptCode,
java.lang.String sourceAbbr)
EVSQuery
getParent in interface EVSQueryconceptCode - - specifies the concept codesourceAbbr - - specifies the source abbreviationEVSQuery.getParent(java.lang.String, java.lang.String)public void getBroaderConcepts(java.lang.String conceptCode)
EVSQuery
getBroaderConcepts in interface EVSQueryconceptCode - - specifies the concept codeEVSQuery.getBroaderConcepts(java.lang.String)
public void getBroaderConcepts(java.lang.String conceptCode,
java.lang.String sourceAbbr)
EVSQuery
getBroaderConcepts in interface EVSQueryconceptCode - - specifies the concept codesourceAbbr - - specifies the source abbreviationEVSQuery.getBroaderConcepts(java.lang.String, java.lang.String)public void getNarrowerConcepts(java.lang.String conceptCode)
EVSQuery
getNarrowerConcepts in interface EVSQueryconceptCode - - specifies the concept codeEVSQuery.getNarrowerConcepts(java.lang.String)
public void getNarrowerConcepts(java.lang.String conceptCode,
java.lang.String sourceAbbr)
EVSQuery
getNarrowerConcepts in interface EVSQueryconceptCode - - specifies the concept codeEVSQuery.getNarrowerConcepts(java.lang.String, java.lang.String)public void getRelatedConcepts(java.lang.String conceptCode)
EVSQuery
getRelatedConcepts in interface EVSQueryconceptCode - - specifies the concept codeEVSQuery.getRelatedConcepts(java.lang.String)
public void getRelatedConcepts(java.lang.String conceptCode,
java.lang.String sourceAbbr)
EVSQuery
getRelatedConcepts in interface EVSQueryconceptCode - - specifies the concept codesourceAbbr - - specifies the source abbreviationEVSQuery.getRelatedConcepts(java.lang.String, java.lang.String)
public void getRelatedConcepts(java.lang.String conceptCode,
java.lang.String sourceAbbr,
java.lang.String relation)
EVSQuery
getRelatedConcepts in interface EVSQueryconceptCode - - specifies the concept codesourceAbbr - - specifies the source abbreviationrelation - - Specifies the relation of a second concept to the first concept EVSQuery.getRelatedConcepts(String, String, String)
public void getConceptsByCategories(java.lang.String conceptCode,
java.lang.String category)
EVSQuery
getConceptsByCategories in interface EVSQueryconceptCode - - specifies the concept codecategory - - one of "Medications", "Procedures", "Laboratory", "Diagnosis"EVSQuery.getConceptsByCategories(String, String)
public void containsInverseRole(java.lang.String vocabularyName,
java.lang.String roleName,
java.lang.String roleValue,
java.lang.String conceptName)
EVSQuery
containsInverseRole in interface EVSQueryvocabularyName - - Specifies the namespaceroleName - - role nameroleValue - - role valueconceptName - - concpet nameEVSQuery.containsInverseRole(String, String, String, String)
public void containsRole(java.lang.String vocabularyName,
java.lang.String roleName,
java.lang.String roleValue,
java.lang.String conceptName)
EVSQuery
containsRole in interface EVSQueryvocabularyName - - Specifies the namespaceroleName - - role nameroleValue - - role valueconceptName - - concept nameEVSQuery.containsRole(String, String, String, String)public void getAllAssociationTypes(java.lang.String vocabularyName)
EVSQuery
getAllAssociationTypes in interface EVSQueryvocabularyName - - Specifies the namespaceEVSQuery.getAllAssociationTypes(String)public void getAllConceptAssociationQualifierTypes(java.lang.String vocabularyName)
EVSQuery
getAllConceptAssociationQualifierTypes in interface EVSQueryvocabularyName - - Specifies the namespaceEVSQuery.getAllConceptAssociationQualifierTypes(String)public void getAllConceptAssociationTypes(java.lang.String vocabularyName)
EVSQuery
getAllConceptAssociationTypes in interface EVSQueryvocabularyName - - Specifies the namespaceEVSQuery.getAllConceptAssociationTypes(String)public void getAllConceptPropertyQualifierTypes(java.lang.String vocabularyName)
EVSQuery
getAllConceptPropertyQualifierTypes in interface EVSQueryvocabularyName - - Specifies the namespaceEVSQuery.getAllConceptPropertyQualifierTypes(String)public void getAllConceptPropertyTypes(java.lang.String vocabularyName)
EVSQuery
getAllConceptPropertyTypes in interface EVSQueryvocabularyName - - Specifies the namespaceEVSQuery.getAllConceptPropertyTypes(String)
public void getAllLicenses(java.lang.String vocabularyName,
java.lang.String condition)
EVSQuery
getAllLicenses in interface EVSQueryvocabularyName - - Specifies the namespacecondition - - Specifies the value for a condition parameterEVSQuery.getAllLicenses(String, String)public void getAllPropertyTypes(java.lang.String vocabularyName)
EVSQuery
getAllPropertyTypes in interface EVSQueryvocabularyName - - specfifies the namespaceEVSQuery.getAllPropertyTypes(String)public void getAllQualifierTypes(java.lang.String vocabularyName)
EVSQuery
getAllQualifierTypes in interface EVSQueryvocabularyName - - Specifies the namespaceEVSQuery.getAllQualifierTypes(String)public void getAllRoleNames(java.lang.String vocabularyName)
EVSQuery
getAllRoleNames in interface EVSQueryvocabularyName - - Specifies the namespaceEVSQuery.getAllRoleNames(String)
public void getAllSubConceptCodes(java.lang.String vocabularyName,
java.lang.String conceptCode)
EVSQuery
getAllSubConceptCodes in interface EVSQueryvocabularyName - - Specifies the namespaceconceptCode - - Specifies the concept codeEVSQuery.getAllSubConceptCodes(String, String)
public void getAllSubConceptNames(java.lang.String vocabularyName,
java.lang.String conceptName)
EVSQuery
getAllSubConceptNames in interface EVSQueryvocabularyName - - Specifies the namespaceconceptName - - Specifies the concept nameEVSQuery.getAllSubConceptNames(String, String)public void getAllSynonymTypes(java.lang.String vocabularyName)
EVSQuery
getAllSynonymTypes in interface EVSQueryvocabularyName - - Specifies the namespaceEVSQuery.getAllSynonymTypes(String)public void getAllTermAssociationQualifierTypes(java.lang.String vocabularyName)
EVSQuery
getAllTermAssociationQualifierTypes in interface EVSQueryvocabularyName - - Specifies the namespaceEVSQuery.getAllTermAssociationQualifierTypes(String)public void getAllTermPropertyQualifierTypes(java.lang.String vocabularyName)
EVSQuery
getAllTermPropertyQualifierTypes in interface EVSQueryvocabularyName - - Specifies the namespaceEVSQuery.getAllTermPropertyQualifierTypes(String)public void getAllTermPropertyTypes(java.lang.String vocabularyName)
EVSQuery
getAllTermPropertyTypes in interface EVSQueryvocabularyName - - Specifies the namespaceEVSQuery.getAllTermPropertyTypes(String)
public void getParentConcepts(java.lang.String vocabularyName,
java.lang.String conceptName,
boolean inputFlag)
getParentConcepts in interface EVSQueryvocabularyName - - Specifies the vocabulary nameconceptName - - Specifies the conceptNameinputFlag - - If the input parameter is a concpeName inputFlag should be false
If the input parameter is a conceptCode this value should be true.
public void getChildConcepts(java.lang.String vocabularyName,
java.lang.String conceptName,
boolean inputFlag)
getChildConcepts in interface EVSQueryvocabularyName - - Specifies the vocabulary nameconceptName - - Specifies the conceptNameinputFlag - - If the input parameter is a concpeName inputFlag should be false
If the input parameter is a conceptCode this value should be true.
public void hasParents(java.lang.String vocabularyName,
java.lang.String conceptName)
hasParents in interface EVSQueryvocabularyName - - Specifies the vocabulary nameconceptName - - Specifies the conceptName
public void hasChildren(java.lang.String vocabularyName,
java.lang.String conceptName)
hasChildren in interface EVSQueryvocabularyName - - Specifies the vocabulary nameconceptName - - Specifies the conceptName
public void fetchDTSProperties(java.lang.String vocabularyName,
java.lang.String term)
EVSQuery
fetchDTSProperties in interface EVSQueryvocabularyName - - Specifies the namespaceterm - - Specifies the concept nameEVSQuery.fetchDTSProperties(String, String)
public void fetchTermAssociations(java.lang.String vocabularyName,
java.lang.String term)
EVSQuery
fetchTermAssociations in interface EVSQueryvocabularyName - - Specifies the namespaceterm - - Specifies the concept nameEVSQuery.fetchTermAssociations(String, String)
public void getConceptNameByCode(java.lang.String vocabularyName,
java.lang.String conceptCode)
EVSQuery
getConceptNameByCode in interface EVSQueryvocabularyName - - specifies the namespaceconceptCode - - specifies the concept codeEVSQuery.getConceptNameByCode(String, String)
public void getDescLogicConcept(java.lang.String vocabularyName,
java.lang.String conceptName,
boolean inputFlag)
getDescLogicConcept in interface EVSQueryconceptName - - Specifies the conceptName or concept codeinputFlag - - If a concept code is entered this value is a Boolean.TRUE or if a concept name has been entered this value should be Boolean.FALSE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||