Uses of Class
org.openehealth.ipf.commons.ihe.hl7v3.core.requests.PixV3QueryRequest
Packages that use PixV3QueryRequest
Package
Description
-
Uses of PixV3QueryRequest in org.openehealth.ipf.commons.ihe.hl7v3.core.responses
Subclasses of PixV3QueryRequest in org.openehealth.ipf.commons.ihe.hl7v3.core.responsesModifier and TypeClassDescriptionclass
Simplified model of a PIXV3 Query response (ITI-45).Methods in org.openehealth.ipf.commons.ihe.hl7v3.core.responses with parameters of type PixV3QueryRequestModifier and TypeMethodDescriptionstatic PixV3QueryResponse
PixV3QueryResponse.fromQuery
(PixV3QueryRequest query) Creates and prepopulate aPixV3QueryResponse
from aPixV3QueryRequest
. -
Uses of PixV3QueryRequest in org.openehealth.ipf.commons.ihe.hl7v3.core.transform.requests
Methods in org.openehealth.ipf.commons.ihe.hl7v3.core.transform.requests that return PixV3QueryRequestModifier and TypeMethodDescriptionPixV3QueryRequestTransformer.fromPrpa
(PRPAIN201309UV02Type query) Transforms a full PRPA query into the simplified model.Methods in org.openehealth.ipf.commons.ihe.hl7v3.core.transform.requests with parameters of type PixV3QueryRequestModifier and TypeMethodDescriptionPixV3QueryRequestTransformer.toPrpa
(PixV3QueryRequest simpleQuery) Transforms a simplified query into the full PRPA model.