Class Hl7v3ContinuationUtils
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.hl7v3.Hl7v3ContinuationUtils
- All Implemented Interfaces:
GroovyObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addAcknowledgementDetail
(Document doc, String message) static void
static String
getAttribute
(Element root, String subElementLocalName, String attributeName) static int
getIntFromValueAttribute
(Element root, String subElementLocalName) static int
void
static void
setQueryAckContinuationNumbers
(Element queryAck, int remaining, int current, int total) static void
setValueAttribute
(Node node, int value) 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
-
Hl7v3ContinuationUtils
public Hl7v3ContinuationUtils()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
getHL7V3_NSURI_SET
-
getAttribute
-
parseInt
-
getIntFromValueAttribute
-
addAcknowledgementDetail
-
deleteIpfRelatedAcknowledgementDetails
-
setValueAttribute
-
setQueryAckContinuationNumbers
public static void setQueryAckContinuationNumbers(Element queryAck, int remaining, int current, int total)
-