public HKMedicationTypesController(HKPatientsContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public HKConcentrationUnitsController(HKPatientsContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public HKRoleController(HKPatientsContext context)
 {
     _context = context;
 }
 public HKDispensingUnitsController(HKPatientsContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public HKDiagnosisCategoriesController(HKPatientsContext context)
 {
     _context = context;
 }
Esempio n. 6
0
 public HKPatientTreatmentController(HKPatientsContext context)
 {
     _context = context;
 }
 public HKPatientDiagnosisController(HKPatientsContext context)
 {
     _context = context;
 }
 public HKCountriesController(HKPatientsContext context)
 {
     _context = context;
 }