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