edu.jhu.tmaj.servlet.response.impl
Class GrossDescriptionResponse

java.lang.Object
  extended by edu.jhu.tmaj.servlet.response.SuccessResponse
      extended by 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

Constructor Summary
GrossDescriptionResponse(java.lang.String grossDescription, java.lang.String diagnosis)
           
 
Method Summary
 java.lang.String getDiagnosis()
           
 java.lang.String getGrossDescription()
           
 
Methods inherited from class edu.jhu.tmaj.servlet.response.SuccessResponse
getError, isSuccessful, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GrossDescriptionResponse

public GrossDescriptionResponse(java.lang.String grossDescription,
                                java.lang.String diagnosis)
Method Detail

getGrossDescription

public java.lang.String getGrossDescription()

getDiagnosis

public java.lang.String getDiagnosis()