Class PdqUtils

java.lang.Object
org.projecthusky.communication.utils.PdqUtils

public class PdqUtils extends Object
A util class designed specifically to extract a list of FhirPatients from a PdqSearchQueryResponse.
Most code was copied over from PdqV3Query and PixPdqV3QueryBase.
Author:
szalai
  • Constructor Details

    • PdqUtils

      public PdqUtils()
  • Method Details

    • getPatientDomainId

      public static String getPatientDomainId(org.openehealth.ipf.commons.ihe.hl7v3.core.responses.PixV3QueryResponse v3PixConsumerResponse, String rootOid)
    • getPatientsFromSearchQueryResponse

      public static List<FhirPatient> getPatientsFromSearchQueryResponse(PdqSearchQueryResponse response)