Class Validator
java.lang.Object
org.openehealth.ipf.modules.hl7.validation.Validator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvalidate(Message msg, HapiContext context) Validates an HL7v2 message.
-
Constructor Details
-
Validator
public Validator()
-
-
Method Details
-
validate
Validates an HL7v2 message.- Parameters:
msg- message to be validated.context- optional HAPI Context referencing validation rules. Whennullthen the message's own context will be used instead.
-