Class Hl7v3NakFactory

java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v3.Hl7v3NakFactory
All Implemented Interfaces:
GroovyObject

public class Hl7v3NakFactory extends Object implements GroovyObject
  • Constructor Details

    • Hl7v3NakFactory

      public Hl7v3NakFactory()
  • Method Details

    • getMetaClass

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

      public void setMetaClass(MetaClass mc)
      Specified by:
      setMetaClass in interface GroovyObject
    • getMessageIdRoot

      public static String getMessageIdRoot()
    • setMessageIdRoot

      public static void setMessageIdRoot(String value)
    • response

      public static String response(String originalMessageString, Throwable throwable, String rootElementName, String controlActProcessCode, boolean useCAckTypeCodes, boolean includeQuantities)
    • response

      public static String response(GPathResult originalMessage, Throwable throwable, String rootElementName, String controlActProcessCode, boolean useCAckTypeCodes, boolean includeQuantities)