private void populateResults(PathologySpecimenOrderInvestigationVoCollection investigations, boolean bPopulateGrid) { if(investigations == null) return; for(int x = 0; x < investigations.size(); x++) { populateInvestigationResults(investigations.get(x), bPopulateGrid); } }