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

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

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

Contain two Maps that help identify if a specimen or patient is in the database.

See Also:
Serialized Form

Constructor Summary
SpecimenIdentifiersResponse(java.util.Map<RecordIdentifier,java.lang.Integer> record_patientID, java.util.Map<RecordIdentifier,java.lang.Integer> record_specimenID)
           
 
Method Summary
 java.util.Map<RecordIdentifier,java.lang.Integer> getRecord_patientID()
           
 java.util.Map<RecordIdentifier,java.lang.Integer> getRecord_specimenID()
           
 
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

SpecimenIdentifiersResponse

public SpecimenIdentifiersResponse(java.util.Map<RecordIdentifier,java.lang.Integer> record_patientID,
                                   java.util.Map<RecordIdentifier,java.lang.Integer> record_specimenID)
Method Detail

getRecord_patientID

public java.util.Map<RecordIdentifier,java.lang.Integer> getRecord_patientID()

getRecord_specimenID

public java.util.Map<RecordIdentifier,java.lang.Integer> getRecord_specimenID()