public class AuditUtils extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
AuditUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
enrichGenericAuditDatasetFromRequest(MllpAuditDataset auditDataset,
ca.uhn.hl7v2.model.Message msg) |
static void |
finalizeAudit(MllpAuditDataset auditDataset,
MllpAuditStrategy auditStrategy,
boolean fault) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
static String |
getRequestString(org.apache.camel.Exchange exchange,
ca.uhn.hl7v2.model.Message msg) |
Object |
invokeMethod(String method,
Object arguments) |
static boolean |
isPositiveAck(ca.uhn.hl7v2.model.Message msg) |
static List |
pidList(org.openehealth.ipf.modules.hl7.dsl.Repeatable repeatable) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic static void enrichGenericAuditDatasetFromRequest(MllpAuditDataset auditDataset, ca.uhn.hl7v2.model.Message msg)
public static void finalizeAudit(MllpAuditDataset auditDataset, MllpAuditStrategy auditStrategy, boolean fault)
public static boolean isPositiveAck(ca.uhn.hl7v2.model.Message msg)
public static List pidList(org.openehealth.ipf.modules.hl7.dsl.Repeatable repeatable)
public static String getRequestString(org.apache.camel.Exchange exchange, ca.uhn.hl7v2.model.Message msg)
Copyright © 2015 Open eHealth Foundation. All rights reserved.