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 HpdBatchRequest
    Modifier and Type
    Method
    Description
    HuskyService.send(HpdBatchRequest hpdBatchRequest)
    Creates SearchRequest which queries the Healthcare Provider Directory returning a BatchResponse containing informations regarding the: Individual Provider Organizational Provider Relationship Creates AddRequest which writes to the Healthcare Provider Directory a: Individual Provider, Organizational Provider or a Relationship returning a BatchResponse containing a response code for success and error Creates DelRequest which deletes from the Healthcare Provider Directory a: Individual Provider, Organizational Provider or a Relationship returning a BatchResponse containing a response code for success and error
    HuskyWebServiceClient.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