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

Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public MedsApi ( ) : System
Résultat System

getAllMeds() public méthode

public getAllMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Résultat IndexedHashtable

getDiscontinueReasons() public méthode

public getDiscontinueReasons ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Résultat IndexedHashtable

getImmunizations() public méthode

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

getIvMeds() public méthode

public getIvMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Résultat IndexedHashtable

getMedicationDetail() public méthode

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

getMedsAdminHx() public méthode

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

getMedsAdminLog() public méthode

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

getOtherMeds() public méthode

public getOtherMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Résultat IndexedHashtable

getOutpatientMeds() public méthode

public getOutpatientMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Résultat IndexedHashtable

getOutpatientRxProfile() public méthode

public getOutpatientRxProfile ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Résultat IndexedHashtable

getUnitDoseMeds() public méthode

public getUnitDoseMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Résultat IndexedHashtable

getVaMeds() public méthode

public getVaMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Résultat IndexedHashtable

refillPrescription() public méthode

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