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