Class PixFeedAck2to3Translator
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v3.translation.PixFeedAck2to3Translator
- All Implemented Interfaces:
- GroovyObject,- Hl7TranslatorV2toV3
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObjectgetProperty, invokeMethod, setProperty
- 
Constructor Details- 
PixFeedAck2to3Translatorpublic PixFeedAck2to3Translator()
 
- 
- 
Method Details- 
getMetaClass- Specified by:
- getMetaClassin interface- GroovyObject
 
- 
setMetaClass- Specified by:
- setMetaClassin interface- GroovyObject
 
- 
getAckCodeFirstCharacter
- 
setAckCodeFirstCharacter
- 
getMessageIdRoot
- 
setMessageIdRoot
- 
getErrorCodeSystem
- 
setErrorCodeSystem
- 
translateV2toV3- Specified by:
- translateV2toV3in interface- Hl7TranslatorV2toV3
 
- 
getStatusInformation
- 
postprocess- Specified by:
- postprocessin interface- Hl7TranslatorV2toV3
 
 
-