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

Constraint : constraint_dsub_publish

Constraint Name
constraint_dsub_publish (type: ERROR, kind: )
Constraint Class
PublishSpec
Package
publishReq
Description
publish transaction shall be conform to the FULL notification structure of Notify message (topic is ihe:FullDocumentEntry) (IHE DSUB SUPP, 3.54.4.1.2)
OCL
self.notificationMessage->forAll(nm : NotificationMessageHolderType |
	(not nm.topic.oclIsUndefined()) and 
	(not nm.topic.value.oclIsUndefined()) and 
	self.matches(nm.topic.value, '.*FullDocumentEntry$')
)