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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Validates a registry object.
-
Constructor Details
-
ServiceTimeChronologyValidation
public ServiceTimeChronologyValidation()
-
-
Method Details
-
validate
Description copied from interface:RegistryObjectValidator
Validates a registry object.- Specified by:
validate
in interfaceRegistryObjectValidator
- Parameters:
obj
- the object.- Throws:
XDSMetaDataException
- if the validation failed.
-