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

项目:AvoinApotti    文件:Logic.java   
private void loadSourceOfInfoCombo()
{
    SourceofInformationCollection collStatus = ims.core.vo.lookups.LookupHelper.getSourceofInformation(domain.getLookupService());
    form.ctnDetails().cmbSourceOfInfo().clear();
    for (int i = 0; i < collStatus.size(); i++)
    {
        if (!collStatus.get(i).equals(SourceofInformation.CLINICALCONTACT))
        {
            form.ctnDetails().cmbSourceOfInfo().newRow(collStatus.get(i), collStatus.get(i).getText());
        }
    }

}
项目:openMAXIMS    文件:Logic.java   
private void loadSourceOfInfoCombo()
{
    SourceofInformationCollection collStatus = ims.core.vo.lookups.LookupHelper.getSourceofInformation(domain.getLookupService());
    form.ctnDetails().cmbSourceOfInfo().clear();
    for (int i = 0; i < collStatus.size(); i++)
    {
        if (!collStatus.get(i).equals(SourceofInformation.CLINICALCONTACT))
        {
            form.ctnDetails().cmbSourceOfInfo().newRow(collStatus.get(i), collStatus.get(i).getText());
        }
    }

}
项目:openMAXIMS    文件:Logic.java   
private void loadSourceOfInfoCombo()
{
    SourceofInformationCollection collStatus = ims.core.vo.lookups.LookupHelper.getSourceofInformation(domain.getLookupService());
    form.ctnDetails().cmbSourceOfInfo().clear();
    for (int i = 0; i < collStatus.size(); i++)
    {
        if (!collStatus.get(i).equals(SourceofInformation.CLINICALCONTACT))
        {
            form.ctnDetails().cmbSourceOfInfo().newRow(collStatus.get(i), collStatus.get(i).getText());
        }
    }

}
项目:openmaxims-linux    文件:Logic.java   
private void loadSourceOfInfoCombo()
{
    SourceofInformationCollection collStatus = ims.core.vo.lookups.LookupHelper.getSourceofInformation(domain.getLookupService());
    form.ctnDetails().cmbSourceOfInfo().clear();
    for (int i = 0; i < collStatus.size(); i++)
    {
        if (!collStatus.get(i).equals(SourceofInformation.CLINICALCONTACT))
        {
            form.ctnDetails().cmbSourceOfInfo().newRow(collStatus.get(i), collStatus.get(i).getText());
        }
    }

}