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

java.lang.Object
  extended by edu.jhu.tmaj.servlet.response.SuccessResponse
      extended by edu.jhu.tmaj.servlet.response.impl.ExpressEntryResponse
All Implemented Interfaces:
CommandResponse, java.io.Serializable

public final class ExpressEntryResponse
extends SuccessResponse
implements java.io.Serializable

Contains a patientID,SpecimenID,BlockID, tissueDiagnosisID. These primary keys were either created or found, depending on whether the patient,specimen,block, and tissueDiagnosis already existed when the patient tried to enter it in the ExpressEntry Dialog.

See Also:
Serialized Form

Constructor Summary
ExpressEntryResponse(int patientID, int specimenID, int blockID, int tissueDiagnosisID)
           
 
Method Summary
 int getBlockID()
           
 int getPatientID()
           
 int getSpecimenID()
           
 int getTissueDiagnosisID()
           
 
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

ExpressEntryResponse

public ExpressEntryResponse(int patientID,
                            int specimenID,
                            int blockID,
                            int tissueDiagnosisID)
Method Detail

getPatientID

public int getPatientID()

getSpecimenID

public int getSpecimenID()

getBlockID

public int getBlockID()

getTissueDiagnosisID

public int getTissueDiagnosisID()