Class Hl7v3ContinuationUtils
java.lang.Object
org.openehealth.ipf.platform.camel.ihe.hl7v3.Hl7v3ContinuationUtils
- All Implemented Interfaces:
GroovyObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddAcknowledgementDetail(Document doc, String message) static voidstatic StringgetAttribute(Element root, String subElementLocalName, String attributeName) static intgetIntFromValueAttribute(Element root, String subElementLocalName) static intvoidstatic voidsetQueryAckContinuationNumbers(Element queryAck, int remaining, int current, int total) static voidsetValueAttribute(Node node, int value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObject
getProperty, invokeMethod, setProperty
-
Constructor Details
-
Hl7v3ContinuationUtils
public Hl7v3ContinuationUtils()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClassin interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClassin interfaceGroovyObject
-
getHL7V3_NSURI_SET
-
getAttribute
-
parseInt
-
getIntFromValueAttribute
-
addAcknowledgementDetail
-
deleteIpfRelatedAcknowledgementDetails
-
setValueAttribute
-
setQueryAckContinuationNumbers
public static void setQueryAckContinuationNumbers(Element queryAck, int remaining, int current, int total)
-