public class HibernateConceptDAO extends Object implements ConceptDAO
ConceptService to access these methodsConceptService| Constructor and Description |
|---|
HibernateConceptDAO() |
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
sessionFactory - public ConceptComplex getConceptComplex(Integer conceptId)
ConceptDAOgetConceptComplex in interface ConceptDAOConceptDAO.getConceptComplex(java.lang.Integer)public Concept saveConcept(Concept concept) throws DAOException
saveConcept in interface ConceptDAODAOExceptionConceptDAO.saveConcept(org.openmrs.Concept)public void purgeConcept(Concept concept) throws DAOException
purgeConcept in interface ConceptDAODAOExceptionConceptDAO.purgeConcept(org.openmrs.Concept)public Concept getConcept(Integer conceptId) throws DAOException
getConcept in interface ConceptDAODAOExceptionConceptDAO.getConcept(java.lang.Integer)public ConceptName getConceptName(Integer conceptNameId) throws DAOException
getConceptName in interface ConceptDAODAOExceptionConceptDAO.getConceptName(java.lang.Integer)public ConceptAnswer getConceptAnswer(Integer conceptAnswerId) throws DAOException
getConceptAnswer in interface ConceptDAODAOExceptionConceptDAO.getConceptAnswer(java.lang.Integer)public List<Concept> getAllConcepts(String sortBy, boolean asc, boolean includeRetired) throws DAOException
getAllConcepts in interface ConceptDAODAOExceptionConceptDAO.getAllConcepts(java.lang.String, boolean, boolean)public Drug saveDrug(Drug drug) throws DAOException
saveDrug in interface ConceptDAODAOExceptionConceptDAO.saveDrug(org.openmrs.Drug)public Drug getDrug(Integer drugId) throws DAOException
getDrug in interface ConceptDAODAOExceptionConceptDAO.getDrug(java.lang.Integer)public List<Drug> getDrugs(String drugName, Concept concept, boolean includeRetired) throws DAOException
ConceptDAOgetDrugs in interface ConceptDAODAOExceptionConceptDAO.getDrugs(java.lang.String, org.openmrs.Concept, boolean)public List<Drug> getDrugsByIngredient(Concept ingredient)
getDrugsByIngredient in interface ConceptDAOConceptDAO.getDrugsByIngredient(org.openmrs.Concept)public List<Drug> getDrugs(String phrase) throws DAOException
getDrugs in interface ConceptDAODAOExceptionConceptDAO.getDrugs(java.lang.String)public ConceptClass getConceptClass(Integer i) throws DAOException
getConceptClass in interface ConceptDAODAOExceptionConceptDAO.getConceptClass(java.lang.Integer)public List<ConceptClass> getConceptClasses(String name) throws DAOException
getConceptClasses in interface ConceptDAODAOExceptionConceptDAO.getConceptClasses(java.lang.String)public List<ConceptClass> getAllConceptClasses(boolean includeRetired) throws DAOException
getAllConceptClasses in interface ConceptDAODAOExceptionConceptDAO.getAllConceptClasses(boolean)public ConceptClass saveConceptClass(ConceptClass cc) throws DAOException
saveConceptClass in interface ConceptDAODAOExceptionConceptDAO.saveConceptClass(org.openmrs.ConceptClass)public void purgeConceptClass(ConceptClass cc) throws DAOException
purgeConceptClass in interface ConceptDAODAOExceptionConceptDAO.purgeConceptClass(org.openmrs.ConceptClass)public void deleteConceptNameTag(ConceptNameTag cnt) throws DAOException
deleteConceptNameTag in interface ConceptDAODAOExceptionConceptDAO.deleteConceptNameTag(ConceptNameTag)public ConceptDatatype getConceptDatatype(Integer i)
getConceptDatatype in interface ConceptDAOConceptDAO.getConceptDatatype(java.lang.Integer)public List<ConceptDatatype> getAllConceptDatatypes(boolean includeRetired) throws DAOException
getAllConceptDatatypes in interface ConceptDAODAOExceptionConceptService.getAllConceptDatatypes(boolean)public List<ConceptDatatype> getConceptDatatypes(String name) throws DAOException
name - the name of the ConceptDatatypeDAOExceptionpublic ConceptDatatype getConceptDatatypeByName(String name) throws DAOException
getConceptDatatypeByName in interface ConceptDAOConceptDatatype that matches name exactly or null if one does
not exist.DAOExceptionConceptDAO.getConceptDatatypeByName(String)public ConceptDatatype saveConceptDatatype(ConceptDatatype cd) throws DAOException
saveConceptDatatype in interface ConceptDAODAOExceptionConceptDAO.saveConceptDatatype(org.openmrs.ConceptDatatype)public void purgeConceptDatatype(ConceptDatatype cd) throws DAOException
purgeConceptDatatype in interface ConceptDAODAOExceptionConceptDAO.purgeConceptDatatype(org.openmrs.ConceptDatatype)public ConceptNumeric getConceptNumeric(Integer i)
getConceptNumeric in interface ConceptDAOConceptDAO.getConceptNumeric(java.lang.Integer)public List<Concept> getConcepts(String name, Locale loc, boolean searchOnPhrase, List<ConceptClass> classes, List<ConceptDatatype> datatypes) throws DAOException
ConceptDAOgetConcepts in interface ConceptDAOsearchOnPhrase - This puts wildcard characters around the concept name search criteriaDAOException - Should not return concepts with matching names that are voidedConceptDAO.getConcepts(java.lang.String, java.util.Locale, boolean,
java.util.List, java.util.List)public List<Concept> getConceptsByAnswer(Concept concept)
getConceptsByAnswer in interface ConceptDAOConceptDAO.getConceptsByAnswer(org.openmrs.Concept)public Concept getPrevConcept(Concept c)
getPrevConcept in interface ConceptDAOConceptDAO.getPrevConcept(org.openmrs.Concept)public Concept getNextConcept(Concept c)
getNextConcept in interface ConceptDAOConceptDAO.getNextConcept(org.openmrs.Concept)public List<Concept> getConceptsWithDrugsInFormulary()
getConceptsWithDrugsInFormulary in interface ConceptDAOConceptDAO.getConceptsWithDrugsInFormulary()public void purgeDrug(Drug drug) throws DAOException
purgeDrug in interface ConceptDAODAOExceptionConceptDAO.purgeDrug(org.openmrs.Drug)public ConceptProposal saveConceptProposal(ConceptProposal cp) throws DAOException
saveConceptProposal in interface ConceptDAODAOExceptionConceptDAO.saveConceptProposal(org.openmrs.ConceptProposal)public void purgeConceptProposal(ConceptProposal cp) throws DAOException
purgeConceptProposal in interface ConceptDAODAOExceptionConceptDAO.purgeConceptProposal(org.openmrs.ConceptProposal)public List<ConceptProposal> getAllConceptProposals(boolean includeCompleted) throws DAOException
getAllConceptProposals in interface ConceptDAODAOExceptionConceptDAO.getAllConceptProposals(boolean)public ConceptProposal getConceptProposal(Integer conceptProposalId) throws DAOException
getConceptProposal in interface ConceptDAODAOExceptionConceptDAO.getConceptProposal(java.lang.Integer)public List<ConceptProposal> getConceptProposals(String text) throws DAOException
getConceptProposals in interface ConceptDAODAOExceptionConceptDAO.getConceptProposals(java.lang.String)public List<Concept> getProposedConcepts(String text) throws DAOException
getProposedConcepts in interface ConceptDAODAOExceptionConceptDAO.getProposedConcepts(java.lang.String)public List<ConceptSet> getConceptSetsByConcept(Concept concept)
getConceptSetsByConcept in interface ConceptDAOConceptDAO.getConceptSetsByConcept(org.openmrs.Concept)public List<ConceptSet> getSetsContainingConcept(Concept concept)
getSetsContainingConcept in interface ConceptDAOConceptDAO.getSetsContainingConcept(org.openmrs.Concept)public Set<Locale> getLocalesOfConceptNames()
getLocalesOfConceptNames in interface ConceptDAOConceptDAO.getLocalesOfConceptNames()public ConceptNameTag getConceptNameTag(Integer i)
getConceptNameTag in interface ConceptDAOConceptDAO.getConceptNameTag(java.lang.Integer)public ConceptNameTag getConceptNameTagByName(String name)
getConceptNameTagByName in interface ConceptDAOConceptDAO.getConceptNameTagByName(java.lang.String)public List<ConceptNameTag> getAllConceptNameTags()
getAllConceptNameTags in interface ConceptDAOConceptDAO.getAllConceptNameTags()public ConceptSource getConceptSource(Integer conceptSourceId)
getConceptSource in interface ConceptDAOConceptDAO.getConceptSource(java.lang.Integer)public List<ConceptSource> getAllConceptSources(boolean includeRetired) throws DAOException
getAllConceptSources in interface ConceptDAODAOExceptionConceptDAO.getAllConceptSources(boolean)public ConceptSource deleteConceptSource(ConceptSource cs) throws DAOException
deleteConceptSource in interface ConceptDAODAOExceptionConceptDAO.deleteConceptSource(org.openmrs.ConceptSource)public ConceptSource saveConceptSource(ConceptSource conceptSource) throws DAOException
saveConceptSource in interface ConceptDAODAOExceptionConceptDAO.saveConceptSource(org.openmrs.ConceptSource)public ConceptNameTag saveConceptNameTag(ConceptNameTag nameTag)
saveConceptNameTag in interface ConceptDAOConceptDAO.saveConceptNameTag(org.openmrs.ConceptNameTag)public Integer getMinConceptId()
ConceptDAO.getMaxConceptId()public Integer getMaxConceptId()
getMaxConceptId in interface ConceptDAOConceptDAO.getMaxConceptId()public Iterator<Concept> conceptIterator()
conceptIterator in interface ConceptDAOConceptDAO.conceptIterator()@Deprecated public List<Concept> getConceptsByMapping(String code, String sourceName, boolean includeRetired)
getConceptsByMapping in interface ConceptDAOConceptDAO.getConceptsByMapping(String, String, boolean)public List<Integer> getConceptIdsByMapping(String code, String sourceName, boolean includeRetired)
getConceptIdsByMapping in interface ConceptDAOConceptDAO.getConceptIdsByMapping(String, String, boolean)public Concept getConceptByUuid(String uuid)
getConceptByUuid in interface ConceptDAOConceptDAO.getConceptByUuid(java.lang.String)public ConceptClass getConceptClassByUuid(String uuid)
getConceptClassByUuid in interface ConceptDAOConceptDAO.getConceptClassByUuid(java.lang.String)public ConceptAnswer getConceptAnswerByUuid(String uuid)
getConceptAnswerByUuid in interface ConceptDAOpublic ConceptName getConceptNameByUuid(String uuid)
getConceptNameByUuid in interface ConceptDAOpublic ConceptSet getConceptSetByUuid(String uuid)
getConceptSetByUuid in interface ConceptDAOpublic ConceptSource getConceptSourceByUuid(String uuid)
getConceptSourceByUuid in interface ConceptDAOpublic ConceptDatatype getConceptDatatypeByUuid(String uuid)
getConceptDatatypeByUuid in interface ConceptDAOConceptDAO.getConceptDatatypeByUuid(java.lang.String)public ConceptNumeric getConceptNumericByUuid(String uuid)
getConceptNumericByUuid in interface ConceptDAOConceptDAO.getConceptNumericByUuid(java.lang.String)public ConceptProposal getConceptProposalByUuid(String uuid)
getConceptProposalByUuid in interface ConceptDAOConceptDAO.getConceptProposalByUuid(java.lang.String)public Drug getDrugByUuid(String uuid)
getDrugByUuid in interface ConceptDAOConceptDAO.getDrugByUuid(java.lang.String)public DrugIngredient getDrugIngredientByUuid(String uuid)
getDrugIngredientByUuid in interface ConceptDAOpublic Map<Integer,String> getConceptUuids()
getConceptUuids in interface ConceptDAOConceptDAO.getConceptUuids()public ConceptDescription getConceptDescriptionByUuid(String uuid)
getConceptDescriptionByUuid in interface ConceptDAOConceptDAO.getConceptDescriptionByUuid(java.lang.String)public ConceptNameTag getConceptNameTagByUuid(String uuid)
getConceptNameTagByUuid in interface ConceptDAOConceptDAO.getConceptNameTagByUuid(java.lang.String)public List<ConceptMap> getConceptMapsBySource(ConceptSource conceptSource) throws DAOException
getConceptMapsBySource in interface ConceptDAODAOExceptionConceptDAO.getConceptMapsBySource(ConceptSource)public ConceptSource getConceptSourceByName(String conceptSourceName) throws DAOException
getConceptSourceByName in interface ConceptDAODAOExceptionConceptDAO.getConceptSourceByName(java.lang.String)public ConceptSource getConceptSourceByUniqueId(String uniqueId)
getConceptSourceByUniqueId in interface ConceptDAOConceptDAO.getConceptSourceByUniqueId(java.lang.String)public ConceptSource getConceptSourceByHL7Code(String hl7Code)
getConceptSourceByHL7Code in interface ConceptDAOConceptDAO.getConceptSourceByHL7Code(java.lang.String)public ConceptDatatype getSavedConceptDatatype(Concept concept)
ConceptDAOgetSavedConceptDatatype in interface ConceptDAOconcept - for which the conceptDatatype should be fetchedConceptDAO.getSavedConceptDatatype(org.openmrs.Concept)public ConceptName getSavedConceptName(ConceptName conceptName)
ConceptDAOgetSavedConceptName in interface ConceptDAOconceptName - ConceptName to fetch from the databaseConceptDAO.getSavedConceptName(org.openmrs.ConceptName)public List<String> getConceptStopWords(Locale locale) throws DAOException
getConceptStopWords in interface ConceptDAODAOExceptionConceptDAO.getConceptStopWords(java.util.Locale)public ConceptStopWord saveConceptStopWord(ConceptStopWord conceptStopWord) throws DAOException
saveConceptStopWord in interface ConceptDAODAOExceptionConceptDAO.saveConceptStopWord(org.openmrs.ConceptStopWord)public void deleteConceptStopWord(Integer conceptStopWordId) throws DAOException
deleteConceptStopWord in interface ConceptDAODAOExceptionConceptDAO.deleteConceptStopWord(java.lang.Integer)public List<ConceptStopWord> getAllConceptStopWords()
getAllConceptStopWords in interface ConceptDAOConceptDAO.getAllConceptStopWords()public Long getCountOfDrugs(String drugName, Concept concept, boolean searchKeywords, boolean searchDrugConceptNames, boolean includeRetired) throws DAOException
getCountOfDrugs in interface ConceptDAODAOExceptionConceptService.getCountOfDrugs(String, Concept, boolean, boolean, boolean)public List<Drug> getDrugs(String drugName, Concept concept, boolean searchKeywords, boolean searchDrugConceptNames, boolean includeRetired, Integer start, Integer length) throws DAOException
getDrugs in interface ConceptDAODAOExceptionConceptService.getDrugs(String, Concept, boolean, boolean, boolean, Integer, Integer)public List<ConceptSearchResult> getConcepts(String phrase, List<Locale> locales, boolean includeRetired, List<ConceptClass> requireClasses, List<ConceptClass> excludeClasses, List<ConceptDatatype> requireDatatypes, List<ConceptDatatype> excludeDatatypes, Concept answersToConcept, Integer start, Integer size) throws DAOException
getConcepts in interface ConceptDAODAOException - Should return correct results for concept with names that contains words with more weight
Should return correct results if a concept name contains same word more than onceConceptDAO.getConcepts(String, List, boolean, List, List, List, List, Concept, Integer,
Integer)public Integer getCountOfConcepts(String phrase, List<Locale> locales, boolean includeRetired, List<ConceptClass> requireClasses, List<ConceptClass> excludeClasses, List<ConceptDatatype> requireDatatypes, List<ConceptDatatype> excludeDatatypes, Concept answersToConcept) throws DAOException
getCountOfConcepts in interface ConceptDAODAOExceptionpublic List<ConceptMapType> getConceptMapTypes(boolean includeRetired, boolean includeHidden) throws DAOException
getConceptMapTypes in interface ConceptDAODAOExceptionConceptDAO.getConceptMapTypes(boolean, boolean)public ConceptMapType getConceptMapType(Integer conceptMapTypeId) throws DAOException
getConceptMapType in interface ConceptDAODAOExceptionConceptDAO.getConceptMapType(java.lang.Integer)public ConceptMapType getConceptMapTypeByUuid(String uuid) throws DAOException
getConceptMapTypeByUuid in interface ConceptDAODAOExceptionConceptDAO.getConceptMapTypeByUuid(java.lang.String)public ConceptMapType getConceptMapTypeByName(String name) throws DAOException
getConceptMapTypeByName in interface ConceptDAODAOExceptionConceptDAO.getConceptMapTypeByName(java.lang.String)public ConceptMapType saveConceptMapType(ConceptMapType conceptMapType) throws DAOException
saveConceptMapType in interface ConceptDAODAOExceptionConceptDAO.saveConceptMapType(org.openmrs.ConceptMapType)public void deleteConceptMapType(ConceptMapType conceptMapType) throws DAOException
deleteConceptMapType in interface ConceptDAODAOExceptionConceptDAO.deleteConceptMapType(org.openmrs.ConceptMapType)public List<ConceptReferenceTerm> getConceptReferenceTerms(boolean includeRetired) throws DAOException
getConceptReferenceTerms in interface ConceptDAODAOExceptionConceptDAO.getConceptReferenceTerms(boolean)public ConceptReferenceTerm getConceptReferenceTerm(Integer conceptReferenceTermId) throws DAOException
getConceptReferenceTerm in interface ConceptDAODAOExceptionConceptDAO.getConceptReferenceTerm(java.lang.Integer)public ConceptReferenceTerm getConceptReferenceTermByUuid(String uuid) throws DAOException
getConceptReferenceTermByUuid in interface ConceptDAODAOExceptionConceptDAO.getConceptReferenceTermByUuid(java.lang.String)public List<ConceptReferenceTerm> getConceptReferenceTermsBySource(ConceptSource conceptSource) throws DAOException
getConceptReferenceTermsBySource in interface ConceptDAODAOExceptionConceptDAO.getConceptReferenceTermsBySource(ConceptSource)public ConceptReferenceTerm getConceptReferenceTermByName(String name, ConceptSource conceptSource) throws DAOException
getConceptReferenceTermByName in interface ConceptDAODAOExceptionConceptDAO.getConceptReferenceTermByName(java.lang.String,
org.openmrs.ConceptSource)public ConceptReferenceTerm getConceptReferenceTermByCode(String code, ConceptSource conceptSource) throws DAOException
getConceptReferenceTermByCode in interface ConceptDAODAOExceptionConceptDAO.getConceptReferenceTermByCode(java.lang.String,
org.openmrs.ConceptSource)public List<ConceptReferenceTerm> getConceptReferenceTermByCode(String code, ConceptSource conceptSource, boolean includeRetired) throws DAOException
getConceptReferenceTermByCode in interface ConceptDAODAOExceptionConceptDAO.getConceptReferenceTermByCode(java.lang.String,
org.openmrs.ConceptSource, boolean)public ConceptReferenceTerm saveConceptReferenceTerm(ConceptReferenceTerm conceptReferenceTerm) throws DAOException
saveConceptReferenceTerm in interface ConceptDAODAOExceptionConceptDAO.saveConceptReferenceTerm(org.openmrs.ConceptReferenceTerm)public void deleteConceptReferenceTerm(ConceptReferenceTerm conceptReferenceTerm) throws DAOException
deleteConceptReferenceTerm in interface ConceptDAODAOExceptionConceptDAO.deleteConceptReferenceTerm(org.openmrs.ConceptReferenceTerm)public Long getCountOfConceptReferenceTerms(String query, ConceptSource conceptSource, boolean includeRetired) throws DAOException
getCountOfConceptReferenceTerms in interface ConceptDAODAOExceptionConceptService.getCountOfConceptReferenceTerms(String, ConceptSource, boolean)public List<ConceptReferenceTerm> getConceptReferenceTerms(String query, ConceptSource conceptSource, Integer start, Integer length, boolean includeRetired) throws APIException
getConceptReferenceTerms in interface ConceptDAOAPIExceptionConceptDAO.getConceptReferenceTerms(String, ConceptSource, Integer,
Integer, boolean)public List<ConceptReferenceTermMap> getReferenceTermMappingsTo(ConceptReferenceTerm term) throws DAOException
getReferenceTermMappingsTo in interface ConceptDAODAOExceptionConceptDAO.getReferenceTermMappingsTo(ConceptReferenceTerm)public boolean isConceptReferenceTermInUse(ConceptReferenceTerm term) throws DAOException
ConceptDAOConceptReferenceTermMaps or ConceptMaps using the
specified termisConceptReferenceTermInUse in interface ConceptDAODAOException - Should return true if a term has a conceptMap or more using it
Should return true if a term has a conceptReferenceTermMap or more using it
Should return false if a term has no maps using itConceptDAO.isConceptReferenceTermInUse(org.openmrs.ConceptReferenceTerm)public boolean isConceptMapTypeInUse(ConceptMapType mapType) throws DAOException
ConceptDAOConceptReferenceTermMaps or ConceptMaps using the
specified mapTypeisConceptMapTypeInUse in interface ConceptDAODAOException - Should return true if a mapType has a conceptMap or more using it
Should return true if a mapType has a conceptReferenceTermMap or more using it
Should return false if a mapType has no maps using itConceptDAO.isConceptMapTypeInUse(org.openmrs.ConceptMapType)public List<Concept> getConceptsByName(String name, Locale locale, Boolean exactLocale)
getConceptsByName in interface ConceptDAOConceptDAO.getConceptsByName(java.lang.String, java.util.Locale,
java.lang.Boolean)public Concept getConceptByName(String name)
getConceptByName in interface ConceptDAOConceptDAO.getConceptByName(java.lang.String)public ConceptMapType getDefaultConceptMapType() throws DAOException
ConceptDAOConceptService.saveConcept(Concept). It will be removed in 1.10 when we
have a better way to manage flush modes.getDefaultConceptMapType in interface ConceptDAODAOExceptionConceptDAO.getDefaultConceptMapType()public boolean isConceptNameDuplicate(ConceptName name)
isConceptNameDuplicate in interface ConceptDAOConceptDAO.isConceptNameDuplicate(org.openmrs.ConceptName)public List<Drug> getDrugs(String searchPhrase, Locale locale, boolean exactLocale, boolean includeRetired)
getDrugs in interface ConceptDAOConceptDAO.getDrugs(String, java.util.Locale, boolean, boolean)public List<Drug> getDrugsByMapping(String code, ConceptSource conceptSource, Collection<ConceptMapType> withAnyOfTheseTypes, boolean includeRetired) throws DAOException
getDrugsByMapping in interface ConceptDAODAOExceptionConceptDAO.getDrugsByMapping(String, ConceptSource, Collection, boolean)public Drug getDrugByMapping(String code, ConceptSource conceptSource, Collection<ConceptMapType> withAnyOfTheseTypesOrOrderOfPreference) throws DAOException
getDrugByMapping in interface ConceptDAODAOExceptionConceptDAO.getDrugs(java.lang.String, org.openmrs.Concept, boolean)public List<ConceptAttributeType> getAllConceptAttributeTypes()
getAllConceptAttributeTypes in interface ConceptDAOConceptDAO.getAllConceptAttributeTypes()public ConceptAttributeType saveConceptAttributeType(ConceptAttributeType conceptAttributeType)
saveConceptAttributeType in interface ConceptDAOConceptDAO.saveConceptAttributeType(ConceptAttributeType)public ConceptAttributeType getConceptAttributeType(Integer id)
getConceptAttributeType in interface ConceptDAOConceptDAO.getConceptAttributeType(Integer)public ConceptAttributeType getConceptAttributeTypeByUuid(String uuid)
getConceptAttributeTypeByUuid in interface ConceptDAOConceptDAO.getConceptAttributeTypeByUuid(String)public void deleteConceptAttributeType(ConceptAttributeType conceptAttributeType)
deleteConceptAttributeType in interface ConceptDAOConceptDAO.deleteConceptAttributeType(org.openmrs.ConceptAttributeType)public List<ConceptAttributeType> getConceptAttributeTypes(String name)
getConceptAttributeTypes in interface ConceptDAOConceptDAO.getConceptAttributeTypes(String)public ConceptAttributeType getConceptAttributeTypeByName(String exactName)
getConceptAttributeTypeByName in interface ConceptDAOConceptDAO.getConceptAttributeTypeByName(String)public ConceptAttribute getConceptAttributeByUuid(String uuid)
getConceptAttributeByUuid in interface ConceptDAOConceptDAO.getConceptAttributeByUuid(String)public long getConceptAttributeCount(ConceptAttributeType conceptAttributeType)
getConceptAttributeCount in interface ConceptDAOConceptDAO.getConceptAttributeCount(ConceptAttributeType)public List<Concept> getConceptsByClass(ConceptClass conceptClass)
getConceptsByClass in interface ConceptDAOCopyright © 2024 OpenMRS Inc.. All rights reserved.