org.mitre.midiki.workshop
Class Disease

java.lang.Object
  |
  +--org.mitre.midiki.workshop.Disease
All Implemented Interfaces:
java.io.Serializable

public class Disease
extends java.lang.Object
implements java.io.Serializable

Database record containing detailed information about a disease.

Since:
1.0
See Also:
Serializable, Serialized Form

Field Summary
 java.lang.String description
          A few paragraphs describing the disease.
 java.util.ArrayList history
          List of medical history items presented by this disease.
 java.lang.String name
          The common name of the disease.
 java.lang.String prevention
          Text describing possible measures for preventing infection.
 java.lang.String regions
          Text identifying regions in which this disease is known to be present.
 java.util.ArrayList symptoms
          List of symptoms presented by this disease.
 java.util.ArrayList tests
          List of tests presented by this disease.
 java.lang.String treatment
          Text describing available treatments for this disease.
 
Constructor Summary
Disease()
          Empty constructor.
 
Method Summary
 java.lang.String toString()
          Generates a string representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The common name of the disease.

description

public java.lang.String description
A few paragraphs describing the disease.

regions

public java.lang.String regions
Text identifying regions in which this disease is known to be present.

symptoms

public java.util.ArrayList symptoms
List of symptoms presented by this disease.

tests

public java.util.ArrayList tests
List of tests presented by this disease.

history

public java.util.ArrayList history
List of medical history items presented by this disease.

treatment

public java.lang.String treatment
Text describing available treatments for this disease.

prevention

public java.lang.String prevention
Text describing possible measures for preventing infection.
Constructor Detail

Disease

public Disease()
Empty constructor.
Method Detail

toString

public java.lang.String toString()
Generates a string representation of this object.
Overrides:
toString in class java.lang.Object
Returns:
a String value