|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mitre.midiki.workshop.Disease
Database record containing detailed information about a disease.
Serializable
, Serialized FormField 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 |
public java.lang.String name
public java.lang.String description
public java.lang.String regions
public java.util.ArrayList symptoms
public java.util.ArrayList tests
public java.util.ArrayList history
public java.lang.String treatment
public java.lang.String prevention
Constructor Detail |
public Disease()
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
String
value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |