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

项目:AvoinApotti    文件:PathologyDialogImpl.java   
public ClinicalResultVo getClinicalResult(OrderInvestigationRefVo resultId)
{
    if(resultId == null || resultId.getID_OrderInvestigation() == null)
        throw new DomainRuntimeException("Invalid OrderInvestigation id");

    return ClinicalResultVoAssembler.create((OrderInvestigation)getDomainFactory().getDomainObject(OrderInvestigation.class, resultId.getID_OrderInvestigation()));
}
项目:openMAXIMS    文件:PatientResultsAndOrdersImpl.java   
public ClinicalResultVo getClinicalResult(OrderInvestigationRefVo resultId)
{
    if (resultId == null || resultId.getID_OrderInvestigation() == null)
        throw new DomainRuntimeException("Invalid OrderInvestigation id");

    return ClinicalResultVoAssembler.create((OrderInvestigation) getDomainFactory().getDomainObject(OrderInvestigation.class, resultId.getID_OrderInvestigation()));
}
项目:openMAXIMS    文件:PathologyDialogImpl.java   
public ClinicalResultVo getClinicalResult(OrderInvestigationRefVo resultId)
{
    if(resultId == null || resultId.getID_OrderInvestigation() == null)
        throw new DomainRuntimeException("Invalid OrderInvestigation id");

    return ClinicalResultVoAssembler.create((OrderInvestigation)getDomainFactory().getDomainObject(OrderInvestigation.class, resultId.getID_OrderInvestigation()));
}
项目:openMAXIMS    文件:PathologyDialogImpl.java   
public ClinicalResultVo getClinicalResult(OrderInvestigationRefVo resultId)
{
    if(resultId == null || resultId.getID_OrderInvestigation() == null)
        throw new DomainRuntimeException("Invalid OrderInvestigation id");

    return ClinicalResultVoAssembler.create((OrderInvestigation)getDomainFactory().getDomainObject(OrderInvestigation.class, resultId.getID_OrderInvestigation()));
}
项目:openmaxims-linux    文件:PathologyDialogImpl.java   
public ClinicalResultVo getClinicalResult(OrderInvestigationRefVo resultId)
{
    if(resultId == null || resultId.getID_OrderInvestigation() == null)
        throw new DomainRuntimeException("Invalid OrderInvestigation id");

    return ClinicalResultVoAssembler.create((OrderInvestigation)getDomainFactory().getDomainObject(OrderInvestigation.class, resultId.getID_OrderInvestigation()));
}