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)); }