Uses of Interface
ca.uhn.hl7v2.validation.MessageRule
Packages that use MessageRule
Package
Description
-
Uses of MessageRule in ca.uhn.hl7v2.validation
Methods in ca.uhn.hl7v2.validation that return types with arguments of type MessageRuleModifier and TypeMethodDescriptionValidationContext.getMessageRules(String theVersion, String theMessageType, String theTriggerEvent) -
Uses of MessageRule in ca.uhn.hl7v2.validation.builder
Classes in ca.uhn.hl7v2.validation.builder that implement MessageRuleModifier and TypeClassDescriptionclassAbstract base class for message rules that are evaluated using predicatesMethods in ca.uhn.hl7v2.validation.builder that return types with arguments of type MessageRuleModifier and TypeMethodDescriptionprotected Collection<RuleBinding<MessageRule>>MessageRuleBuilder.getRuleBindings(MessageRule rule, String version) Methods in ca.uhn.hl7v2.validation.builder with parameters of type MessageRuleModifier and TypeMethodDescriptionprotected Collection<RuleBinding<MessageRule>>MessageRuleBuilder.getRuleBindings(MessageRule rule, String version) -
Uses of MessageRule in ca.uhn.hl7v2.validation.builder.support
Classes in ca.uhn.hl7v2.validation.builder.support that implement MessageRuleModifier and TypeClassDescriptionclassMessage rule which enforces that only one "choice element" within any groups in the message must only have content within one of the possible choices.classValidation rule for detecting populated elements in aSuperStructurewhich do not belong to the given message typeclassValidation rule for detecting unknown segments in a messageclassValidation rule for checking values extracted by aTerser.classA message rule that runs aValidatingMessageVisitorover the message, collecting exceptions while traversingclassValidation rule for blaming a wring HL7 versionFields in ca.uhn.hl7v2.validation.builder.support declared as MessageRuleModifier and TypeFieldDescriptionstatic final MessageRuleChoiceElementsRespectedRule.CHOICE_ELEMENTS_RESPECTEDSingleton instancestatic final MessageRuleOnlyAllowableSegmentsInSuperstructureRule.ONLY_ALLOWABLE_SEGMENTSstatic final MessageRuleOnlyKnownSegmentsRule.ONLY_KNOWN_SEGMENTSstatic final MessageRuleWrongVersionRule.WRONG_VERSION -
Uses of MessageRule in ca.uhn.hl7v2.validation.impl
Classes in ca.uhn.hl7v2.validation.impl that implement MessageRuleModifier and TypeClassDescriptionclassAbstract base class for message rulesclassA MessageRule that checks conformance to message profiles.Fields in ca.uhn.hl7v2.validation.impl with type parameters of type MessageRuleModifier and TypeFieldDescriptionprotected Map<String,Collection<MessageRule>> ValidationContextImpl.messageRuleCacheMethods in ca.uhn.hl7v2.validation.impl that return types with arguments of type MessageRuleModifier and TypeMethodDescriptionValidationContextImpl.getMessageRuleBindings()ValidationContextImpl.getMessageRules(String theVersion, String theMessageType, String theTriggerEvent) Constructors in ca.uhn.hl7v2.validation.impl with parameters of type MessageRuleModifierConstructorDescriptionMessageRuleBinding(String theVersion, String theMessageType, String theTriggerEvent, MessageRule theRule)