public class AbstractSyntaxValidator
extends ca.uhn.hl7v2.conf.check.DefaultValidator
implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
AbstractSyntaxValidator() |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
List<ca.uhn.hl7v2.HL7Exception> |
testStructure(ca.uhn.hl7v2.model.Structure s,
ca.uhn.hl7v2.conf.spec.message.ProfileStructure profile,
String profileID) |
ca.uhn.hl7v2.HL7Exception[] |
validate(ca.uhn.hl7v2.model.Message message,
ca.uhn.hl7v2.conf.spec.message.StaticDef profile) |
addTableTestResult, checkConstantValue, checkDataType, checkEventType, checkExtraComponents, checkForExtraFields, checkForExtraStructures, checkLength, checkMessageStructure, checkMessageType, doTestComponent, doTestField, doTestGroup, doTestSegment, main, setCodeStore, setValidateChildren, testCardinality, testComponent, testField, testGroup, testLength, testSegment, testType, testTypeAgainstTable, testUsage, testValueAgainstTablepublic 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.HL7Exception[] validate(ca.uhn.hl7v2.model.Message message,
ca.uhn.hl7v2.conf.spec.message.StaticDef profile)
throws ca.uhn.hl7v2.conf.ProfileException,
ca.uhn.hl7v2.HL7Exception
validate in interface ca.uhn.hl7v2.conf.check.Validatorvalidate in class ca.uhn.hl7v2.conf.check.DefaultValidatorca.uhn.hl7v2.conf.ProfileExceptionca.uhn.hl7v2.HL7Exceptionpublic List<ca.uhn.hl7v2.HL7Exception> testStructure(ca.uhn.hl7v2.model.Structure s, ca.uhn.hl7v2.conf.spec.message.ProfileStructure profile, String profileID) throws ca.uhn.hl7v2.conf.ProfileException
testStructure in class ca.uhn.hl7v2.conf.check.DefaultValidatorca.uhn.hl7v2.conf.ProfileExceptionCopyright © 2016 Open eHealth Foundation. All rights reserved.