Uses of Class
org.projecthusky.communication.responses.BaseResponse
Packages that use BaseResponse
Package
Description
-
Uses of BaseResponse in org.projecthusky.communication.responses.pdq
Subclasses of BaseResponse in org.projecthusky.communication.responses.pdqModifier and TypeClassDescriptionclass
Response class that contains all XML elements which are needed for a SearchQuery response coming from the webservice and allows the setting of their values.
Moslty a copy of theV3PdqConsumerResponse
and was not reworked. -
Uses of BaseResponse in org.projecthusky.communication.responses.pix
Subclasses of BaseResponse in org.projecthusky.communication.responses.pixModifier and TypeClassDescriptionclass
Response class that contains all XML elements for aPixAddPatientQuery
.
Mostly a copy ofV3Acknowledgement
class.