Java 类ims.ocrr.vo.domain.PathologySpecimenOrderInvestigationVoAssembler 实例源码

项目:AvoinApotti    文件:OrderSummaryImpl.java   
public PathologySpecimenOrderInvestigationVo getOrdInvestigation(OrderInvestigationRefVo orderInvestigationRef) 
{
    if(orderInvestigationRef == null)
        return null;

    OrderInvestigation doOrderInv = (OrderInvestigation)getDomainFactory().getDomainObject(OrderInvestigation.class, orderInvestigationRef.getID_OrderInvestigation());
    return PathologySpecimenOrderInvestigationVoAssembler.create(doOrderInv);
}
项目:openMAXIMS    文件:OrderSummaryImpl.java   
public PathologySpecimenOrderInvestigationVo getOrdInvestigation(OrderInvestigationRefVo orderInvestigationRef) 
{
    if(orderInvestigationRef == null)
        return null;

    OrderInvestigation doOrderInv = (OrderInvestigation)getDomainFactory().getDomainObject(OrderInvestigation.class, orderInvestigationRef.getID_OrderInvestigation());
    return PathologySpecimenOrderInvestigationVoAssembler.create(doOrderInv);
}
项目:openMAXIMS    文件:OrderSummaryImpl.java   
public PathologySpecimenOrderInvestigationVo getOrdInvestigation(OrderInvestigationRefVo orderInvestigationRef) 
{
    if(orderInvestigationRef == null)
        return null;

    OrderInvestigation doOrderInv = (OrderInvestigation)getDomainFactory().getDomainObject(OrderInvestigation.class, orderInvestigationRef.getID_OrderInvestigation());
    return PathologySpecimenOrderInvestigationVoAssembler.create(doOrderInv);
}
项目:openmaxims-linux    文件:OrderSummaryImpl.java   
public PathologySpecimenOrderInvestigationVo getOrdInvestigation(OrderInvestigationRefVo orderInvestigationRef) 
{
    if(orderInvestigationRef == null)
        return null;

    OrderInvestigation doOrderInv = (OrderInvestigation)getDomainFactory().getDomainObject(OrderInvestigation.class, orderInvestigationRef.getID_OrderInvestigation());
    return PathologySpecimenOrderInvestigationVoAssembler.create(doOrderInv);
}