Class Hl7ExtensionModule
java.lang.Object
org.openehealth.ipf.modules.hl7.extend.Hl7ExtensionModule
- All Implemented Interfaces:
GroovyObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MessageRuleBuilder
abstractSyntax
(MessageRuleBuilder delegate, Object... args) static String
addGroup
(AbstractMessage delegate, String name, boolean required, boolean repeating) static String
addGroup
(AbstractMessage delegate, String name, boolean required, boolean repeating, int index) static String
addSegment
(AbstractMessage delegate, String name, boolean required, boolean repeating) static String
addSegment
(AbstractMessage delegate, String name, boolean required, boolean repeating, int index) static EncodingRuleBuilder
checkIf
(EncodingRuleBuilder delegate, Closure closure) static MessageRuleBuilder
checkIf
(MessageRuleBuilder delegate, Closure closure) static PrimitiveRuleBuilder
checkIf
(PrimitiveRuleBuilder delegate, Closure closure) static String
getEventType
(Message delegate) static String
getMessageStructure
(Message delegate) static String
getTriggerEvent
(Message delegate) static Object
static Object
static Object
map
(Collection delegate, Object key) static Object
map
(Collection delegate, Object key, Object defaultValue) static Object
mapReverse
(Type delegate, Object value) static Object
mapReverse
(Type delegate, Object value, Object defaultValue) static Object
mapReverse
(Collection delegate, Object value) static Object
mapReverse
(Collection delegate, Object value, Object defaultValue) static boolean
static Object
methodMissing
(Type delegate, String name, Object args) static Object
methodMissing
(Collection delegate, String name, Object args) static Message
respond
(AbstractMessage delegate, String eventType, String triggerEvent) 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
-
Hl7ExtensionModule
public Hl7ExtensionModule()
-
-
Method Details
-
getMetaClass
- Specified by:
getMetaClass
in interfaceGroovyObject
-
setMetaClass
- Specified by:
setMetaClass
in interfaceGroovyObject
-
map
-
map
-
mapReverse
-
mapReverse
-
methodMissing
-
map
-
map
-
mapReverse
-
mapReverse
-
methodMissing
-
matches
-
getEventType
-
getTriggerEvent
-
getMessageStructure
-
respond
-
addSegment
public static String addSegment(AbstractMessage delegate, String name, boolean required, boolean repeating) -
addSegment
public static String addSegment(AbstractMessage delegate, String name, boolean required, boolean repeating, int index) -
addGroup
public static String addGroup(AbstractMessage delegate, String name, boolean required, boolean repeating) -
addGroup
public static String addGroup(AbstractMessage delegate, String name, boolean required, boolean repeating, int index) -
abstractSyntax
-
checkIf
-
checkIf
-
checkIf
-