public ValuesController( IDictionaryCodesService dictionaryCodesService) { _dictionaryCodesService = dictionaryCodesService; }
public ProcedureVettingPlugin(IDictionaryCodesService dictionaryCodesService) { _dictionaryCodesService = dictionaryCodesService; }
public MedicineVettingPlugin(IDictionaryCodesService dictionaryCodesService) { _dictionaryCodesService = dictionaryCodesService; }
public DiagnosisVettingPlugin(IDictionaryCodesService dictionaryCodesService) { _dictionaryCodesService = dictionaryCodesService; }