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

Constraint : constraint_dsub_topic

Constraint Name
constraint_dsub_topic (type: ERROR, kind: )
Constraint Class
SubscribeSpec
Package
subscribeReq
Description
/filter/TopicExpression shall be from : ihe:FullFocumentEntry or ihe:MinimalDocumentEntry (IHE DSUB_SUP, 3.52.5)
OCL
(not self.filter.oclIsUndefined()) and 
(not self.filter.topicExpression.oclIsUndefined()) and 
(not self.filter.topicExpression.value.oclIsUndefined()) and 
(
	self.filter.topicExpression.value='ihe:FullDocumentEntry' or 
	self.filter.topicExpression.value='ihe:MinimalDocumentEntry'
)