C# Класс gov.va.medora.mdo.api.MedsApi

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

MedsApi() публичный Метод

public MedsApi ( ) : System
Результат System

getAllMeds() публичный Метод

public getAllMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Результат IndexedHashtable

getDiscontinueReasons() публичный Метод

public getDiscontinueReasons ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Результат IndexedHashtable

getImmunizations() публичный Метод

public getImmunizations ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nrpts int
Результат IndexedHashtable

getIvMeds() публичный Метод

public getIvMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Результат IndexedHashtable

getMedicationDetail() публичный Метод

public getMedicationDetail ( gov.va.medora.mdo.dao.AbstractConnection cxn, string medId ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
medId string
Результат string

getMedsAdminHx() публичный Метод

public getMedsAdminHx ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nrpts int
Результат IndexedHashtable

getMedsAdminLog() публичный Метод

public getMedsAdminLog ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
fromDate string
toDate string
nrpts int
Результат IndexedHashtable

getOtherMeds() публичный Метод

public getOtherMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Результат IndexedHashtable

getOutpatientMeds() публичный Метод

public getOutpatientMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Результат IndexedHashtable

getOutpatientRxProfile() публичный Метод

public getOutpatientRxProfile ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Результат IndexedHashtable

getUnitDoseMeds() публичный Метод

public getUnitDoseMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Результат IndexedHashtable

getVaMeds() публичный Метод

public getVaMeds ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
Результат IndexedHashtable

refillPrescription() публичный Метод

public refillPrescription ( gov.va.medora.mdo.dao.AbstractConnection cxn, string rxId ) : Medication
cxn gov.va.medora.mdo.dao.AbstractConnection
rxId string
Результат Medication