edu.jhu.tmaj.servlet.response.impl
Class SpecimenIdentifiersResponse
java.lang.Object
edu.jhu.tmaj.servlet.response.SuccessResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SpecimenIdentifiersResponse
public SpecimenIdentifiersResponse(java.util.Map<RecordIdentifier,java.lang.Integer> record_patientID,
java.util.Map<RecordIdentifier,java.lang.Integer> record_specimenID)
getRecord_patientID
public java.util.Map<RecordIdentifier,java.lang.Integer> getRecord_patientID()
getRecord_specimenID
public java.util.Map<RecordIdentifier,java.lang.Integer> getRecord_specimenID()