public class ConceptFormController.ConceptFormBackingObject extends Object
Modifier and Type | Field and Description |
---|---|
Concept |
concept |
Map<Locale,Map<String,String>> |
conceptAnswersByLocale |
List<Drug> |
conceptDrugList
The list of drugs for its concept object
|
List<ConceptMap> |
conceptMappings |
Map<Locale,ConceptDescription> |
descriptionsByLocale |
Integer |
displayPrecision |
String |
handlerKey |
Double |
hiAbsolute |
Double |
hiCritical |
Double |
hiNormal |
Map<Locale,List<ConceptName>> |
indexTermsByLocale |
List<Locale> |
locales |
Double |
lowAbsolute |
Double |
lowCritical |
Double |
lowNormal |
Map<Locale,ConceptName> |
namesByLocale |
boolean |
precise |
Map<Locale,String> |
preferredNamesByLocale |
Map<Locale,ConceptName> |
shortNamesByLocale |
Map<Locale,List<ConceptName>> |
synonymsByLocale |
String |
units |
Constructor and Description |
---|
ConceptFormBackingObject(Concept concept)
Default constructor must take in a Concept object to create itself
|
public Concept concept
public Map<Locale,ConceptName> namesByLocale
public Map<Locale,ConceptName> shortNamesByLocale
public Map<Locale,List<ConceptName>> synonymsByLocale
public Map<Locale,ConceptDescription> descriptionsByLocale
public Map<Locale,List<ConceptName>> indexTermsByLocale
public List<ConceptMap> conceptMappings
public Double hiAbsolute
public Double lowAbsolute
public Double lowCritical
public Double hiCritical
public Double lowNormal
public Double hiNormal
public boolean precise
public Integer displayPrecision
public String units
public String handlerKey
public ConceptFormBackingObject(Concept concept)
concept
- The concept for this pagepublic Concept getConceptFromFormData()
public String getSetElements()
public Concept getConcept()
public void setConcept(Concept concept)
concept
- the concept to setpublic Map<Locale,ConceptName> getNamesByLocale()
public void setNamesByLocale(Map<Locale,ConceptName> namesByLocale)
namesByLocale
- the namesByLocale to setpublic Map<Locale,ConceptName> getShortNamesByLocale()
public void setShortNamesByLocale(Map<Locale,ConceptName> shortNamesByLocale)
shortNamesByLocale
- the shortNamesByLocale to setpublic Map<Locale,ConceptDescription> getDescriptionsByLocale()
public void setDescriptionsByLocale(Map<Locale,ConceptDescription> descriptionsByLocale)
descriptionsByLocale
- the descriptionsByLocale to setpublic List<ConceptMap> getConceptMappings()
public void setConceptMappings(List<ConceptMap> conceptMappings)
conceptMappings
- the conceptMappings to setpublic Map<Locale,List<ConceptName>> getSynonymsByLocale()
public void setSynonymsByLocale(Map<Locale,List<ConceptName>> synonymsByLocale)
synonymsByLocale
- the synonymsByLocale to setpublic Double getHiAbsolute()
public void setHiAbsolute(Double hiAbsolute)
hiAbsolute
- the hiAbsolute to setpublic Double getLowAbsolute()
public void setLowAbsolute(Double lowAbsolute)
lowAbsolute
- the lowAbsolute to setpublic Double getLowCritical()
public void setLowCritical(Double lowCritical)
lowCritical
- the lowCritical to setpublic Double getHiCritical()
public void setHiCritical(Double hiCritical)
hiCritical
- the hiCritical to setpublic Double getLowNormal()
public void setLowNormal(Double lowNormal)
lowNormal
- the lowNormal to setpublic Double getHiNormal()
public void setHiNormal(Double hiNormal)
hiNormal
- the hiNormal to setpublic boolean isPrecise()
public void setPrecise(boolean precise)
precise
- the precise to setpublic String getUnits()
public void setUnits(String units)
units
- the units to setpublic String getHandlerKey()
public void setHandlerKey(String handlerKey)
handlerKey
- the handlerKey to setpublic Map<Locale,List<ConceptName>> getIndexTermsByLocale()
public void setIndexTermsByLocale(Map<Locale,List<ConceptName>> indexTermsByLocale)
indexTermsByLocale
- the indexTermsByLocale to setpublic List<Form> getFormsInUse()
public List<ConceptUsageExtension> getConceptUsage()
ConceptUsageExtension
public int getNumberOfObsUsingThisConcept()
public List<Concept> getQuestionsAnswered()
public List<ConceptSet> getContainedInSets()
public Map<String,String> getConceptAnswers()
getConceptAnswers(java.util.Locale)
public Map<Locale,String> getPreferredNamesByLocale()
public void setPreferredNamesByLocale(Map<Locale,String> preferredNamesByLocale)
preferredNamesByLocale
- the preferredNamesByLocale to setpublic List<Drug> getConceptDrugList()
public void setConceptDrugList(List<Drug> conceptDrugList)
conceptDrugList
- the value to be setpublic Integer getDisplayPrecision()
public void setDisplayPrecision(Integer displayPrecision)
public Map<Locale,Map<String,String>> getConceptAnswersByLocale()
Copyright © 2015 OpenMRS Inc.. All rights reserved.