Java 类ims.ocrr.vo.SpecimenWorkListItemDateToCollectVoCollection 实例源码

项目:AvoinApotti    文件:PathologyResultsImpl.java   
public SpecimenWorkListItemDateToCollectVoCollection getSpecimensWithDateToCollect(String specimensIds)
{

    List list = getDomainFactory().find("select specWorkItem from SpecimenWorkListItem as specWorkItem left join specWorkItem.specimen as spec where spec.id in ( " + specimensIds + " ) and specWorkItem.dateToCollect is not null ");

    return SpecimenWorkListItemDateToCollectVoAssembler.createSpecimenWorkListItemDateToCollectVoCollectionFromSpecimenWorkListItem(list);
}
项目:openMAXIMS    文件:PathologyResultsImpl.java   
public SpecimenWorkListItemDateToCollectVoCollection getSpecimensWithDateToCollect(String specimensIds)
{

    List list = getDomainFactory().find("select specWorkItem from SpecimenWorkListItem as specWorkItem left join specWorkItem.specimen as spec where spec.id in ( " + specimensIds + " ) and specWorkItem.dateToCollect is not null ");

    return SpecimenWorkListItemDateToCollectVoAssembler.createSpecimenWorkListItemDateToCollectVoCollectionFromSpecimenWorkListItem(list);
}
项目:openMAXIMS    文件:PathologyResultsImpl.java   
public SpecimenWorkListItemDateToCollectVoCollection getSpecimensWithDateToCollect(String specimensIds)
{

    List list = getDomainFactory().find("select specWorkItem from SpecimenWorkListItem as specWorkItem left join specWorkItem.specimen as spec where spec.id in ( " + specimensIds + " ) and specWorkItem.dateToCollect is not null ");

    return SpecimenWorkListItemDateToCollectVoAssembler.createSpecimenWorkListItemDateToCollectVoCollectionFromSpecimenWorkListItem(list);
}
项目:openmaxims-linux    文件:PathologyResultsImpl.java   
public SpecimenWorkListItemDateToCollectVoCollection getSpecimensWithDateToCollect(String specimensIds)
{

    List list = getDomainFactory().find("select specWorkItem from SpecimenWorkListItem as specWorkItem left join specWorkItem.specimen as spec where spec.id in ( " + specimensIds + " ) and specWorkItem.dateToCollect is not null ");

    return SpecimenWorkListItemDateToCollectVoAssembler.createSpecimenWorkListItemDateToCollectVoCollectionFromSpecimenWorkListItem(list);
}