edu.jhu.tmaj.servlet.response.impl
Class ExpressEntryResponse
java.lang.Object
edu.jhu.tmaj.servlet.response.SuccessResponse
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExpressEntryResponse
public ExpressEntryResponse(int patientID,
int specimenID,
int blockID,
int tissueDiagnosisID)
getPatientID
public int getPatientID()
getSpecimenID
public int getSpecimenID()
getBlockID
public int getBlockID()
getTissueDiagnosisID
public int getTissueDiagnosisID()