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