Class PixQueryResponseToPixmResponseTranslator
java.lang.Object
org.openehealth.ipf.commons.ihe.fhir.iti83.PixQueryResponseToPixmResponseTranslator
- All Implemented Interfaces:
GroovyObject,ToFhirTranslator<Message>
public class PixQueryResponseToPixmResponseTranslator
extends Object
implements ToFhirTranslator<Message>, GroovyObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Parametersprotected static ParametershandleErrorResponse(RSP_K23 message) protected ParametershandleRegularResponse(Object pid3collection) voidvoidtranslateToFhir(Message message, Map<String, Object> parameters) Translates something into a FHIR objectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
PixQueryResponseToPixmResponseTranslator
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClassin interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClassin interfaceGroovyObject
-
getPixSupplierResourceIdentifierUri
-
setPixSupplierResourceIdentifierUri
-
translateToFhir
Description copied from interface:ToFhirTranslatorTranslates something into a FHIR object- Specified by:
translateToFhirin interfaceToFhirTranslator<Message>- Parameters:
message- input data- Returns:
- FHIR data
-
handleRegularResponse
-
handleEmptyResponse
-
handleErrorResponse
-