Class | Description |
---|---|
ChoiceElementsRespectedRule |
Message rule which enforces that only one "choice element" within any groups
in the message must only have content within one of the possible choices.
|
DefaultValidationBuilder |
Builder implementing the default validation rules as described in the
HL7 standard
|
DefaultValidationWithoutTNBuilder |
Builder implementing the default validation rules as described in the
HL7 standard except for the TN data type, which is not appropriate anywhere
outside the U.S.
|
NoValidationBuilder | |
OnlyAllowableSegmentsInSuperstructureRule |
Validation rule for detecting populated elements in a
SuperStructure
which do not belong to the given message type |
OnlyKnownSegmentsRule |
Validation rule for detecting unknown segments in a message
|
TerserMessageRule |
Validation rule for checking values extracted by a
Terser . |
ValidatingMessageVisitor |
Base class for visitors that run over a message and thereby collect
ValidationException s. |
VisitorMessageRule |
A message rule that runs a
ValidatingMessageVisitor over the message,
collecting exceptions while traversing |
WrongVersionRule |
Validation rule for blaming a wring HL7 version
|
Copyright © 2001–2017 University Health Network. All rights reserved.