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

Constraint : constraint_xcpdquery_responseModalityCodeValue

Constraint Name
constraint_xcpdquery_responseModalityCodeValue (type: ERROR, kind: )
Package
xcpdPatientDiscoveryQuery
Description
The mode of the response SHALL always be real-time ie responseModalityCode SHALL be set to R (Table 3.55.4.1.2-1)
OCL
not(self.responseModalityCode.oclIsUndefined()) and not(self.responseModalityCode.code.oclIsUndefined()) and self.responseModalityCode.code='R'