public IndexedHashtable ddrLister( ConnectionSet cxns, string file, string iens, string flds, string flags, string maxRex, string from, string part, string xref, string screen, string identifier) { object[] args = new object[] { file,iens,flds,flags,maxRex,from,part,xref,screen,identifier }; return cxns.query("IToolsDao", "ddrLister", args); }
public static IndexedHashtable getNhinData(ConnectionSet cxns, string types = null, string validTypes = null) { return cxns.query(DAO_NAME, "getNhinData", new object[] { types, validTypes }); }
public QueryTemplate(ConnectionSet cset) { myCset = cset; }
public DisconnectRemotesQuery(ConnectionSet cset) : base(cset) { }
public DisconnectAllQuery(ConnectionSet cset) : base(cset) { }
// Gets multiple reports from multiple sites public static IndexedHashtable getChemHemReports(ConnectionSet cxns, string fromDate, string toDate) { return cxns.query(DAO_NAME, "getChemHemReports", new object[] { fromDate, toDate }); }
public IndexedHashtable getAppointments(ConnectionSet cxns) { return cxns.query(DAO_NAME, "getAppointments", new object[] { }); }
public IndexedHashtable getAdmissions(ConnectionSet cxns) { return cxns.query(DAO_NAME, "getAdmissions", new object[] { }); }
public IndexedHashtable getMentalHealthVisits(ConnectionSet cxns) { return cxns.query(DAO_NAME, "getMentalHealthVisits", new object[] { }); }
public IndexedHashtable getNoteTitles(ConnectionSet cxns, String target, String direction) { return cxns.query(DAO_NAME, "getNoteTitles", new object[] { target, direction }); }
public IndexedHashtable getNotes(ConnectionSet cxns, String fromDate, String toDate, int nNotes) { return cxns.query(DAO_NAME, "getNotes", new object[] { fromDate, toDate, nNotes }); }
public IndexedHashtable getCrisisNotes(ConnectionSet cxns, string fromDate, string toDate, int nrpts) { return cxns.query(DAO_NAME, "getCrisisNotes", new object[] { fromDate, toDate, nrpts }); }
public static IndexedHashtable getLatestVitalSigns(ConnectionSet cxns) { return cxns.query(DAO_NAME, "getLatestVitalSigns", new object[] { }); }
public static IndexedHashtable getMentalHealthInstrumentsForPatient(ConnectionSet cxns) { return cxns.query(DAO_NAME, "getMentalHealthInstrumentsForPatient", new object[] { }); }
public static IndexedHashtable getPatientRecord(ConnectionSet cxns, string validTypes) { return cxns.query(DAO_NAME, "getPatientRecord", new object[1] { validTypes }); }
public IndexedHashtable getStayMovementsByDateRange(ConnectionSet cxns, string fromDate, string toDate) { return cxns.query(DAO_NAME, "getStayMovementsByDateRange", new object[] { fromDate, toDate }); }
public IndexedHashtable getStayMovementsByPatient(ConnectionSet cxns, string dfn) { return cxns.query(DAO_NAME, "getStayMovementsByPatient", new object[] { dfn }); }
public IndexedHashtable getCareTeamReports(ConnectionSet cxns) { return cxns.query(DAO_NAME, "getCareTeamReport", new object[] { }); }
public IndexedHashtable getAdmissionsReports(ConnectionSet cxns, string fromDate, string toDate, int nrpts) { return cxns.query(DAO_NAME, "getAdmissionsReport", new object[] { fromDate, toDate, nrpts }); }
public IndexedHashtable getDRGRecords(ConnectionSet cxns) { return cxns.query(DAO_NAME, "getDRGRecords", new object[] { }); }
public IndexedHashtable getAppointments(ConnectionSet cxns, int pastDays, int futureDays) { return cxns.query(DAO_NAME, "getAppointments", new object[] { pastDays, futureDays }); }
public IndexedHashtable getInpatientMoves(ConnectionSet cxns) { return cxns.query(DAO_NAME, "getInpatientMoves", new object[] { }); }
public static IndexedHashtable getConsultsForPatient(ConnectionSet cxns) { return cxns.query(DAO_NAME, "getConsultsForPatient", new object[] { }); }
public IndexedHashtable getInpatientMoves(ConnectionSet cxns, string fromDate, string toDate, string iterLength) { return cxns.query(DAO_NAME, "getInpatientMoves", new object[] { fromDate, toDate, iterLength }); }
public DisconnectQueryTemplate(ConnectionSet cset) : base(cset) { }
public IndexedHashtable getInpatientMovesByCheckinId(ConnectionSet cxns, string checkinId) { return cxns.query(DAO_NAME, "getInpatientMovesByCheckinId", new object[] { checkinId }); }
public QueryQuery(ConnectionSet cset) : base(cset) { }
public IndexedHashtable getLocations(ConnectionSet cxns, string target, string direction) { return cxns.query(DAO_NAME, "lookupLocations", new object[] { target, direction }); }
public static IndexedHashtable getClaimants( ConnectionSet cxns, string lastName, string firstName, string middleName, string dob, Address addr, int maxrex) { return cxns.query(DAO_NAME, "getClaimants", new object[] { lastName, firstName, middleName, dob, addr, maxrex }); }
public IndexedHashtable getOutpatientEncounterReports(ConnectionSet cxns, string fromDate, string toDate, int nrpts) { return cxns.query(DAO_NAME, "getOutpatientEncounterReport", new object[] { fromDate, toDate, nrpts }); }