public ValuesController(
     IDictionaryCodesService dictionaryCodesService)
 {
     _dictionaryCodesService = dictionaryCodesService;
 }
 public ProcedureVettingPlugin(IDictionaryCodesService dictionaryCodesService)
 {
     _dictionaryCodesService = dictionaryCodesService;
 }
示例#3
0
 public MedicineVettingPlugin(IDictionaryCodesService dictionaryCodesService)
 {
     _dictionaryCodesService = dictionaryCodesService;
 }
 public DiagnosisVettingPlugin(IDictionaryCodesService dictionaryCodesService)
 {
     _dictionaryCodesService = dictionaryCodesService;
 }