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