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

Constraint : constraintCreationTime_DTM

Constraint Name
constraintCreationTime_DTM (type: ERROR, kind: )
Constraint Class
XDSStableDocumentEntry
Package
rimihe
Description
creationTime must have DTM structure if present (IHE_ITI_TF V3, 4.2.3.2.6)
OCL
self.slot->select(sl : SlotType1 | (not sl.name.oclIsUndefined()) and (sl.name = 'creationTime'))->forAll(sl : SlotType1 | 
	(not sl.valueList.oclIsUndefined()) and 
	(sl.valueList.value->size()=1) and 
	sl.isDTM(sl.valueList.value->first()) 
)