Java 类ims.core.vo.lookups.ElectronicPrescribingButtonCollection 实例源码

项目:AvoinApotti    文件:Logic.java   
private void loadEPrescribingLookup()
{
    form.grdDetails().getRows().clear();
    ElectronicPrescribingButtonCollection lkpColl = LookupHelper.getElectronicPrescribingButton(domain.getLookupService());
    if (lkpColl != null)
    {
        for (int x=0; x < lkpColl.size(); x++)
        {
            grdDetailsRow row = form.grdDetails().getRows().newRow();
            row.setColButton(lkpColl.get(x).getText());
            row.setTooltipForColButton(lkpColl.get(x).getText());

            row.setValue(lkpColl.get(x));
        }
    }       
}
项目:openMAXIMS    文件:Logic.java   
private void loadEPrescribingLookup()
{
    form.grdDetails().getRows().clear();
    ElectronicPrescribingButtonCollection lkpColl = LookupHelper.getElectronicPrescribingButton(domain.getLookupService());
    if (lkpColl != null)
    {
        for (int x=0; x < lkpColl.size(); x++)
        {
            grdDetailsRow row = form.grdDetails().getRows().newRow();
            row.setColButton(lkpColl.get(x).getText());
            row.setTooltipForColButton(lkpColl.get(x).getText());

            row.setValue(lkpColl.get(x));
        }
    }       
}
项目:openMAXIMS    文件:Logic.java   
private void loadEPrescribingLookup()
{
    form.grdDetails().getRows().clear();
    ElectronicPrescribingButtonCollection lkpColl = LookupHelper.getElectronicPrescribingButton(domain.getLookupService());
    if (lkpColl != null)
    {
        for (int x=0; x < lkpColl.size(); x++)
        {
            grdDetailsRow row = form.grdDetails().getRows().newRow();
            row.setColButton(lkpColl.get(x).getText());
            row.setTooltipForColButton(lkpColl.get(x).getText());

            row.setValue(lkpColl.get(x));
        }
    }       
}
项目:openmaxims-linux    文件:Logic.java   
private void loadEPrescribingLookup()
{
    form.grdDetails().getRows().clear();
    ElectronicPrescribingButtonCollection lkpColl = LookupHelper.getElectronicPrescribingButton(domain.getLookupService());
    if (lkpColl != null)
    {
        for (int x=0; x < lkpColl.size(); x++)
        {
            grdDetailsRow row = form.grdDetails().getRows().newRow();
            row.setColButton(lkpColl.get(x).getText());
            row.setTooltipForColButton(lkpColl.get(x).getText());

            row.setValue(lkpColl.get(x));
        }
    }       
}