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

Constraint : constraint_allowedSlot

Constraint Name
constraint_allowedSlot (type: ERROR, kind: )
Constraint Class
XCFAdhocQuery
Package
xcf
Description
Allowed metadatas are $XDSDocumentEntryPatientId, $XDSDocumentEntryClassCode, $XDSDocumentEntryTypeCode, $XDSDocumentEntryPracticeSettingCode, $XDSDocumentEntryCreationTimeFrom, $XDSDocumentEntryCreationTimeTo, $XDSDocumentEntryServiceStartTimeFrom, $XDSDocumentEntryServiceStartTimeTo, $XDSDocumentEntryServiceStopTimeFrom, $XDSDocumentEntryServiceStopTimeTo, $XDSDocumentEntryHealthcareFacilityTypeCode, $XDSDocumentEntryEventCodeList, $XDSDocumentEntryConfidentialityCode, $XDSDocumentEntryAuthorPerson, $XDSDocumentEntryFormatCode
OCL
self.slot->forAll(sl : SlotType1 | 
	(not sl.name.oclIsUndefined()) and 
	(
		sl.name='$XDSDocumentEntryPatientId' or 
		sl.name='$XDSDocumentEntryClassCode' or 
		sl.name='$XDSDocumentEntryTypeCode' or 
		sl.name='$XDSDocumentEntryPracticeSettingCode' or 
		sl.name='$XDSDocumentEntryCreationTimeFrom' or 
		sl.name='$XDSDocumentEntryCreationTimeTo' or 
		sl.name='$XDSDocumentEntryServiceStartTimeFrom' or 
		sl.name='$XDSDocumentEntryServiceStartTimeTo' or 
		sl.name='$XDSDocumentEntryServiceStopTimeFrom' or 
		sl.name='$XDSDocumentEntryServiceStopTimeTo' or 
		sl.name='$XDSDocumentEntryHealthcareFacilityTypeCode' or 
		sl.name='$XDSDocumentEntryEventCodeList' or 
		sl.name='$XDSDocumentEntryConfidentialityCode' or 
		sl.name='$XDSDocumentEntryAuthorPerson' or 
		sl.name='$XDSDocumentEntryFormatCode'
	)
)