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