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

Constraint : constraintServiceStopTime_DTM

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