Uses of Class
org.eclipse.ohf.ihe.pix.consumer.PixConsumerQuery

Packages that use PixConsumerQuery
org.eclipse.ohf.ihe.pix.consumer   
org.eclipse.ohf.ihe.pix.consumer.test   
 

Uses of PixConsumerQuery in org.eclipse.ohf.ihe.pix.consumer
 

Methods in org.eclipse.ohf.ihe.pix.consumer that return PixConsumerQuery
 PixConsumerQuery PixConsumer.createQuery(java.lang.String patientId)
          QBP_Q23 Get Corresponding IDs Query - create message
 PixConsumerQuery PixConsumer.createQuery(java.lang.String patientId, java.lang.String namespaceId, java.lang.String universalId, java.lang.String universalIdType)
          QBP_Q23 Get Corresponding IDs Query - create message
 

Methods in org.eclipse.ohf.ihe.pix.consumer with parameters of type PixConsumerQuery
 PixConsumerResponse PixConsumer.sendQuery(PixConsumerQuery msg, boolean verify, java.lang.String auditUser)
          Process PixConsumerQuery message with optional intermediate verification.
 

Uses of PixConsumerQuery in org.eclipse.ohf.ihe.pix.consumer.test
 

Methods in org.eclipse.ohf.ihe.pix.consumer.test that return PixConsumerQuery
static PixConsumerQuery ClientPixQuery.createMessage(PixConsumer pixQuery)