Package beans.doctor.checkup.dicom

Examples of beans.doctor.checkup.dicom.CheckupDicomDetails


    objects.addListener(CheckupDICOMLocal.this);
  }
 
  @Override
  protected CheckupDicomDetails getNewDetails() {
    return new CheckupDicomDetails();
  }
View Full Code Here

TOP

Related Classes of beans.doctor.checkup.dicom.CheckupDicomDetails

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.