Class Hl7v3ContinuationUtils

java.lang.Object
org.openehealth.ipf.platform.camel.ihe.hl7v3.Hl7v3ContinuationUtils
All Implemented Interfaces:
GroovyObject

public abstract class Hl7v3ContinuationUtils extends Object implements GroovyObject
  • Constructor Details

    • Hl7v3ContinuationUtils

      public Hl7v3ContinuationUtils()
  • Method Details

    • getMetaClass

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

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

      public static Set<String> getHL7V3_NSURI_SET()
    • getAttribute

      public static String getAttribute(Element root, String subElementLocalName, String attributeName)
    • parseInt

      public static int parseInt(String s)
    • getIntFromValueAttribute

      public static int getIntFromValueAttribute(Element root, String subElementLocalName)
    • addAcknowledgementDetail

      public static void addAcknowledgementDetail(Document doc, String message)
    • deleteIpfRelatedAcknowledgementDetails

      public static void deleteIpfRelatedAcknowledgementDetails(Document doc)
    • setValueAttribute

      public static void setValueAttribute(Node node, int value)
    • setQueryAckContinuationNumbers

      public static void setQueryAckContinuationNumbers(Element queryAck, int remaining, int current, int total)