Class HpdQueryResponse

java.lang.Object
org.projecthusky.communication.responses.hpd.HpdResponse
org.projecthusky.communication.responses.hpd.HpdQueryResponse

public class HpdQueryResponse extends HpdResponse
Class responsible for creating response from SearchRequest
  • Constructor Details

    • HpdQueryResponse

      public HpdQueryResponse()
  • Method Details

    • build

      public HpdQueryResponse build(org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.BatchResponse response)
      Description copied from class: HpdResponse
      Method implemented by all child classes for creating the specific response class
      Specified by:
      build in class HpdResponse