Class PixFeedAck2to3Translator
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v3.translation.PixFeedAck2to3Translator
- All Implemented Interfaces:
GroovyObject
,Hl7TranslatorV2toV3
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static Map
getStatusInformation
(Message rsp, GPathResult xml) void
postprocess
(Message msg, MarkupBuilder builder) void
setAckCodeFirstCharacter
(String value) void
setErrorCodeSystem
(String value) void
setMessageIdRoot
(String value) void
translateV2toV3
(Message rsp, String originalMessage, String charset) Methods 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
-
PixFeedAck2to3Translator
public PixFeedAck2to3Translator()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
getAckCodeFirstCharacter
-
setAckCodeFirstCharacter
-
getMessageIdRoot
-
setMessageIdRoot
-
getErrorCodeSystem
-
setErrorCodeSystem
-
translateV2toV3
- Specified by:
translateV2toV3
in interfaceHl7TranslatorV2toV3
-
getStatusInformation
-
postprocess
- Specified by:
postprocess
in interfaceHl7TranslatorV2toV3
-