edu.jhu.tmaj.servlet.response.impl
Class GrossDescriptionResponse
java.lang.Object
edu.jhu.tmaj.servlet.response.SuccessResponse
edu.jhu.tmaj.servlet.response.impl.GrossDescriptionResponse
- All Implemented Interfaces:
- CommandResponse, java.io.Serializable
public final class GrossDescriptionResponse
- extends SuccessResponse
- implements java.io.Serializable
Contains the GrossDescription and Diagnosis of a specimen. The fields are only included in the
Single Input Panel because they are so large that they can only be displayed in a JTextArea (not
in a JTextField).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GrossDescriptionResponse
public GrossDescriptionResponse(java.lang.String grossDescription,
java.lang.String diagnosis)
getGrossDescription
public java.lang.String getGrossDescription()
getDiagnosis
public java.lang.String getDiagnosis()