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

public class PdqResponse2to3Translator extends AbstractHl7TranslatorV2toV3
  • Constructor Details

    • PdqResponse2to3Translator

      public PdqResponse2to3Translator()
  • Method Details

    • getMetaClass

      public MetaClass getMetaClass()
      Specified by:
      getMetaClass in interface GroovyObject
      Overrides:
      getMetaClass in class AbstractHl7TranslatorV2toV3
    • setMetaClass

      public void setMetaClass(MetaClass mc)
      Specified by:
      setMetaClass in interface GroovyObject
      Overrides:
      setMetaClass in class AbstractHl7TranslatorV2toV3
    • 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

      public String getDefaultMatchQuality()
    • setDefaultMatchQuality

      public void setDefaultMatchQuality(String value)
    • getErrorCodeSystem

      public String getErrorCodeSystem()
    • setErrorCodeSystem

      public void setErrorCodeSystem(String value)
    • getAckCodeFirstCharacter

      public String getAckCodeFirstCharacter()
    • setAckCodeFirstCharacter

      public void setAckCodeFirstCharacter(String value)
    • getNullFlavorWhenScopingOrganizationIdNotFound

      public String getNullFlavorWhenScopingOrganizationIdNotFound()
    • setNullFlavorWhenScopingOrganizationIdNotFound

      public void setNullFlavorWhenScopingOrganizationIdNotFound(String value)
    • translateV2toV3

      public String translateV2toV3(Message rsp, String origMessage, String charset)
    • getStatusInformation

      protected Map getStatusInformation(Message rsp, GPathResult xml)
    • getV3ErrorLocation

      public String getV3ErrorLocation(Composite err2, GPathResult xml)
    • createQueryMatchObservation

      public void createQueryMatchObservation(MarkupBuilder builder, Group grp)