Package beans.directory.simple.entities

Examples of beans.directory.simple.entities.Dvr


                rd.ssd = "";
            }

            rd.vr_spec = sr.getFunctions().getReceptionType().getId();

            Dvr dvr = sr.getFunctions().getDvr();
            rd.vr_dol = dvr == null ? 0 : dvr.getId();

            rd.qz = diagInfo.diagEncID;

            rd.vmu = sr.getFunctions().getFirstMedicalAid().getId();
View Full Code Here

TOP

Related Classes of beans.directory.simple.entities.Dvr

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.