Errors Resulting from Concept Mapping

Medtech generates the following error message when it encounters an error in the concept map:

This error occurs when a concept is mapped to both a screening term AND an advanced form term code at the same time.  To locate the concept causing the problem, run the following SQL:

select * from conceptmap where maptodictterm is not null and maptoscncode is not null

Then fix any concepts displayed and all will be well!