public interface ValidationContext
Modifier and Type | Method and Description |
---|---|
Collection<EncodingRule> |
getEncodingRules(String theVersion,
String theEncoding) |
Collection<MessageRule> |
getMessageRules(String theVersion,
String theMessageType,
String theTriggerEvent) |
Collection<PrimitiveTypeRule> |
getPrimitiveRules(String theVersion,
String theTypeName,
Primitive theType) |
Collection<PrimitiveTypeRule> getPrimitiveRules(String theVersion, String theTypeName, Primitive theType)
theVersion
- an HL7 version (eg "2.1")theTypeName
- a primitive datatype name (eg "ST")theType
- the Primitive being validatedCollection<MessageRule> getMessageRules(String theVersion, String theMessageType, String theTriggerEvent)
theVersion
- an HL7 version (eg "2.1")theMessageType
- a value valid for MSH-9-1theTriggerEvent
- a value valid fro MSH-9-2Collection<EncodingRule> getEncodingRules(String theVersion, String theEncoding)
theVersion
- an HL7 version (eg "2.1")theEncoding
- an encoding name (eg "VB", "XML)Copyright © 2001–2017 University Health Network. All rights reserved.