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

项目:AvoinApotti    文件:PatientDocumentSearchImpl.java   
public PatientDocumentSearchListVo getPatientDocumentSearchListVo(PatientDocumentRefVo patientDocumentId) 
{
    if(patientDocumentId == null || !patientDocumentId.getID_PatientDocumentIsNotNull())
    {
        throw new CodingRuntimeException("Cannot get PatientDocument on null PatientDocumentId.");
    }

    return PatientDocumentSearchListVoAssembler.create((PatientDocument) getDomainFactory().getDomainObject(PatientDocument.class, patientDocumentId.getID_PatientDocument()));
}
项目:openMAXIMS    文件:PatientDocumentSearchImpl.java   
public PatientDocumentSearchListVo getPatientDocumentSearchListVo(PatientDocumentRefVo patientDocumentId) 
{
    if(patientDocumentId == null || !patientDocumentId.getID_PatientDocumentIsNotNull())
    {
        throw new CodingRuntimeException("Cannot get PatientDocument on null PatientDocumentId.");
    }

    return PatientDocumentSearchListVoAssembler.create((PatientDocument) getDomainFactory().getDomainObject(PatientDocument.class, patientDocumentId.getID_PatientDocument()));
}
项目:openMAXIMS    文件:PatientDocumentSearchImpl.java   
public PatientDocumentSearchListVo getPatientDocumentSearchListVo(PatientDocumentRefVo patientDocumentId) 
{
    if(patientDocumentId == null || !patientDocumentId.getID_PatientDocumentIsNotNull())
    {
        throw new CodingRuntimeException("Cannot get PatientDocument on null PatientDocumentId.");
    }

    return PatientDocumentSearchListVoAssembler.create((PatientDocument) getDomainFactory().getDomainObject(PatientDocument.class, patientDocumentId.getID_PatientDocument()));
}
项目:openmaxims-linux    文件:PatientDocumentSearchImpl.java   
public PatientDocumentSearchListVo getPatientDocumentSearchListVo(PatientDocumentRefVo patientDocumentId) 
{
    if(patientDocumentId == null || !patientDocumentId.getID_PatientDocumentIsNotNull())
    {
        throw new CodingRuntimeException("Cannot get PatientDocument on null PatientDocumentId.");
    }

    return PatientDocumentSearchListVoAssembler.create((PatientDocument) getDomainFactory().getDomainObject(PatientDocument.class, patientDocumentId.getID_PatientDocument()));
}