コード例 #1
0
 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();
 }
コード例 #2
0
 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();
 }