Package beans.doctor.emc

Examples of beans.doctor.emc.EmcDetails


    public EmcDetails getEmc()  throws ClipsServerException {
        //Не надо запрещать доступ - просто затереть поле анамнеза
        //checkCommandAccessibility(COMMAND_READ_EMC);
        Client entity = getExistentEntity();
       
        EmcDetails details = getEmcByClient(manager, entity).getDetails(this);
        return details;
    }
View Full Code Here


        super(id, al);
    }

    @Override
    protected EmcDetails getNewDetails() {
        return new EmcDetails();
    }
View Full Code Here

TOP

Related Classes of beans.doctor.emc.EmcDetails

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.