org.openmrs.hl7.handler
Class ProposingConceptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openmrs.api.APIException
org.openmrs.hl7.handler.ProposingConceptException
- All Implemented Interfaces:
- java.io.Serializable
public class ProposingConceptException
- extends APIException
Represents a obs that should be a proposed concept
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
ProposingConceptException
public ProposingConceptException(Concept concept,
java.lang.String valueName)
- Default constructor that takes in the required parameters
- Parameters:
concept
- the question for this proposed conceptvalueName
- the proposed text for this concept
getConcept
public Concept getConcept()
- Returns:
- the concept
setConcept
public void setConcept(Concept concept)
- Parameters:
concept
- the concept to set
getValueName
public java.lang.String getValueName()
- Returns:
- the valueName
setValueName
public void setValueName(java.lang.String valueName)
- Parameters:
valueName
- the valueName to set
Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change