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

Constraint : constraint_dsub_topic1

Constraint Name
constraint_dsub_topic1 (type: ERROR, kind: )
Constraint Class
NotifySpec
Package
notifyReq
Description
NotificationMessage/topic is required and shall be equal to ihe:MinimalDocumentEntry or ihe:FullDocumentEntry. (IHE DSUB Supp, 3.53.4.1.2)
OCL
self.notificationMessage->size()>0 and 
self.notificationMessage->forAll(msg : NotificationMessageHolderType | 
	(not msg.topic.oclIsUndefined()) and 
	(
		self.matches(msg.topic.value, '.*MinimalDocumentEntry$') or 
		self.matches(msg.topic.value, '.*FullDocumentEntry$')
	)
)