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

项目:AvoinApotti    文件:EDischargePreViewComponentImpl.java   
public PatientGpVo getPatientGp(PatientRefVo patient) 
{
    if(patient == null || patient.getID_Patient() == null)
        throw new CodingRuntimeException("Patient is null or id not provided for getPatientGp");

    return PatientGpVoAssembler.create((Patient)getDomainFactory().getDomainObject(patient));
}
项目:openMAXIMS    文件:EDischargePreViewComponentImpl.java   
public PatientGpVo getPatientGp(PatientRefVo patient) 
{
    if(patient == null || patient.getID_Patient() == null)
        throw new CodingRuntimeException("Patient is null or id not provided for getPatientGp");

    return PatientGpVoAssembler.create((Patient)getDomainFactory().getDomainObject(patient));
}
项目:openMAXIMS    文件:EDischargePreViewComponentImpl.java   
public PatientGpVo getPatientGp(PatientRefVo patient) 
{
    if(patient == null || patient.getID_Patient() == null)
        throw new CodingRuntimeException("Patient is null or id not provided for getPatientGp");

    return PatientGpVoAssembler.create((Patient)getDomainFactory().getDomainObject(patient));
}
项目:openmaxims-linux    文件:EDischargePreViewComponentImpl.java   
public PatientGpVo getPatientGp(PatientRefVo patient) 
{
    if(patient == null || patient.getID_Patient() == null)
        throw new CodingRuntimeException("Patient is null or id not provided for getPatientGp");

    return PatientGpVoAssembler.create((Patient)getDomainFactory().getDomainObject(patient));
}