public StubMedicationMappingRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
Beispiel #2
0
 public StubPatientAllergyRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
Beispiel #3
0
 public MongoSearchRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
Beispiel #4
0
 public MongoPatientSystemRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
 public MongoPatientMedFrequencyRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
 public MongoMedicationRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
Beispiel #7
0
 public MongoPatientUtilizationRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
 public MongoPatientMedSuppRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }
 public MongoAllergyRepository(IUOWMongo <TContext> uow)
 {
     Context = uow.MongoContext;
 }