Class PdqResponse2to3Translator
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v3.translation.AbstractHl7TranslatorV2toV3
org.openehealth.ipf.commons.ihe.hl7v3.translation.PdqResponse2to3Translator
- All Implemented Interfaces:
GroovyObject
,Hl7TranslatorV2toV3
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createQueryMatchObservation
(MarkupBuilder builder, Group grp) boolean
boolean
protected Map
getStatusInformation
(Message rsp, GPathResult xml) getV3ErrorLocation
(Composite err2, GPathResult xml) boolean
boolean
void
setAckCodeFirstCharacter
(String value) void
setDefaultMatchQuality
(String value) void
setErrorCodeSystem
(String value) void
void
void
setOutputResultRemainingQuantity
(boolean value) void
setOutputResultTotalQuantity
(boolean value) translateV2toV3
(Message rsp, String origMessage, String charset) Methods inherited from class org.openehealth.ipf.commons.ihe.hl7v3.translation.AbstractHl7TranslatorV2toV3
createAgent, createBirthPlaceElement, createLanguageCommunicationElement, createPatientPersonElements, getHomePhoneCode, getMessageIdRoot, getMpiOrganizationIdRoot, getMpiSystemIdExtension, getMpiSystemIdRoot, getNationalIdentifierRoot, getProviderOrganizationIdRoot, getReceiverAgentIdAssigningAuthority, getReceiverAgentIdExtension, getReceiverAgentIdRoot, getReceiverIdAssigningAuthority, getReceiverIdExtension, getReceiverIdRoot, getSenderAgentIdAssigningAuthority, getSenderAgentIdExtension, getSenderAgentIdRoot, getSenderIdAssigningAuthority, getSenderIdExtension, getSenderIdRoot, getWorkPhoneCode, postprocess, setHomePhoneCode, setMessageIdRoot, setMpiOrganizationIdRoot, setMpiSystemIdExtension, setMpiSystemIdRoot, setNationalIdentifierRoot, setProviderOrganizationIdRoot, setReceiverAgentIdAssigningAuthority, setReceiverAgentIdExtension, setReceiverAgentIdRoot, setReceiverIdAssigningAuthority, setReceiverIdExtension, setReceiverIdRoot, setSenderAgentIdAssigningAuthority, setSenderAgentIdExtension, setSenderAgentIdRoot, setSenderIdAssigningAuthority, setSenderIdExtension, setSenderIdRoot, setWorkPhoneCode, translateTelecom
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
-
PdqResponse2to3Translator
public PdqResponse2to3Translator()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
- Overrides:
getMetaClass
in classAbstractHl7TranslatorV2toV3
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
- Overrides:
setMetaClass
in classAbstractHl7TranslatorV2toV3
-
getOutputResultTotalQuantity
public boolean getOutputResultTotalQuantity() -
isOutputResultTotalQuantity
public boolean isOutputResultTotalQuantity() -
setOutputResultTotalQuantity
public void setOutputResultTotalQuantity(boolean value) -
getOutputResultRemainingQuantity
public boolean getOutputResultRemainingQuantity() -
isOutputResultRemainingQuantity
public boolean isOutputResultRemainingQuantity() -
setOutputResultRemainingQuantity
public void setOutputResultRemainingQuantity(boolean value) -
getDefaultMatchQuality
-
setDefaultMatchQuality
-
getErrorCodeSystem
-
setErrorCodeSystem
-
getAckCodeFirstCharacter
-
setAckCodeFirstCharacter
-
getNullFlavorWhenScopingOrganizationIdNotFound
-
setNullFlavorWhenScopingOrganizationIdNotFound
-
translateV2toV3
-
getStatusInformation
-
getV3ErrorLocation
-
createQueryMatchObservation
-