public class AbstractSyntaxRule
extends ca.uhn.hl7v2.validation.impl.AbstractMessageRule
implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
AbstractSyntaxRule(Object... args) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
analyzeSegments(ca.uhn.hl7v2.conf.spec.message.AbstractSegmentContainer container,
int pos,
Object... args) |
ca.uhn.hl7v2.validation.ValidationException[] |
apply(ca.uhn.hl7v2.model.Message msg) |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
protected void |
group(ca.uhn.hl7v2.conf.spec.message.AbstractSegmentContainer container,
int pos,
String name,
int min,
int max,
Object args) |
Object |
invokeMethod(String method,
Object arguments) |
Object |
methodMissing(String name,
Object args) |
protected void |
segment(ca.uhn.hl7v2.conf.spec.message.AbstractSegmentContainer container,
int pos,
String name,
int min,
int max) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
failed, failed, failed, failed, failedWithValue, getDescription, getErrorCode, getSectionReference, getSeverity, passed, result, result, setDescription, setErrorCode, setSectionReference, setSeveritypublic AbstractSyntaxRule(Object... args)
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 ca.uhn.hl7v2.validation.ValidationException[] apply(ca.uhn.hl7v2.model.Message msg)
apply in interface ca.uhn.hl7v2.validation.Rule<ca.uhn.hl7v2.model.Message>protected Object analyzeSegments(ca.uhn.hl7v2.conf.spec.message.AbstractSegmentContainer container, int pos, Object... args)
protected void group(ca.uhn.hl7v2.conf.spec.message.AbstractSegmentContainer container,
int pos,
String name,
int min,
int max,
Object args)
protected void segment(ca.uhn.hl7v2.conf.spec.message.AbstractSegmentContainer container,
int pos,
String name,
int min,
int max)
Copyright © 2016 Open eHealth Foundation. All rights reserved.