Method | Description | |
---|---|---|
EncounterApi ( ) : System | ||
cancelAppointment ( gov.va.medora.mdo.dao.AbstractConnection cxn, Appointment appointment, string cancellationReason, string remarks ) : Appointment | ||
checkInAppointment ( gov.va.medora.mdo.dao.AbstractConnection cxn, Appointment appointment ) : Appointment | ||
getAdmissions ( |
||
getAdmissions ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : InpatientStay[] | ||
getAdmissionsReports ( |
||
getAppointmentText ( gov.va.medora.mdo.dao.AbstractConnection cxn, string apptId ) : string | ||
getAppointmentTypes ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target ) : IList |
||
getAppointments ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : Appointment[] | ||
getAppointments ( gov.va.medora.mdo.dao.AbstractConnection cxn, int pastDays, int futureDays ) : Appointment[] | ||
getAppointments ( |
||
getAppointments ( |
||
getCancellationReasons ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : string>.Dictionary |
||
getCareTeamReports ( ConnectionSet cxns ) : IndexedHashtable | ||
getClinicSchedulingDetails ( AbstractConnection cxn, string clinicId ) : HospitalLocation | ||
getClinics ( AbstractConnection cxn, string target, string direction ) : HospitalLocation[] | ||
getCompAndPenReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
getDRGRecords ( AbstractConnection cxn ) : Drg[] | ||
getDRGRecords ( ConnectionSet cxns ) : IndexedHashtable | ||
getDischargeDiagnosisReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
getDischargesReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
getExpandedAdtReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
getFutureAppointments ( AbstractConnection cxn ) : Appointment[] | ||
getFutureAppointments ( ConnectionSet cxns ) : IndexedHashtable | ||
getFutureClinicVisitsReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
getIcdProceduresReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
getIcdSurgeryReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
getInpatientDischarges ( AbstractConnection cxn, string pid ) : Adt[] | ||
getInpatientMoves ( AbstractConnection cxn ) : Adt[] | ||
getInpatientMoves ( AbstractConnection cxn, string fromDate, string toDate ) : Adt[] | ||
getInpatientMoves ( ConnectionSet cxns ) : IndexedHashtable | ||
getInpatientMoves ( ConnectionSet cxns, string fromDate, string toDate ) : IndexedHashtable | ||
getInpatientMoves ( ConnectionSet cxns, string fromDate, string toDate, string iterLength ) : IndexedHashtable | ||
getInpatientMovesByCheckinId ( AbstractConnection cxn, string checkinId ) : Adt[] | ||
getInpatientMovesByCheckinId ( ConnectionSet cxns, string checkinId ) : IndexedHashtable | ||
getLocations ( AbstractConnection cxn, string target, string direction ) : HospitalLocation[] | ||
getLocations ( ConnectionSet cxns, string target, string direction ) : IndexedHashtable | ||
getMentalHealthAppointments ( ConnectionSet cxns ) : IndexedHashtable | ||
getMentalHealthVisits ( ConnectionSet cxns ) : IndexedHashtable | ||
getOutpatientEncounterReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
getPastClinicVisitsReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
getPendingAppointments ( AbstractConnection cxn, string startDate ) : IList |
||
getSiteDivisions ( AbstractConnection cxn, string siteId ) : Site[] | ||
getSpecialties ( AbstractConnection cxn ) : DictionaryHashList | ||
getStayMovements ( AbstractConnection cxn, string checkinId ) : InpatientStay | ||
getStayMovementsByDateRange ( ConnectionSet cxns, string fromDate, string toDate ) : IndexedHashtable | ||
getStayMovementsByDateRange ( AbstractConnection cxn, string fromDate, string toDate ) : InpatientStay[] | ||
getStayMovementsByPatient ( ConnectionSet cxns, string dfn ) : IndexedHashtable | ||
getStaysForWard ( AbstractConnection cxn, string wardId ) : InpatientStay[] | ||
getTeams ( AbstractConnection cxn ) : DictionaryHashList | ||
getTransfersReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
getTreatingSpecialtyReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
getUpdatedFutureAppointments ( AbstractConnection cxn, DateTime updatedSince ) : HashSet |
||
getVisits ( ConnectionSet cxns, string fromDate, string toDate ) : IndexedHashtable | ||
getVisits ( AbstractConnection cxn, string fromDate, string toDate ) : Visit[] | ||
getWards ( AbstractConnection cxn ) : HospitalLocation[] | ||
getWards ( ConnectionSet cxns ) : IndexedHashtable | ||
hasClinicAccess ( AbstractConnection cxn, string clinicId ) : bool | ||
hasValidStopCode ( AbstractConnection cxn, string clinicId ) : bool | ||
isValidStopCode ( AbstractConnection cxn, string stopCodeId ) : bool | ||
makeAppointment ( AbstractConnection cxn, Appointment appointment ) : Appointment |
public cancelAppointment ( gov.va.medora.mdo.dao.AbstractConnection cxn, Appointment appointment, string cancellationReason, string remarks ) : Appointment | ||
cxn | gov.va.medora.mdo.dao.AbstractConnection | |
appointment | Appointment | |
cancellationReason | string | |
remarks | string | |
return | Appointment |
public checkInAppointment ( gov.va.medora.mdo.dao.AbstractConnection cxn, Appointment appointment ) : Appointment | ||
cxn | gov.va.medora.mdo.dao.AbstractConnection | |
appointment | Appointment | |
return | Appointment |
public getAdmissions ( |
||
cxns | ||
return | IndexedHashtable |
public getAdmissions ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : InpatientStay[] | ||
cxn | gov.va.medora.mdo.dao.AbstractConnection | |
return | InpatientStay[] |
public getAdmissionsReports ( |
||
cxns | ||
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getAppointmentText ( gov.va.medora.mdo.dao.AbstractConnection cxn, string apptId ) : string | ||
cxn | gov.va.medora.mdo.dao.AbstractConnection | |
apptId | string | |
return | string |
public getAppointmentTypes ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target ) : IList |
||
cxn | gov.va.medora.mdo.dao.AbstractConnection | |
target | string | |
return | IList |
public getAppointments ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : Appointment[] | ||
cxn | gov.va.medora.mdo.dao.AbstractConnection | |
return | Appointment[] |
public getAppointments ( gov.va.medora.mdo.dao.AbstractConnection cxn, int pastDays, int futureDays ) : Appointment[] | ||
cxn | gov.va.medora.mdo.dao.AbstractConnection | |
pastDays | int | |
futureDays | int | |
return | Appointment[] |
public getAppointments ( |
||
cxns | ||
return | IndexedHashtable |
public getAppointments ( |
||
cxns | ||
pastDays | int | |
futureDays | int | |
return | IndexedHashtable |
public getCancellationReasons ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : string>.Dictionary |
||
cxn | gov.va.medora.mdo.dao.AbstractConnection | |
return | string>.Dictionary |
public getCareTeamReports ( ConnectionSet cxns ) : IndexedHashtable | ||
cxns | ConnectionSet | |
return | IndexedHashtable |
public getClinicSchedulingDetails ( AbstractConnection cxn, string clinicId ) : HospitalLocation | ||
cxn | AbstractConnection | |
clinicId | string | |
return | HospitalLocation |
public getClinics ( AbstractConnection cxn, string target, string direction ) : HospitalLocation[] | ||
cxn | AbstractConnection | |
target | string | |
direction | string | |
return | HospitalLocation[] |
public getCompAndPenReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getDRGRecords ( AbstractConnection cxn ) : Drg[] | ||
cxn | AbstractConnection | |
return | Drg[] |
public getDRGRecords ( ConnectionSet cxns ) : IndexedHashtable | ||
cxns | ConnectionSet | |
return | IndexedHashtable |
public getDischargeDiagnosisReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getDischargesReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getExpandedAdtReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getFutureAppointments ( AbstractConnection cxn ) : Appointment[] | ||
cxn | AbstractConnection | |
return | Appointment[] |
public getFutureAppointments ( ConnectionSet cxns ) : IndexedHashtable | ||
cxns | ConnectionSet | |
return | IndexedHashtable |
public getFutureClinicVisitsReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getIcdProceduresReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getIcdSurgeryReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getInpatientDischarges ( AbstractConnection cxn, string pid ) : Adt[] | ||
cxn | AbstractConnection | |
pid | string | |
return | Adt[] |
public getInpatientMoves ( AbstractConnection cxn ) : Adt[] | ||
cxn | AbstractConnection | |
return | Adt[] |
public getInpatientMoves ( AbstractConnection cxn, string fromDate, string toDate ) : Adt[] | ||
cxn | AbstractConnection | |
fromDate | string | |
toDate | string | |
return | Adt[] |
public getInpatientMoves ( ConnectionSet cxns ) : IndexedHashtable | ||
cxns | ConnectionSet | |
return | IndexedHashtable |
public getInpatientMoves ( ConnectionSet cxns, string fromDate, string toDate ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
return | IndexedHashtable |
public getInpatientMoves ( ConnectionSet cxns, string fromDate, string toDate, string iterLength ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
iterLength | string | |
return | IndexedHashtable |
public getInpatientMovesByCheckinId ( AbstractConnection cxn, string checkinId ) : Adt[] | ||
cxn | AbstractConnection | |
checkinId | string | |
return | Adt[] |
public getInpatientMovesByCheckinId ( ConnectionSet cxns, string checkinId ) : IndexedHashtable | ||
cxns | ConnectionSet | |
checkinId | string | |
return | IndexedHashtable |
public getLocations ( AbstractConnection cxn, string target, string direction ) : HospitalLocation[] | ||
cxn | AbstractConnection | |
target | string | |
direction | string | |
return | HospitalLocation[] |
public getLocations ( ConnectionSet cxns, string target, string direction ) : IndexedHashtable | ||
cxns | ConnectionSet | |
target | string | |
direction | string | |
return | IndexedHashtable |
public getMentalHealthAppointments ( ConnectionSet cxns ) : IndexedHashtable | ||
cxns | ConnectionSet | |
return | IndexedHashtable |
public getMentalHealthVisits ( ConnectionSet cxns ) : IndexedHashtable | ||
cxns | ConnectionSet | |
return | IndexedHashtable |
public getOutpatientEncounterReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getPastClinicVisitsReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getPendingAppointments ( AbstractConnection cxn, string startDate ) : IList |
||
cxn | AbstractConnection | |
startDate | string | |
return | IList |
public getSiteDivisions ( AbstractConnection cxn, string siteId ) : Site[] | ||
cxn | AbstractConnection | |
siteId | string | |
return | Site[] |
public getSpecialties ( AbstractConnection cxn ) : DictionaryHashList | ||
cxn | AbstractConnection | |
return | DictionaryHashList |
public getStayMovements ( AbstractConnection cxn, string checkinId ) : InpatientStay | ||
cxn | AbstractConnection | |
checkinId | string | |
return | InpatientStay |
public getStayMovementsByDateRange ( ConnectionSet cxns, string fromDate, string toDate ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
return | IndexedHashtable |
public getStayMovementsByDateRange ( AbstractConnection cxn, string fromDate, string toDate ) : InpatientStay[] | ||
cxn | AbstractConnection | |
fromDate | string | |
toDate | string | |
return | InpatientStay[] |
public getStayMovementsByPatient ( ConnectionSet cxns, string dfn ) : IndexedHashtable | ||
cxns | ConnectionSet | |
dfn | string | |
return | IndexedHashtable |
public getStaysForWard ( AbstractConnection cxn, string wardId ) : InpatientStay[] | ||
cxn | AbstractConnection | |
wardId | string | |
return | InpatientStay[] |
public getTeams ( AbstractConnection cxn ) : DictionaryHashList | ||
cxn | AbstractConnection | |
return | DictionaryHashList |
public getTransfersReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getTreatingSpecialtyReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
nrpts | int | |
return | IndexedHashtable |
public getUpdatedFutureAppointments ( AbstractConnection cxn, DateTime updatedSince ) : HashSet |
||
cxn | AbstractConnection | |
updatedSince | DateTime | |
return | HashSet |
public getVisits ( ConnectionSet cxns, string fromDate, string toDate ) : IndexedHashtable | ||
cxns | ConnectionSet | |
fromDate | string | |
toDate | string | |
return | IndexedHashtable |
public getVisits ( AbstractConnection cxn, string fromDate, string toDate ) : Visit[] | ||
cxn | AbstractConnection | |
fromDate | string | |
toDate | string | |
return | Visit[] |
public getWards ( AbstractConnection cxn ) : HospitalLocation[] | ||
cxn | AbstractConnection | |
return | HospitalLocation[] |
public getWards ( ConnectionSet cxns ) : IndexedHashtable | ||
cxns | ConnectionSet | |
return | IndexedHashtable |
public hasClinicAccess ( AbstractConnection cxn, string clinicId ) : bool | ||
cxn | AbstractConnection | |
clinicId | string | |
return | bool |
public hasValidStopCode ( AbstractConnection cxn, string clinicId ) : bool | ||
cxn | AbstractConnection | |
clinicId | string | |
return | bool |
public isValidStopCode ( AbstractConnection cxn, string stopCodeId ) : bool | ||
cxn | AbstractConnection | |
stopCodeId | string | |
return | bool |
public makeAppointment ( AbstractConnection cxn, Appointment appointment ) : Appointment | ||
cxn | AbstractConnection | |
appointment | Appointment | |
return | Appointment |