Constraint Descriptor : constraintServiceStartTime_DTM (type: ERROR, kind: )

Constraint : constraintServiceStartTime_DTM

Constraint Name
constraintServiceStartTime_DTM (type: ERROR, kind: )
Constraint Class
XDSOnDemandDocumentEntry
Package
rimihe
Description
serviceStartTime metadata must have DTM structure(IHE_ITI_TF V3, 4.2.3.2.19)
OCL
self.slot->select(sl : SlotType1 | (not sl.name.oclIsUndefined()) and (sl.name = 'serviceStartTime'))->forAll(sl : SlotType1 | 
	sl.valueList.oclIsUndefined() or 
	sl.valueList.value->forAll(val : String | sl.isDTM(val))
)