Uses of Class
org.projecthusky.communication.responses.hpd.HpdResponse
Packages that use HpdResponse
Package
Description
-
Uses of HpdResponse in org.projecthusky.communication.responses.hpd
Subclasses of HpdResponse in org.projecthusky.communication.responses.hpdModifier and TypeClassDescriptionclass
Class responsible for creating response fromAddRequest
DelRequest
class
Class responsible for creating response fromSearchRequest
Methods in org.projecthusky.communication.responses.hpd that return HpdResponseModifier and TypeMethodDescriptionabstract HpdResponse
HpdResponse.build
(org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchResponse response) Method implemented by all child classes for creating the specific response class -
Uses of HpdResponse in org.projecthusky.communication.services
Methods in org.projecthusky.communication.services that return HpdResponseModifier and TypeMethodDescriptionHuskyService.send
(HpdBatchRequest hpdBatchRequest) CreatesSearchRequest
which queries the Healthcare Provider Directory returning aBatchResponse
containing informations regarding the: Individual Provider Organizational Provider Relationship CreatesAddRequest
which writes to the Healthcare Provider Directory a: Individual Provider, Organizational Provider or a Relationship returning aBatchResponse
containing a response code for success and error CreatesDelRequest
which deletes from the Healthcare Provider Directory a: Individual Provider, Organizational Provider or a Relationship returning aBatchResponse
containing a response code for success and errorHuskyWebServiceClient.sendHpdBatchRequest
(HpdBatchRequest hpdBatchRequest) It implements the following IHE transactions: [ITI-58] Provider Information Query - Search Request [ITI-59] Provider Information Feed - Add Request [ITI-59] Provider Information Feed - Delete RequestHuskyWebServiceClient.sendHpdRequest
(HpdRequest hpdRequest) Method that can be used for sending an individual request e.g.