Java 类ims.therapies.vo.domain.ComplementaryTherapyTreatmentShortVoAssembler 实例源码

项目: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    文件: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    文件: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    文件: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()));
}