Java 类ims.clinical.vo.VIPScoreRefVo 实例源码

项目:AvoinApotti    文件:InvasiveDeviceImpl.java   
public PatientInvasiveDeviceVipVo getPatientInvasiveDeviceVip(VIPScoreRefVo id) 
{
    if(id == null || id.getID_VIPScore() == null)
        throw new DomainRuntimeException("Invalid record");

    DomainFactory factory = getDomainFactory();
    VIPScore domainRecord = (VIPScore)factory.getDomainObject(VIPScore.class, id.getID_VIPScore().intValue());
    return PatientInvasiveDeviceVipVoAssembler.create(domainRecord);
}
项目:openMAXIMS    文件:InvasiveDeviceImpl.java   
public PatientInvasiveDeviceVipVo getPatientInvasiveDeviceVip(VIPScoreRefVo id) 
{
    if(id == null || id.getID_VIPScore() == null)
        throw new DomainRuntimeException("Invalid record");

    DomainFactory factory = getDomainFactory();
    VIPScore domainRecord = (VIPScore)factory.getDomainObject(VIPScore.class, id.getID_VIPScore().intValue());
    return PatientInvasiveDeviceVipVoAssembler.create(domainRecord);
}
项目:openMAXIMS    文件:InvasiveDeviceImpl.java   
public PatientInvasiveDeviceVipVo getPatientInvasiveDeviceVip(VIPScoreRefVo id) 
{
    if(id == null || id.getID_VIPScore() == null)
        throw new DomainRuntimeException("Invalid record");

    DomainFactory factory = getDomainFactory();
    VIPScore domainRecord = (VIPScore)factory.getDomainObject(VIPScore.class, id.getID_VIPScore().intValue());
    return PatientInvasiveDeviceVipVoAssembler.create(domainRecord);
}
项目:openmaxims-linux    文件:InvasiveDeviceImpl.java   
public PatientInvasiveDeviceVipVo getPatientInvasiveDeviceVip(VIPScoreRefVo id) 
{
    if(id == null || id.getID_VIPScore() == null)
        throw new DomainRuntimeException("Invalid record");

    DomainFactory factory = getDomainFactory();
    VIPScore domainRecord = (VIPScore)factory.getDomainObject(VIPScore.class, id.getID_VIPScore().intValue());
    return PatientInvasiveDeviceVipVoAssembler.create(domainRecord);
}