Uses of Class
org.projecthusky.communication.mpi.impl.pdq.V3PdqConsumerResponse
Packages that use V3PdqConsumerResponse
Package
Description
-
Uses of V3PdqConsumerResponse in org.projecthusky.communication.mpi.impl
Methods in org.projecthusky.communication.mpi.impl with parameters of type V3PdqConsumerResponseModifier and TypeMethodDescriptionprotected net.ihe.gazelle.hl7v3.prpamt201310UV02.PRPAMT201310UV02Patient
PdqV3Query.getPatientByIndex
(V3PdqConsumerResponse v3PdqConsumerResponse, int patientIndex) Get the specified patient object.PdqV3Query.getPatientsFromPdqQuery
(V3PdqConsumerResponse response) Gets the patients from pdq query. -
Uses of V3PdqConsumerResponse in org.projecthusky.communication.mpi.impl.pdq
Methods in org.projecthusky.communication.mpi.impl.pdq that return V3PdqConsumerResponseModifier and TypeMethodDescriptionV3PdqQuery.getLastPdqConsumerResponse()
Gets the last pdq consumer response.Methods in org.projecthusky.communication.mpi.impl.pdq with parameters of type V3PdqConsumerResponseModifier and TypeMethodDescriptionvoid
V3PdqQuery.setLastPdqConsumerResponse
(V3PdqConsumerResponse lastPdqConsumerResponse) Sets the pdq consumer response.Constructors in org.projecthusky.communication.mpi.impl.pdq with parameters of type V3PdqConsumerResponseModifierConstructorDescriptionprotected
V3PdqContinuationBase
(String senderApplicationOID, String senderFacilityOID, String receiverApplicationOID, String receiverFacilityOID, V3PdqConsumerResponse v3pdqresponse) Create a V3PdqContinuationBase with the provided sender and receiver and original queryV3PdqContinuationCancel
(String senderApplicationOID, String senderFacilityOID, String receiverApplicationOID, String receiverFacilityOID, V3PdqConsumerResponse v3pdqresponse) Create a Continuation of type Cancel with the provided sender, receiver and original responseV3PdqContinuationQuery
(String senderApplicationOID, String senderFacilityOID, String receiverApplicationOID, String receiverFacilityOID, V3PdqConsumerResponse v3pdqresponse, int quantityLimit) Create a Continuation Query with the provided sender, receiver, original query and number of results to return.