Class CXValidator
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.CXValidator
- All Implemented Interfaces:
ValueValidator
Validates a CX value.
- Author:
- Jens Riemschneider
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CXValidator
public CXValidator(boolean assigningAuthorityRequired)
-
-
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.
-