private void populateScreenFromData(HospitalAtNightPatientDetailListVoCollection list)
{
form.grdWorklist().getRows().clear();
if(list == null || list.size() == 0)
return;
for(HospitalAtNightPatientDetailListVo record : list)
{
if(record == null)
continue;
addHospitalAtNightPatientDetailsRow(record);
}
form.grdWorklist().setValue(form.getLocalContext().getSelectedInstance());
}
java类ims.clinical.vo.HospitalAtNightPatientDetailListVoCollection的实例源码
Logic.java 文件源码
项目:AvoinApotti
阅读 28
收藏 0
点赞 0
评论 0
Logic.java 文件源码
项目:openMAXIMS
阅读 27
收藏 0
点赞 0
评论 0
private void populateScreenFromData(HospitalAtNightPatientDetailListVoCollection list)
{
form.grdWorklist().getRows().clear();
if(list == null || list.size() == 0)
return;
for(HospitalAtNightPatientDetailListVo record : list)
{
if(record == null)
continue;
addHospitalAtNightPatientDetailsRow(record);
}
form.grdWorklist().setValue(form.getLocalContext().getSelectedInstance());
}
Logic.java 文件源码
项目:openMAXIMS
阅读 22
收藏 0
点赞 0
评论 0
private void populateScreenFromData(HospitalAtNightPatientDetailListVoCollection list)
{
form.grdWorklist().getRows().clear();
if(list == null || list.size() == 0)
return;
for(HospitalAtNightPatientDetailListVo record : list)
{
if(record == null)
continue;
addHospitalAtNightPatientDetailsRow(record);
}
form.grdWorklist().setValue(form.getLocalContext().getSelectedInstance());
}
Logic.java 文件源码
项目:openmaxims-linux
阅读 22
收藏 0
点赞 0
评论 0
private void populateScreenFromData(HospitalAtNightPatientDetailListVoCollection list)
{
form.grdWorklist().getRows().clear();
if(list == null || list.size() == 0)
return;
for(HospitalAtNightPatientDetailListVo record : list)
{
if(record == null)
continue;
addHospitalAtNightPatientDetailsRow(record);
}
form.grdWorklist().setValue(form.getLocalContext().getSelectedInstance());
}