Esempio n. 1
0
 public ProceduresDto GetProceduresSuggestionList(List <string> searchString, int category, CPTCodeSearchMode mode, bool exactMatch)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public ProceduresDto GetProcedureSuggestionListWithRoom(string searchString, int category, CPTCodeSearchMode mode, bool exactMatch, long?roomId)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public DiagnosesDto GetDiagnosisSuggestionList(string searchString, int category, CPTCodeSearchMode mode)
 {
     throw new NotImplementedException();
 }