Package healthwatcher.business.complaint

Examples of healthwatcher.business.complaint.SymptomRecord


    this.complaintRecord = new ComplaintRecord(factory.createComplaintRepository());
    this.healthUnitRecord = new HealthUnitRecord(factory.createHealthUnitRepository());
    this.specialityRecord = new MedicalSpecialityRecord(factory.createMedicalSpecialityRepository());
    this.diseaseRecord = new DiseaseRecord(factory.createDiseaseRepository());
    this.employeeRecord = new EmployeeRecord(factory.createEmployeeRepository());
    this.symptomRecord = new SymptomRecord(factory.createSymptomRepository());
  }
View Full Code Here

TOP

Related Classes of healthwatcher.business.complaint.SymptomRecord

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.