public class ConceptNumeric extends Concept implements Serializable
Concept
,
Serialized FormModifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ConceptNumeric()
default constructor
|
ConceptNumeric(Concept c)
Optional constructor for turning a Concept into a ConceptNumeric
Note: This cannot copy over numeric specific values |
ConceptNumeric(Integer conceptId)
Generic constructor taking the primary key
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Double |
getHiAbsolute() |
Double |
getHiCritical() |
Double |
getHiNormal() |
Double |
getLowAbsolute() |
Double |
getLowCritical() |
Double |
getLowNormal() |
Boolean |
getPrecise() |
String |
getUnits() |
int |
hashCode() |
boolean |
isNumeric()
This method will always return true for ConceptNumeric objects that have a datatype of
Numeric
|
Boolean |
isPrecise() |
void |
setHiAbsolute(Double hiAbsolute) |
void |
setHiCritical(Double hiCritical) |
void |
setHiNormal(Double hiNormal) |
void |
setLowAbsolute(Double lowAbsolute) |
void |
setLowCritical(Double lowCritical) |
void |
setLowNormal(Double lowNormal) |
void |
setPrecise(Boolean precise) |
void |
setUnits(String units) |
addAnswer, addConceptMapping, addDescription, addName, addSetMember, addSetMember, findNameTaggedWith, findPossibleValues, getAllConceptNameLocales, getAnswers, getAnswers, getBestName, getBestShortName, getChangedBy, getCompatibleNames, getConceptClass, getConceptId, getConceptMappings, getConceptSets, getCreator, getDatatype, getDateChanged, getDateCreated, getDateRetired, getDescription, getDescription, getDescription, getDescriptions, getDisplayString, getFullySpecifiedName, getId, getIndexTerms, getIndexTermsForLocale, getName, getName, getName, getNames, getNames, getNames, getPossibleValues, getPreferredName, getPreferredNameForCountry, getPreferredNameInLanguage, getRetired, getRetiredBy, getRetireReason, getSet, getSetMembers, getShortestName, getShortNameForCountry, getShortNameInLanguage, getShortNameInLocale, getShortNames, getShortNamesForLocale, getSortedAnswers, getSynonyms, getSynonyms, getVersion, hasName, hydrate, isComplex, isNamed, isRetired, isSet, removeAnswer, removeConceptMapping, removeDescription, removeName, serialize, setAnswers, setChangedBy, setConceptClass, setConceptId, setConceptMappings, setConceptSets, setCreator, setDatatype, setDateChanged, setDateCreated, setDateRetired, setDescriptions, setFullySpecifiedName, setId, setNames, setPreferredName, setPreferredName, setRetired, setRetiredBy, setRetireReason, setSet, setShortName, setShortName, setVersion, toString
getUuid, setUuid
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getUuid, setUuid
public static final long serialVersionUID
public ConceptNumeric()
public ConceptNumeric(Integer conceptId)
conceptId
- key for this numeric conceptpublic ConceptNumeric(Concept c)
c
- public boolean equals(Object obj)
equals
in class Concept
Concept.equals(java.lang.Object)
public int hashCode()
hashCode
in class Concept
Concept.hashCode()
public Double getHiAbsolute()
public void setHiAbsolute(Double hiAbsolute)
public Double getHiCritical()
public void setHiCritical(Double hiCritical)
public Double getHiNormal()
public void setHiNormal(Double hiNormal)
public Double getLowAbsolute()
public void setLowAbsolute(Double lowAbsolute)
public Double getLowCritical()
public void setLowCritical(Double lowCritical)
public Double getLowNormal()
public void setLowNormal(Double lowNormal)
public String getUnits()
public void setUnits(String units)
public Boolean isPrecise()
public Boolean getPrecise()
public void setPrecise(Boolean precise)
public boolean isNumeric()
isNumeric
in class Concept
Concept.isNumeric()
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.