static Map renderConceptForCRUDWithoutFields(Concept c, S... fieldsToExclude) { Map map = litorderedmap(); for (S field : listMinus(conceptFieldsInOrder(c), fieldsToExclude)) mapPut(map, field, cget(c, field)); ret map; }