Class Hl7v3NakFactory
java.lang.Object
org.openehealth.ipf.commons.ihe.hl7v3.Hl7v3NakFactory
- All Implemented Interfaces:
GroovyObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
response
(GPathResult originalMessage, Throwable throwable, String rootElementName, String controlActProcessCode, boolean useCAckTypeCodes, boolean includeQuantities) static String
response
(String originalMessageString, Throwable throwable, String rootElementName, String controlActProcessCode, boolean useCAckTypeCodes, boolean includeQuantities) static void
setMessageIdRoot
(String value) void
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
-
Hl7v3NakFactory
public Hl7v3NakFactory()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
getMessageIdRoot
-
setMessageIdRoot
-
response
-
response
public static String response(GPathResult originalMessage, Throwable throwable, String rootElementName, String controlActProcessCode, boolean useCAckTypeCodes, boolean includeQuantities)
-