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
Constructors Constructor Description PixFeedRequest3to2Translator()
-
Method Summary
-
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
-
-
-
-
Method Detail
-
getMetaClass
public MetaClass getMetaClass()
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
public void setMetaClass(MetaClass mc)
- 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
public String getCopyEmailAs()
-
setCopyEmailAs
public void setCopyEmailAs(String value)
-
getCopyAccountNumberAs
public String getCopyAccountNumberAs()
-
setCopyAccountNumberAs
public void setCopyAccountNumberAs(String value)
-
getAccountNumberRoot
public String getAccountNumberRoot()
-
setAccountNumberRoot
public void setAccountNumberRoot(String value)
-
getCopyNationalIdentifierAs
public String getCopyNationalIdentifierAs()
-
setCopyNationalIdentifierAs
public void setCopyNationalIdentifierAs(String value)
-
getNationalIdentifierRoot
public String getNationalIdentifierRoot()
-
setNationalIdentifierRoot
public void setNationalIdentifierRoot(String value)
-
getBirthNameCopyTo
public String getBirthNameCopyTo()
-
setBirthNameCopyTo
public void setBirthNameCopyTo(String value)
-
getUseOtherIds
public boolean getUseOtherIds()
-
isUseOtherIds
public boolean isUseOtherIds()
-
setUseOtherIds
public void setUseOtherIds(boolean value)
-
addPatientIdentifiers
protected void addPatientIdentifiers(GPathResult source, Group grp)
-
translateV3toV2
public Message translateV3toV2(String xmlText, Message dummy)
- Specified by:
translateV3toV2
in interfaceHl7TranslatorV3toV2
-
postprocess
public void postprocess(Message qry, GPathResult xml)
- Specified by:
postprocess
in interfaceHl7TranslatorV3toV2
-
-