コード例 #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();
 }