Java 类ims.therapies.vo.ElectrotherapyPneumaticVoCollection 实例源码

项目:AvoinApotti    文件:PneumaticImpl.java   
public ElectrotherapyPneumaticVo getElectrotheraphyPneumaticVoByClinicalContact(ClinicalContactRefVo voClinicalContactRef) 
{
    if(voClinicalContactRef == null)
        throw new CodingRuntimeException("ElectrotherapyPneumatic Filter not provided for get call. ");

    String hql = new String("from ElectrotherapyPneumatic p where p.clinicalContact.id = :CLINICAL_CONTACT_ID");

    java.util.List list = getDomainFactory().find(hql, "CLINICAL_CONTACT_ID", voClinicalContactRef.getID_ClinicalContact());

    ElectrotherapyPneumaticVoCollection coll = ElectrotherapyPneumaticVoAssembler.createElectrotherapyPneumaticVoCollectionFromElectrotherapyPneumatic(list);
    if(coll!=null && coll.size()>0)
        return coll.get(0);
    else
        return null;
}
项目:openMAXIMS    文件:PneumaticImpl.java   
public ElectrotherapyPneumaticVo getElectrotheraphyPneumaticVoByClinicalContact(ClinicalContactRefVo voClinicalContactRef) 
{
    if(voClinicalContactRef == null)
        throw new CodingRuntimeException("ElectrotherapyPneumatic Filter not provided for get call. ");

    String hql = new String("from ElectrotherapyPneumatic p where p.clinicalContact.id = :CLINICAL_CONTACT_ID");

    java.util.List list = getDomainFactory().find(hql, "CLINICAL_CONTACT_ID", voClinicalContactRef.getID_ClinicalContact());

    ElectrotherapyPneumaticVoCollection coll = ElectrotherapyPneumaticVoAssembler.createElectrotherapyPneumaticVoCollectionFromElectrotherapyPneumatic(list);
    if(coll!=null && coll.size()>0)
        return coll.get(0);
    else
        return null;
}
项目:openMAXIMS    文件:PneumaticImpl.java   
public ElectrotherapyPneumaticVo getElectrotheraphyPneumaticVoByClinicalContact(ClinicalContactRefVo voClinicalContactRef) 
{
    if(voClinicalContactRef == null)
        throw new CodingRuntimeException("ElectrotherapyPneumatic Filter not provided for get call. ");

    String hql = new String("from ElectrotherapyPneumatic p where p.clinicalContact.id = :CLINICAL_CONTACT_ID");

    java.util.List list = getDomainFactory().find(hql, "CLINICAL_CONTACT_ID", voClinicalContactRef.getID_ClinicalContact());

    ElectrotherapyPneumaticVoCollection coll = ElectrotherapyPneumaticVoAssembler.createElectrotherapyPneumaticVoCollectionFromElectrotherapyPneumatic(list);
    if(coll!=null && coll.size()>0)
        return coll.get(0);
    else
        return null;
}
项目:openmaxims-linux    文件:PneumaticImpl.java   
public ElectrotherapyPneumaticVo getElectrotheraphyPneumaticVoByClinicalContact(ClinicalContactRefVo voClinicalContactRef) 
{
    if(voClinicalContactRef == null)
        throw new CodingRuntimeException("ElectrotherapyPneumatic Filter not provided for get call. ");

    String hql = new String("from ElectrotherapyPneumatic p where p.clinicalContact.id = :CLINICAL_CONTACT_ID");

    java.util.List list = getDomainFactory().find(hql, "CLINICAL_CONTACT_ID", voClinicalContactRef.getID_ClinicalContact());

    ElectrotherapyPneumaticVoCollection coll = ElectrotherapyPneumaticVoAssembler.createElectrotherapyPneumaticVoCollectionFromElectrotherapyPneumatic(list);
    if(coll!=null && coll.size()>0)
        return coll.get(0);
    else
        return null;
}