public void populate(ims.vo.ValueObjectBeanMap map, ims.clinical.vo.EMISAlertsVo vo) { this.alert = vo.getAlert(); this.effectivedate = vo.getEffectiveDate(); this.alerttype = vo.getAlertType(); this.alerttext = vo.getAlertText(); this.confidentialitypolicy = vo.getConfidentialityPolicy(); }
public EMISAlertsVoBean(ims.clinical.vo.EMISAlertsVo vo) { this.alert = vo.getAlert(); this.effectivedate = vo.getEffectiveDate(); this.alerttype = vo.getAlertType(); this.alerttext = vo.getAlertText(); this.confidentialitypolicy = vo.getConfidentialityPolicy(); }