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

Constraint : ch_pdq_013_Code

Constraint Name
ch_pdq_013_Code (type: ERROR, kind: )
Constraint Class
CHPDQPersonalRelationship
Package
chpdqresponse
Description
The personal relationship code SHALL be "FTH" or "MTH"
OCL
not(self.code.oclIsUndefined())
  			and not(self.code.code.oclIsUndefined())
  			and (self.code.code = 'MTH' or self.code.code = 'FTH')