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