svoid cclearAllDynamicFields(Concept c) { if (c == null) ret; c.fieldValues = null; c.change(); }