org.tolven.ccr
Class ProblemType

java.lang.Object
  extended by org.tolven.ccr.CCRCodedDataObjectType
      extended by org.tolven.ccr.ProblemType

public class ProblemType
extends CCRCodedDataObjectType

Java class for ProblemType complex type.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tolven.ccr.CCRCodedDataObjectType
CCRCodedDataObjectType.Signature
 
Field Summary
static java.lang.String COMPLAINT_TYPE
           
static java.lang.String CONDITION_TYPE
           
static java.lang.String DATE_OF_ONSET
           
static java.lang.String DIAGNOSIS_TYPE
           
static java.lang.String FINDING_TYPE
           
static java.lang.String FUNCTIONAL_LIMITATION_TYPE
           
static java.lang.String PROBLEM_TYPE
           
static java.lang.String SYMPTOM_TYPE
           
 
Constructor Summary
ProblemType()
           
 
Method Summary
 EpisodesType getEpisodes()
          Gets the value of the episodes property.
 CurrentHealthStatusType getHealthStatus()
          Gets the value of the healthStatus property.
 PatientKnowledgeType getPatientKnowledge()
          Gets the value of the patientKnowledge property.
 void setEpisodes(EpisodesType value)
          Sets the value of the episodes property.
 void setHealthStatus(CurrentHealthStatusType value)
          Sets the value of the healthStatus property.
 void setPatientKnowledge(PatientKnowledgeType value)
          Sets the value of the patientKnowledge property.
 
Methods inherited from class org.tolven.ccr.CCRCodedDataObjectType
getCCRDataObjectID, getCommentID, getDateTime, getDateTimeType, getDescription, getDescriptionText, getIDs, getInternalCCRLink, getReferenceID, getSignature, getSource, getStatus, getStatusText, getType, getTypeText, removeDateTimeType, setCCRDataObjectID, setDateTimeType, setDescription, setDescriptionText, setStatus, setStatusText, setType, setTypeText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_OF_ONSET

public static final java.lang.String DATE_OF_ONSET
See Also:
Constant Field Values

PROBLEM_TYPE

public static final java.lang.String PROBLEM_TYPE
See Also:
Constant Field Values

CONDITION_TYPE

public static final java.lang.String CONDITION_TYPE
See Also:
Constant Field Values

DIAGNOSIS_TYPE

public static final java.lang.String DIAGNOSIS_TYPE
See Also:
Constant Field Values

SYMPTOM_TYPE

public static final java.lang.String SYMPTOM_TYPE
See Also:
Constant Field Values

FINDING_TYPE

public static final java.lang.String FINDING_TYPE
See Also:
Constant Field Values

COMPLAINT_TYPE

public static final java.lang.String COMPLAINT_TYPE
See Also:
Constant Field Values

FUNCTIONAL_LIMITATION_TYPE

public static final java.lang.String FUNCTIONAL_LIMITATION_TYPE
See Also:
Constant Field Values
Constructor Detail

ProblemType

public ProblemType()
Method Detail

getEpisodes

public EpisodesType getEpisodes()
Gets the value of the episodes property.

Returns:
possible object is EpisodesType

setEpisodes

public void setEpisodes(EpisodesType value)
Sets the value of the episodes property.

Parameters:
value - allowed object is EpisodesType

getHealthStatus

public CurrentHealthStatusType getHealthStatus()
Gets the value of the healthStatus property.

Returns:
possible object is CurrentHealthStatusType

setHealthStatus

public void setHealthStatus(CurrentHealthStatusType value)
Sets the value of the healthStatus property.

Parameters:
value - allowed object is CurrentHealthStatusType

getPatientKnowledge

public PatientKnowledgeType getPatientKnowledge()
Gets the value of the patientKnowledge property.

Returns:
possible object is PatientKnowledgeType

setPatientKnowledge

public void setPatientKnowledge(PatientKnowledgeType value)
Sets the value of the patientKnowledge property.

Parameters:
value - allowed object is PatientKnowledgeType