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

Constraint : constraintServiceStartTime

Constraint Name
constraintServiceStartTime (type: ERROR, kind: )
Constraint Class
XDSOnDemandDocumentEntry
Package
rimihe
Description
serviceStartTime have a single value on XDSDocumentEntry (IHE_ITI_TF V3, 4.2.3.2.19)
OCL
(self.slot->select(sl : SlotType1 | (not sl.name.oclIsUndefined()) and (sl.name = 'serviceStartTime'))->size() < 2) and 
self.slot->select(sl : SlotType1 | (not sl.name.oclIsUndefined()) and (sl.name = 'serviceStartTime'))->forAll(sl : SlotType1 |
	(not sl.valueList.oclIsUndefined()) and (sl.valueList.value->size()=1) 
)