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

项目:AvoinApotti    文件:PathologyDialogImpl.java   
public NewResultSpecDocVo getOrderInvestigation(OrderInvestigationRefVo refOrderInvestigation) {
    if(refOrderInvestigation == null || refOrderInvestigation.getID_OrderInvestigation() == null)
        throw new DomainRuntimeException("Invalid orderInvestigation");

    DomainFactory factory = getDomainFactory();
    OrderInvestigation domOrdInv = (OrderInvestigation)factory.getDomainObject(OrderInvestigation.class, refOrderInvestigation.getID_OrderInvestigation());
    if (domOrdInv == null)
        return null;        
    return NewResultSpecDocVoAssembler.create(domOrdInv);
}
项目:openMAXIMS    文件:PathologyDialogImpl.java   
public NewResultSpecDocVo getOrderInvestigation(OrderInvestigationRefVo refOrderInvestigation) {
    if(refOrderInvestigation == null || refOrderInvestigation.getID_OrderInvestigation() == null)
        throw new DomainRuntimeException("Invalid orderInvestigation");

    DomainFactory factory = getDomainFactory();
    OrderInvestigation domOrdInv = (OrderInvestigation)factory.getDomainObject(OrderInvestigation.class, refOrderInvestigation.getID_OrderInvestigation());
    if (domOrdInv == null)
        return null;        
    return NewResultSpecDocVoAssembler.create(domOrdInv);
}
项目:openMAXIMS    文件:PathologyDialogImpl.java   
public NewResultSpecDocVo getOrderInvestigation(OrderInvestigationRefVo refOrderInvestigation) {
    if(refOrderInvestigation == null || refOrderInvestigation.getID_OrderInvestigation() == null)
        throw new DomainRuntimeException("Invalid orderInvestigation");

    DomainFactory factory = getDomainFactory();
    OrderInvestigation domOrdInv = (OrderInvestigation)factory.getDomainObject(OrderInvestigation.class, refOrderInvestigation.getID_OrderInvestigation());
    if (domOrdInv == null)
        return null;        
    return NewResultSpecDocVoAssembler.create(domOrdInv);
}
项目:openmaxims-linux    文件:PathologyDialogImpl.java   
public NewResultSpecDocVo getOrderInvestigation(OrderInvestigationRefVo refOrderInvestigation) {
    if(refOrderInvestigation == null || refOrderInvestigation.getID_OrderInvestigation() == null)
        throw new DomainRuntimeException("Invalid orderInvestigation");

    DomainFactory factory = getDomainFactory();
    OrderInvestigation domOrdInv = (OrderInvestigation)factory.getDomainObject(OrderInvestigation.class, refOrderInvestigation.getID_OrderInvestigation());
    if (domOrdInv == null)
        return null;        
    return NewResultSpecDocVoAssembler.create(domOrdInv);
}