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

项目:AvoinApotti    文件:BedInfoDialogImpl.java   
public InpatConsultantTransferVo getInpatConsultantTransfer(InpatientEpisodeRefVo inpat)
{
    if(inpat == null || inpat.getID_InpatientEpisode() == null)
        throw new CodingRuntimeException("inpatientEpisode is null or id not provided for getInpatConsultantTransfer");

    return InpatConsultantTransferVoAssembler.create( (InpatientEpisode) getDomainFactory().getDomainObject(inpat));
}
项目:openMAXIMS    文件:BedInfoDialogImpl.java   
public InpatConsultantTransferVo getInpatConsultantTransfer(InpatientEpisodeRefVo inpat)
{
    if(inpat == null || inpat.getID_InpatientEpisode() == null)
        throw new CodingRuntimeException("inpatientEpisode is null or id not provided for getInpatConsultantTransfer");

    return InpatConsultantTransferVoAssembler.create( (InpatientEpisode) getDomainFactory().getDomainObject(inpat));
}
项目:openMAXIMS    文件:BedInfoDialogImpl.java   
public InpatConsultantTransferVo getInpatConsultantTransfer(InpatientEpisodeRefVo inpat)
{
    if(inpat == null || inpat.getID_InpatientEpisode() == null)
        throw new CodingRuntimeException("inpatientEpisode is null or id not provided for getInpatConsultantTransfer");

    return InpatConsultantTransferVoAssembler.create( (InpatientEpisode) getDomainFactory().getDomainObject(inpat));
}
项目:openmaxims-linux    文件:BedInfoDialogImpl.java   
public InpatConsultantTransferVo getInpatConsultantTransfer(InpatientEpisodeRefVo inpat)
{
    if(inpat == null || inpat.getID_InpatientEpisode() == null)
        throw new CodingRuntimeException("inpatientEpisode is null or id not provided for getInpatConsultantTransfer");

    return InpatConsultantTransferVoAssembler.create( (InpatientEpisode) getDomainFactory().getDomainObject(inpat));
}