Java 类ims.core.vo.domain.PatientProcedureWebServiceVoAssembler 实例源码

项目:AvoinApotti    文件:NotificationsImpl.java   
public PatientProcedureWebServiceVo getPatientProcedure(Integer procedureId) 
{
    if(procedureId == null)
        throw new CodingRuntimeException("Unable to get PatientProcedure for null id.");

    PatientProcedure patProcedure = (PatientProcedure) getDomainFactory().getDomainObject(PatientProcedure.class, procedureId);

    return PatientProcedureWebServiceVoAssembler.create(patProcedure);
}
项目:openMAXIMS    文件:NotificationsImpl.java   
public PatientProcedureWebServiceVo getPatientProcedure(Integer procedureId) 
{
    if(procedureId == null)
        throw new CodingRuntimeException("Unable to get PatientProcedure for null id.");

    PatientProcedure patProcedure = (PatientProcedure) getDomainFactory().getDomainObject(PatientProcedure.class, procedureId);

    return PatientProcedureWebServiceVoAssembler.create(patProcedure);
}
项目:openMAXIMS    文件:NotificationsImpl.java   
public PatientProcedureWebServiceVo getPatientProcedure(Integer procedureId) 
{
    if(procedureId == null)
        throw new CodingRuntimeException("Unable to get PatientProcedure for null id.");

    PatientProcedure patProcedure = (PatientProcedure) getDomainFactory().getDomainObject(PatientProcedure.class, procedureId);

    return PatientProcedureWebServiceVoAssembler.create(patProcedure);
}
项目:openmaxims-linux    文件:NotificationsImpl.java   
public PatientProcedureWebServiceVo getPatientProcedure(Integer procedureId) 
{
    if(procedureId == null)
        throw new CodingRuntimeException("Unable to get PatientProcedure for null id.");

    PatientProcedure patProcedure = (PatientProcedure) getDomainFactory().getDomainObject(PatientProcedure.class, procedureId);

    return PatientProcedureWebServiceVoAssembler.create(patProcedure);
}