Class PdqRequest3to2Translator
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v3.translation.PdqRequest3to2Translator
- All Implemented Interfaces:
GroovyObject,Hl7TranslatorV3toV2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidaddAddressParameters(Object addressValues, Object queryParams) protected voidaddIdentifierParameters(Object identifierValues, Object queryParams) protected static voidaddNameParameters(Object nameValues, Object queryParams) protected static voidaddOtherParameters(Object parameterList, Object queryParams) booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidpostprocess(Message qry, GPathResult xml) voidsetAccountNumberRoot(String value) voidvoidsetOutputMessageStructure(boolean value) voidsetQueryName(String value) voidsetTranslateInitialQuantity(boolean value) voidsetUseReceiverDeviceName(boolean value) voidsetUseSenderDeviceName(boolean value) translateV3toV2(String v3requestString) translateV3toV2(String v3requestString, Message dummy) protected static Stringwildcardize(String value, boolean needWildcard) 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
-
PdqRequest3to2Translator
public PdqRequest3to2Translator()
-
-
Method Details
-
translateV3toV2
-
getMetaClass
- Specified by:
getMetaClassin interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClassin 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) -
getOutputMessageStructure
public boolean getOutputMessageStructure() -
isOutputMessageStructure
public boolean isOutputMessageStructure() -
setOutputMessageStructure
public void setOutputMessageStructure(boolean value) -
getQueryName
-
setQueryName
-
getAccountNumberRoot
-
setAccountNumberRoot
-
getTranslateInitialQuantity
public boolean getTranslateInitialQuantity() -
isTranslateInitialQuantity
public boolean isTranslateInitialQuantity() -
setTranslateInitialQuantity
public void setTranslateInitialQuantity(boolean value) -
translateV3toV2
- Specified by:
translateV3toV2in interfaceHl7TranslatorV3toV2
-
addIdentifierParameters
-
addNameParameters
-
addOtherParameters
-
addAddressParameters
-
wildcardize
-
postprocess
- Specified by:
postprocessin interfaceHl7TranslatorV3toV2
-