BobathImpl.java 文件源码

java
阅读 27 收藏 0 点赞 0 评论 0

项目:openmaxims-linux 作者:
/**
* get Bobath record for a clinical contact
*/
public BobathVo getBoBath(ims.core.vo.ClinicalContactShortVo voClinicalContact)
{
    if(voClinicalContact == null)
        throw new CodingRuntimeException("Bobath Filter not provided for get call. ");

    String hql = new String("from Bobath b where b.clinicalContact.id = :CLINICAL_CONTACT_ID");

    BobathVoCollection bobaths = BobathVoAssembler.createBobathVoCollectionFromBobath(getDomainFactory().find(hql, "CLINICAL_CONTACT_ID", voClinicalContact.getID_ClinicalContact()));

    if (bobaths.size() > 0)
        return bobaths.get(0);

    return null;
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号