Class ServiceTimeChronologyValidation
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.validate.ServiceTimeChronologyValidation
- All Implemented Interfaces:
RegistryObjectValidator
Validate that serviceStart and serviceStop date/time DTM values are in
chronological order (according to IHE ITI TF 2b 3.42.4.1.3.3.6). The
validation is just performed on a basic string compare and therefore expect
that the validation of the time format itself was performed before.
- Author:
- Thomas Papke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidValidates a registry object.
-
Constructor Details
-
ServiceTimeChronologyValidation
public ServiceTimeChronologyValidation()
-
-
Method Details
-
validate
Description copied from interface:RegistryObjectValidatorValidates a registry object.- Specified by:
validatein interfaceRegistryObjectValidator- Parameters:
obj- the object.- Throws:
XDSMetaDataException- if the validation failed.
-