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
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.hl7.fhir.r4.model.Parameters
protected static org.hl7.fhir.r4.model.Parameters
handleErrorResponse
(RSP_K23 message) protected org.hl7.fhir.r4.model.Parameters
handleRegularResponse
(Object pid3collection) void
void
org.hl7.fhir.r4.model.Parameters
translateToFhir
(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, wait
Methods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
PixQueryResponseToPixmResponseTranslator
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
getPixSupplierResourceIdentifierUri
-
setPixSupplierResourceIdentifierUri
-
translateToFhir
public org.hl7.fhir.r4.model.Parameters translateToFhir(Message message, Map<String, Object> parameters) Description copied from interface:ToFhirTranslator
Translates something into a FHIR object- Specified by:
translateToFhir
in interfaceToFhirTranslator<Message>
- Parameters:
message
- input data- Returns:
- FHIR data
-
handleRegularResponse
-
handleEmptyResponse
protected org.hl7.fhir.r4.model.Parameters handleEmptyResponse() -
handleErrorResponse
-