public class Hl7Dsl2ExtensionModule extends Object implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
Hl7Dsl2ExtensionModule() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
call(ca.uhn.hl7v2.model.Group delegate,
Object args) |
static Object |
call(ca.uhn.hl7v2.model.Segment delegate,
Object args) |
static Object |
call(ca.uhn.hl7v2.model.Type delegate,
Object args) |
static ca.uhn.hl7v2.model.Message |
copy(ca.uhn.hl7v2.model.Message delegate) |
static int |
count(ca.uhn.hl7v2.model.Group delegate,
String name) |
static int |
count(ca.uhn.hl7v2.model.Segment delegate,
int idx) |
static ca.uhn.hl7v2.model.Group |
eachWithIndex(ca.uhn.hl7v2.model.Group delegate,
groovy.lang.Closure<?> c) |
static ca.uhn.hl7v2.model.Message |
empty(ca.uhn.hl7v2.model.Message delegate) |
static String |
findIndexOf(ca.uhn.hl7v2.model.Group delegate,
groovy.lang.Closure<?> c) |
static List<String> |
findIndexValues(ca.uhn.hl7v2.model.Group delegate,
groovy.lang.Closure<?> c) |
static String |
findLastIndexOf(ca.uhn.hl7v2.model.Group delegate,
groovy.lang.Closure<?> c) |
static void |
from(ca.uhn.hl7v2.model.Composite delegate,
ca.uhn.hl7v2.model.Composite value) |
static void |
from(ca.uhn.hl7v2.model.Composite delegate,
Object value) |
static void |
from(ca.uhn.hl7v2.model.Composite delegate,
ca.uhn.hl7v2.model.Primitive value) |
static void |
from(ca.uhn.hl7v2.model.Composite delegate,
Repeatable value) |
static void |
from(ca.uhn.hl7v2.model.Group delegate,
Object value) |
static void |
from(ca.uhn.hl7v2.model.Primitive delegate,
Object newValue) |
static void |
from(ca.uhn.hl7v2.model.Segment delegate,
Repeatable value) |
static void |
from(ca.uhn.hl7v2.model.Segment delegate,
ca.uhn.hl7v2.model.Segment value) |
static void |
from(ca.uhn.hl7v2.model.Varies delegate,
ca.uhn.hl7v2.model.Type newValue) |
static Object |
getAt(ca.uhn.hl7v2.model.Composite delegate,
int idx) |
Object |
getAt(ca.uhn.hl7v2.model.ExtraComponents delegate,
int idx) |
static Object |
getAt(ca.uhn.hl7v2.model.Group delegate,
String name) |
static String |
getAt(ca.uhn.hl7v2.model.Primitive delegate,
int index) |
static Object |
getAt(ca.uhn.hl7v2.model.Segment delegate,
int idx) |
static Object |
getAt(ca.uhn.hl7v2.model.Varies delegate,
int idx) |
groovy.lang.MetaClass |
getMetaClass() |
static String |
getPath(ca.uhn.hl7v2.model.Structure delegate) |
Object |
getProperty(String property) |
static Object |
getValue(ca.uhn.hl7v2.model.Composite delegate) |
String |
getValue(ca.uhn.hl7v2.model.ExtraComponents delegate) |
static String |
getValue(ca.uhn.hl7v2.model.Segment delegate) |
static String |
getValue(ca.uhn.hl7v2.model.Varies delegate) |
static Object |
getValue2(ca.uhn.hl7v2.model.Composite delegate) |
String |
getValue2(ca.uhn.hl7v2.model.ExtraComponents delegate) |
static String |
getValue2(ca.uhn.hl7v2.model.Primitive delegate) |
static String |
getValue2(ca.uhn.hl7v2.model.Varies delegate) |
static String |
getValueOr(ca.uhn.hl7v2.model.Primitive delegate,
String defaultValue) |
Object |
invokeMethod(String method,
Object arguments) |
static boolean |
isNullValue(ca.uhn.hl7v2.model.Composite delegate) |
static boolean |
isNullValue(ca.uhn.hl7v2.model.Primitive delegate) |
static boolean |
isNullValue(ca.uhn.hl7v2.model.Varies delegate) |
static Iterator |
iterator(ca.uhn.hl7v2.model.Group delegate) |
static Object |
methodMissing(ca.uhn.hl7v2.model.Group delegate,
String name,
Object args) |
static ca.uhn.hl7v2.model.Structure |
nrp(ca.uhn.hl7v2.model.Group delegate,
String name) |
static ca.uhn.hl7v2.model.Type |
nrp(ca.uhn.hl7v2.model.Segment delegate,
int idx) |
static void |
putAt(ca.uhn.hl7v2.model.Visitable delegate,
Object idx,
Object value) |
static void |
set(ca.uhn.hl7v2.model.Group delegate,
String name,
Object value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
static void |
setObx5Type(ca.uhn.hl7v2.model.Segment delegate,
String type) |
static void |
setObx5Type(ca.uhn.hl7v2.model.Segment delegate,
String type,
int desiredRepetitionsCount) |
void |
setProperty(String property,
Object value) |
static String |
toString(ca.uhn.hl7v2.model.Varies delegate) |
static Writer |
writeTo(ca.uhn.hl7v2.model.Message delegate,
Writer writer) |
public static void setObx5Type(ca.uhn.hl7v2.model.Segment delegate,
String type)
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 boolean isNullValue(ca.uhn.hl7v2.model.Primitive delegate)
public static String getValue2(ca.uhn.hl7v2.model.Primitive delegate)
public static String getAt(ca.uhn.hl7v2.model.Primitive delegate, int index)
public static String getValueOr(ca.uhn.hl7v2.model.Primitive delegate, String defaultValue)
public static void from(ca.uhn.hl7v2.model.Primitive delegate,
Object newValue)
public Object getAt(ca.uhn.hl7v2.model.ExtraComponents delegate, int idx)
public String getValue(ca.uhn.hl7v2.model.ExtraComponents delegate)
public String getValue2(ca.uhn.hl7v2.model.ExtraComponents delegate)
public static void from(ca.uhn.hl7v2.model.Composite delegate,
ca.uhn.hl7v2.model.Composite value)
public static void from(ca.uhn.hl7v2.model.Composite delegate,
ca.uhn.hl7v2.model.Primitive value)
public static void from(ca.uhn.hl7v2.model.Composite delegate,
Repeatable value)
public static void from(ca.uhn.hl7v2.model.Composite delegate,
Object value)
public static Object getAt(ca.uhn.hl7v2.model.Composite delegate, int idx)
public static Object getValue(ca.uhn.hl7v2.model.Composite delegate)
public static Object getValue2(ca.uhn.hl7v2.model.Composite delegate)
public static boolean isNullValue(ca.uhn.hl7v2.model.Composite delegate)
public static void from(ca.uhn.hl7v2.model.Varies delegate,
ca.uhn.hl7v2.model.Type newValue)
public static Object getAt(ca.uhn.hl7v2.model.Varies delegate, int idx)
public static String getValue(ca.uhn.hl7v2.model.Varies delegate)
public static String getValue2(ca.uhn.hl7v2.model.Varies delegate)
public static boolean isNullValue(ca.uhn.hl7v2.model.Varies delegate)
public static String toString(ca.uhn.hl7v2.model.Varies delegate)
public static String getPath(ca.uhn.hl7v2.model.Structure delegate)
public static int count(ca.uhn.hl7v2.model.Segment delegate,
int idx)
public static ca.uhn.hl7v2.model.Type nrp(ca.uhn.hl7v2.model.Segment delegate,
int idx)
public static Object getAt(ca.uhn.hl7v2.model.Segment delegate, int idx)
public static void from(ca.uhn.hl7v2.model.Segment delegate,
ca.uhn.hl7v2.model.Segment value)
public static void from(ca.uhn.hl7v2.model.Segment delegate,
Repeatable value)
public static String getValue(ca.uhn.hl7v2.model.Segment delegate)
public static void setObx5Type(ca.uhn.hl7v2.model.Segment delegate,
String type,
int desiredRepetitionsCount)
public static int count(ca.uhn.hl7v2.model.Group delegate,
String name)
public static ca.uhn.hl7v2.model.Structure nrp(ca.uhn.hl7v2.model.Group delegate,
String name)
public static List<String> findIndexValues(ca.uhn.hl7v2.model.Group delegate, groovy.lang.Closure<?> c)
public static String findIndexOf(ca.uhn.hl7v2.model.Group delegate, groovy.lang.Closure<?> c)
public static String findLastIndexOf(ca.uhn.hl7v2.model.Group delegate, groovy.lang.Closure<?> c)
public static ca.uhn.hl7v2.model.Group eachWithIndex(ca.uhn.hl7v2.model.Group delegate,
groovy.lang.Closure<?> c)
public static Object methodMissing(ca.uhn.hl7v2.model.Group delegate, String name, Object args)
public static void from(ca.uhn.hl7v2.model.Group delegate,
Object value)
public static Iterator iterator(ca.uhn.hl7v2.model.Group delegate)
public static ca.uhn.hl7v2.model.Message empty(ca.uhn.hl7v2.model.Message delegate)
public static ca.uhn.hl7v2.model.Message copy(ca.uhn.hl7v2.model.Message delegate)
Copyright © 2016 Open eHealth Foundation. All rights reserved.