Package com.krminc.phr.api.vitals.converter

Examples of com.krminc.phr.api.vitals.converter.WeightConverter


    @Produces( { MediaType.APPLICATION_JSON, MediaType.APPLICATION_XML } )
    public WeightConverter get() {
        PersistenceService persistenceSvc = PersistenceService.getInstance();
        try {
            persistenceSvc.beginTx();
            return new WeightConverter(getEntity(), uriInfo.getAbsolutePath(), Api.DEFAULT_EXPAND_LEVEL);
        } finally {
            PersistenceService.getInstance().close();
        }
    }
View Full Code Here

TOP

Related Classes of com.krminc.phr.api.vitals.converter.WeightConverter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.