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 TypeClassDescriptionclassClass responsible for creating response fromAddRequestDelRequestclassClass responsible for creating response fromSearchRequestMethods in org.projecthusky.communication.responses.hpd that return HpdResponseModifier and TypeMethodDescriptionabstract HpdResponseHpdResponse.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) CreatesSearchRequestwhich queries the Healthcare Provider Directory returning aBatchResponsecontaining informations regarding the: Individual Provider Organizational Provider Relationship CreatesAddRequestwhich writes to the Healthcare Provider Directory a: Individual Provider, Organizational Provider or a Relationship returning aBatchResponsecontaining a response code for success and error CreatesDelRequestwhich deletes from the Healthcare Provider Directory a: Individual Provider, Organizational Provider or a Relationship returning aBatchResponsecontaining 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.