예제 #1
0
 public IndexedHashtable getNotes(ConnectionSet cxns, String fromDate, String toDate, int nNotes)
 {
     return(cxns.query(DAO_NAME, "getNotes", new object[] { fromDate, toDate, nNotes }));
 }
예제 #2
0
 public IndexedHashtable getAdvanceDirectives(ConnectionSet cxns, string fromDate, string toDate, int nrpts)
 {
     return(cxns.query(DAO_NAME, "getAdvanceDirectives", new object[] { fromDate, toDate, nrpts }));
 }
예제 #3
0
 public IndexedHashtable getNoteTitles(ConnectionSet cxns, String target, String direction)
 {
     return(cxns.query(DAO_NAME, "getNoteTitles", new object[] { target, direction }));
 }
예제 #4
0
 public IndexedHashtable getClinicalWarnings(ConnectionSet cxns, string fromDate, string toDate, int nrpts)
 {
     return(cxns.query(DAO_NAME, "getClinicalWarnings", new object[] { fromDate, toDate, nrpts }));
 }