Class Hl7ExtensionModule
java.lang.Object
org.openehealth.ipf.modules.hl7.extend.Hl7ExtensionModule
- All Implemented Interfaces:
 GroovyObject
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic MessageRuleBuilderabstractSyntax(MessageRuleBuilder delegate, Object... args) static StringaddGroup(AbstractMessage delegate, String name, boolean required, boolean repeating) static StringaddGroup(AbstractMessage delegate, String name, boolean required, boolean repeating, int index) static StringaddSegment(AbstractMessage delegate, String name, boolean required, boolean repeating) static StringaddSegment(AbstractMessage delegate, String name, boolean required, boolean repeating, int index) static EncodingRuleBuildercheckIf(EncodingRuleBuilder delegate, Closure closure) static MessageRuleBuildercheckIf(MessageRuleBuilder delegate, Closure closure) static PrimitiveRuleBuildercheckIf(PrimitiveRuleBuilder delegate, Closure closure) static StringgetEventType(Message delegate) static StringgetMessageStructure(Message delegate) static StringgetTriggerEvent(Message delegate) static Objectstatic Objectstatic Objectmap(Collection delegate, Object key) static Objectmap(Collection delegate, Object key, Object defaultValue) static ObjectmapReverse(Type delegate, Object value) static ObjectmapReverse(Type delegate, Object value, Object defaultValue) static ObjectmapReverse(Collection delegate, Object value) static ObjectmapReverse(Collection delegate, Object value, Object defaultValue) static booleanstatic ObjectmethodMissing(Type delegate, String name, Object args) static ObjectmethodMissing(Collection delegate, String name, Object args) static Messagerespond(AbstractMessage delegate, String eventType, String triggerEvent) 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
- 
Hl7ExtensionModule
public Hl7ExtensionModule() 
 - 
 - 
Method Details
- 
getMetaClass
- Specified by:
 getMetaClassin interfaceGroovyObject
 - 
setMetaClass
- Specified by:
 setMetaClassin 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
 
 -