Package com.krminc.phr.domain.clinical

Examples of com.krminc.phr.domain.clinical.GenericResult


public class GenericResultConverter {
    protected GenericResult localEntity;
 
    /** Creates a new instance of GenericResultConverter */
    public GenericResultConverter() {
        localEntity = new GenericResult();
    }
View Full Code Here

TOP

Related Classes of com.krminc.phr.domain.clinical.GenericResult

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.