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

项目:AvoinApotti    文件:Logic.java   
private void populateParentNodes(ComplementaryTherapyTreatmentShortVoCollection voComTherapyShortColl)
{
    if (voComTherapyShortColl == null || voComTherapyShortColl.size() <= 0 ) return;

    for(int i=0; i<voComTherapyShortColl.size(); i++)
    {
        populateParentNode(voComTherapyShortColl.get(i));           
    }   

}
项目:AvoinApotti    文件:ComplementaryTherapyImpl.java   
/**
 * WDEV-13581
 * List all Complementary Therapy Treatment records
 * The parameter is a mandatory one (marked from DevEnv)
 */
public ComplementaryTherapyTreatmentShortVoCollection listComplementaryTherapyByCareContext(CareContextRefVo voCareContextRef)
{
    DomainFactory factory = getDomainFactory();

    String query = "from ComplementaryTherapyTreatment ctt where ctt.clinicalContact.careContext.id = :CC";

    return ComplementaryTherapyTreatmentShortVoAssembler.createComplementaryTherapyTreatmentShortVoCollectionFromComplementaryTherapyTreatment(factory.find(query, "CC", voCareContextRef.getID_CareContext()));
}
项目:openMAXIMS    文件:Logic.java   
private void populateParentNodes(ComplementaryTherapyTreatmentShortVoCollection voComTherapyShortColl)
{
    if (voComTherapyShortColl == null || voComTherapyShortColl.size() <= 0 ) return;

    for(int i=0; i<voComTherapyShortColl.size(); i++)
    {
        populateParentNode(voComTherapyShortColl.get(i));           
    }   

}
项目:openMAXIMS    文件:ComplementaryTherapyImpl.java   
/**
 * WDEV-13581
 * List all Complementary Therapy Treatment records
 * The parameter is a mandatory one (marked from DevEnv)
 */
public ComplementaryTherapyTreatmentShortVoCollection listComplementaryTherapyByCareContext(CareContextRefVo voCareContextRef)
{
    DomainFactory factory = getDomainFactory();

    String query = "from ComplementaryTherapyTreatment ctt where ctt.clinicalContact.careContext.id = :CC";

    return ComplementaryTherapyTreatmentShortVoAssembler.createComplementaryTherapyTreatmentShortVoCollectionFromComplementaryTherapyTreatment(factory.find(query, "CC", voCareContextRef.getID_CareContext()));
}
项目:openMAXIMS    文件:Logic.java   
private void populateParentNodes(ComplementaryTherapyTreatmentShortVoCollection voComTherapyShortColl)
{
    if (voComTherapyShortColl == null || voComTherapyShortColl.size() <= 0 ) return;

    for(int i=0; i<voComTherapyShortColl.size(); i++)
    {
        populateParentNode(voComTherapyShortColl.get(i));           
    }   

}
项目:openMAXIMS    文件:ComplementaryTherapyImpl.java   
/**
 * WDEV-13581
 * List all Complementary Therapy Treatment records
 * The parameter is a mandatory one (marked from DevEnv)
 */
public ComplementaryTherapyTreatmentShortVoCollection listComplementaryTherapyByCareContext(CareContextRefVo voCareContextRef)
{
    DomainFactory factory = getDomainFactory();

    String query = "from ComplementaryTherapyTreatment ctt where ctt.clinicalContact.careContext.id = :CC";

    return ComplementaryTherapyTreatmentShortVoAssembler.createComplementaryTherapyTreatmentShortVoCollectionFromComplementaryTherapyTreatment(factory.find(query, "CC", voCareContextRef.getID_CareContext()));
}
项目:openmaxims-linux    文件:Logic.java   
private void populateParentNodes(ComplementaryTherapyTreatmentShortVoCollection voComTherapyShortColl)
{
    if (voComTherapyShortColl == null || voComTherapyShortColl.size() <= 0 ) return;

    for(int i=0; i<voComTherapyShortColl.size(); i++)
    {
        populateParentNode(voComTherapyShortColl.get(i));           
    }   

}
项目:openmaxims-linux    文件:ComplementaryTherapyImpl.java   
/**
 * WDEV-13581
 * List all Complementary Therapy Treatment records
 * The parameter is a mandatory one (marked from DevEnv)
 */
public ComplementaryTherapyTreatmentShortVoCollection listComplementaryTherapyByCareContext(CareContextRefVo voCareContextRef)
{
    DomainFactory factory = getDomainFactory();

    String query = "from ComplementaryTherapyTreatment ctt where ctt.clinicalContact.careContext.id = :CC";

    return ComplementaryTherapyTreatmentShortVoAssembler.createComplementaryTherapyTreatmentShortVoCollectionFromComplementaryTherapyTreatment(factory.find(query, "CC", voCareContextRef.getID_CareContext()));
}