Uses of Class
org.projecthusky.communication.requests.hpd.HpdBatchRequest
Packages that use HpdBatchRequest
-
Uses of HpdBatchRequest in org.projecthusky.communication.services
Methods in org.projecthusky.communication.services with parameters of type HpdBatchRequestModifier 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 Request