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

Constraint : rmim101_2

Constraint Name
rmim101_2 (type: ERROR, kind: )
Constraint Class
PatientSpec
Package
cdabasic
Description
The name elements of Patient SHALL be distinct (RMIM-101, RIM-023)
OCL
self.name->forAll(ii : PN | 
	self.name->select(jj : PN |
		jj.cdaEquals(ii)
	)->size()=1
)