Class PixFeedRequest3to2Translator
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v3.translation.PixFeedRequest3to2Translator
- All Implemented Interfaces:
GroovyObject
,Hl7TranslatorV3toV2
public class PixFeedRequest3to2Translator
extends Object
implements Hl7TranslatorV3toV2, GroovyObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addPatientIdentifiers
(GPathResult source, Group grp) boolean
boolean
boolean
boolean
boolean
boolean
void
postprocess
(Message qry, GPathResult xml) void
setAccountNumberRoot
(String value) void
setBirthNameCopyTo
(String value) void
setCopyAccountNumberAs
(String value) void
setCopyEmailAs
(String value) void
void
void
setNationalIdentifierRoot
(String value) void
setUseOtherIds
(boolean value) void
setUseReceiverDeviceName
(boolean value) void
setUseSenderDeviceName
(boolean value) translateV3toV2
(String xmlText) translateV3toV2
(String xmlText, Message dummy) 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
-
PixFeedRequest3to2Translator
public PixFeedRequest3to2Translator()
-
-
Method Details
-
translateV3toV2
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
getUseSenderDeviceName
public boolean getUseSenderDeviceName() -
isUseSenderDeviceName
public boolean isUseSenderDeviceName() -
setUseSenderDeviceName
public void setUseSenderDeviceName(boolean value) -
getUseReceiverDeviceName
public boolean getUseReceiverDeviceName() -
isUseReceiverDeviceName
public boolean isUseReceiverDeviceName() -
setUseReceiverDeviceName
public void setUseReceiverDeviceName(boolean value) -
getCopyEmailAs
-
setCopyEmailAs
-
getCopyAccountNumberAs
-
setCopyAccountNumberAs
-
getAccountNumberRoot
-
setAccountNumberRoot
-
getCopyNationalIdentifierAs
-
setCopyNationalIdentifierAs
-
getNationalIdentifierRoot
-
setNationalIdentifierRoot
-
getBirthNameCopyTo
-
setBirthNameCopyTo
-
getUseOtherIds
public boolean getUseOtherIds() -
isUseOtherIds
public boolean isUseOtherIds() -
setUseOtherIds
public void setUseOtherIds(boolean value) -
addPatientIdentifiers
-
translateV3toV2
- Specified by:
translateV3toV2
in interfaceHl7TranslatorV3toV2
-
postprocess
- Specified by:
postprocess
in interfaceHl7TranslatorV3toV2
-