Exemple #1
0
 public ABDiagnosisCategoryController(ABPatientsContext context)
 {
     _context = context;
 }
Exemple #2
0
 public ABPatientController(ABPatientsContext context)
 {
     _context = context;
 }
 public ABPatientDiagnosisController(ABPatientsContext context)
 {
     _context = context;
 }
 public ABDispensingUnitController(ABPatientsContext context)
 {
     _context = context;
 }
 public ABMedicationTypeController(ABPatientsContext context)
 {
     _context = context;
 }
Exemple #6
0
 public ABConcentrationUnitController(ABPatientsContext context)
 {
     _context = context;
 }