public class SemanticSearchBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static Comparator<Object> |
umlsFirstWordComparator |
Constructor and Description |
---|
SemanticSearchBean() |
public static Comparator<Object> umlsFirstWordComparator
public ConceptSearchService getUmlsFirstWordService()
public void setUmlsFirstWordService(ConceptSearchService umlsFirstWordService)
public DocumentSearchService getDocumentSearchService()
public void setDocumentSearchService(DocumentSearchService documentSearchService)
public Date getDateFrom()
public void setDateFrom(Date dateFrom)
public Date getDateTo()
public void setDateTo(Date dateTo)
public Integer getPatientId()
public void setPatientId(Integer patientId)
public Boolean getNegationStatus()
public void setNegationStatus(Boolean negationStatus)
public ConceptFirstWord getSearchCUI()
public void setSearchCUI(ConceptFirstWord searchCUI)
public List<DocumentSearchResult> getSearchResultList()
public void setSearchResultList(List<DocumentSearchResult> searchResultList)
public void searchListen(javax.faces.event.ActionEvent event)
public void resetListen(javax.faces.event.ActionEvent event)
public void updateList(javax.faces.event.ValueChangeEvent event)
event
- public ConceptFirstWord getCurrentCUI()
public List<javax.faces.model.SelectItem> getList()
public static String formatUMLSFirstWord(ConceptFirstWord fword)
public static ConceptFirstWord extractUMLSFirstWord(String fword)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.