org.tolven.ctom.entity
Class QualitativeEvaluation

java.lang.Object
  extended by org.tolven.ctom.entity.Assessment
      extended by org.tolven.ctom.entity.QualitativeEvaluation
All Implemented Interfaces:
java.io.Serializable

public class QualitativeEvaluation
extends Assessment
implements java.io.Serializable

A systemic and thorough assessment of the body and its functions using visual inspection, palpation, percussion, and auscultation, aimed to determine the presence or absence of signs of disease or abnormality.

Version:
1.0
See Also:
Serialized Form

Constructor Summary
QualitativeEvaluation()
           
 
Method Summary
 void finalize()
           
 int getAnamResultAccuracyInPercentage()
           
 java.lang.String getDeathCause()
           
 java.lang.String getDeathCauseText()
           
 java.util.Date getDeathDate()
           
 java.lang.String getMenstrualPatternType()
           
 int getPainIndexScore()
           
 int getPerformanceStatusScore()
           
 int getSurvivalStatus()
           
 java.lang.String getSurvivalStatusDescription()
           
 boolean isMenstrualInd()
           
 void setAnamResultAccuracyInPercentage(int anamResultAccuracyInPercentage)
           
 void setDeathCause(java.lang.String deathCause)
           
 void setDeathCauseText(java.lang.String deathCauseText)
           
 void setDeathDate(java.util.Date deathDate)
           
 void setMenstrualInd(boolean menstrualInd)
           
 void setMenstrualPatternType(java.lang.String menstrualPatternType)
           
 void setPainIndexScore(int painIndexScore)
           
 void setPerformanceStatusScore(int performanceStatusScore)
           
 void setSurvivalStatus(int survivalStatus)
           
 void setSurvivalStatusDescription(java.lang.String survivalStatusDescription)
           
 
Methods inherited from class org.tolven.ctom.entity.Assessment
getActivity, getEvaluationDate, getId, setActivity, setEvaluationDate, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualitativeEvaluation

public QualitativeEvaluation()
Method Detail

finalize

public void finalize()
              throws java.lang.Throwable
Overrides:
finalize in class Assessment
Throws:
java.lang.Throwable

getAnamResultAccuracyInPercentage

public int getAnamResultAccuracyInPercentage()

setAnamResultAccuracyInPercentage

public void setAnamResultAccuracyInPercentage(int anamResultAccuracyInPercentage)

getDeathCause

public java.lang.String getDeathCause()

setDeathCause

public void setDeathCause(java.lang.String deathCause)

getDeathCauseText

public java.lang.String getDeathCauseText()

setDeathCauseText

public void setDeathCauseText(java.lang.String deathCauseText)

getDeathDate

public java.util.Date getDeathDate()

setDeathDate

public void setDeathDate(java.util.Date deathDate)

isMenstrualInd

public boolean isMenstrualInd()

setMenstrualInd

public void setMenstrualInd(boolean menstrualInd)

getMenstrualPatternType

public java.lang.String getMenstrualPatternType()

setMenstrualPatternType

public void setMenstrualPatternType(java.lang.String menstrualPatternType)

getPainIndexScore

public int getPainIndexScore()

setPainIndexScore

public void setPainIndexScore(int painIndexScore)

getPerformanceStatusScore

public int getPerformanceStatusScore()

setPerformanceStatusScore

public void setPerformanceStatusScore(int performanceStatusScore)

getSurvivalStatus

public int getSurvivalStatus()

setSurvivalStatus

public void setSurvivalStatus(int survivalStatus)

getSurvivalStatusDescription

public java.lang.String getSurvivalStatusDescription()

setSurvivalStatusDescription

public void setSurvivalStatusDescription(java.lang.String survivalStatusDescription)