public ims.nursing.vo.PropertyChecklistShortVoCollection list(CareContextRefVo careContext) { return PropertyChecklistShortVoAssembler.createPropertyChecklistShortVoCollectionFromPropertyChecklist( getDomainFactory().find("from PropertyChecklist as dsp where dsp.careContext.id = :CARE_CONTEXT", new String[] {"CARE_CONTEXT"}, new Object[] {careContext.getID_CareContext()})); }