org.openmrs.hl7.handler
Class ProposingConceptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openmrs.api.APIException
                  extended by 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

Field Summary
static long serialVersionUID
           
 
Constructor Summary
ProposingConceptException(Concept concept, java.lang.String valueName)
          Default constructor that takes in the required parameters
 
Method Summary
 Concept getConcept()
           
 java.lang.String getValueName()
           
 void setConcept(Concept concept)
           
 void setValueName(java.lang.String valueName)
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ProposingConceptException

public ProposingConceptException(Concept concept,
                                 java.lang.String valueName)
Default constructor that takes in the required parameters

Parameters:
concept - the question for this proposed concept
valueName - the proposed text for this concept
Method Detail

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

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change