C# Class gov.va.medora.mdo.api.MedsApi

Show file Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
MedsApi ( ) : System
getAllMeds ( ConnectionSet cxns ) : IndexedHashtable
getDiscontinueReasons ( ConnectionSet cxns ) : IndexedHashtable
getImmunizations ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
getIvMeds ( ConnectionSet cxns ) : IndexedHashtable
getMedicationDetail ( gov.va.medora.mdo.dao.AbstractConnection cxn, string medId ) : string
getMedsAdminHx ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
getMedsAdminLog ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
getOtherMeds ( ConnectionSet cxns ) : IndexedHashtable
getOutpatientMeds ( ConnectionSet cxns ) : IndexedHashtable
getOutpatientRxProfile ( ConnectionSet cxns ) : IndexedHashtable
getUnitDoseMeds ( ConnectionSet cxns ) : IndexedHashtable
getVaMeds ( ConnectionSet cxns ) : IndexedHashtable
refillPrescription ( gov.va.medora.mdo.dao.AbstractConnection cxn, string rxId ) : Medication

Method Details

MedsApi() public method

public MedsApi ( ) : System
return System

getAllMeds() public method

public getAllMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

getDiscontinueReasons() public method

public getDiscontinueReasons ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

getImmunizations() public method

public getImmunizations ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nrpts int
return IndexedHashtable

getIvMeds() public method

public getIvMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

getMedicationDetail() public method

public getMedicationDetail ( gov.va.medora.mdo.dao.AbstractConnection cxn, string medId ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
medId string
return string

getMedsAdminHx() public method

public getMedsAdminHx ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nrpts int
return IndexedHashtable

getMedsAdminLog() public method

public getMedsAdminLog ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nrpts int
return IndexedHashtable

getOtherMeds() public method

public getOtherMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

getOutpatientMeds() public method

public getOutpatientMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

getOutpatientRxProfile() public method

public getOutpatientRxProfile ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

getUnitDoseMeds() public method

public getUnitDoseMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

getVaMeds() public method

public getVaMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

refillPrescription() public method

public refillPrescription ( gov.va.medora.mdo.dao.AbstractConnection cxn, string rxId ) : Medication
cxn gov.va.medora.mdo.dao.AbstractConnection
rxId string
return Medication