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