Class CXiValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.CXiValidator
- All Implemented Interfaces:
ValueValidator
Validates a CXi value (special CX used for Reference IDs).
- Author:
- Dmytro Rud
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CXiValidator
public CXiValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidator
Validates the given value.- Specified by:
validate
in interfaceValueValidator
- Parameters:
hl7CX
- the value.- Throws:
XDSMetaDataException
- if the validation failed.
-