Class XTNValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.XTNValidator
- All Implemented Interfaces:
ValueValidator
Validates an XTN value.
- Author:
- Dmytro Rud
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
XTNValidator
public XTNValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidator
Validates the given value.- Specified by:
validate
in interfaceValueValidator
- Parameters:
hl7XTN
- the value.- Throws:
XDSMetaDataException
- if the validation failed.
-