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

Constraint : constraint_authorScannerTemplateId

Constraint Name
constraint_authorScannerTemplateId (type: ERROR, kind: )
Constraint Class
XDSSDRadDocument
Package
xdssdrad
Description
The ClinicalDocument/author element is required and its templateId shall be '1.3.6.1.4.1.19376.1.2.20.2'. (ITI TF-3, Vol3, 5.2.3.3)
OCL
(not self.author->isEmpty()) and
 self.author->select(aut : POCDMT000040Author | (not aut.templateId->isEmpty()) and aut.templateId->exists(ii : II | (not ii.root.oclIsUndefined()) and ii.root='1.3.6.1.4.1.19376.1.2.20.2'))->size()>0