C# 클래스 gov.va.medora.mdws.MedsLib

파일 보기 프로젝트 열기: OSEHRA/mdws

공개 메소드들

메소드 설명
MedsLib ( ) : System
MedsLib ( MySession mySession ) : System
getAllMeds ( ) : TaggedMedicationArrays
getImmunizations ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
getImoMeds ( ) : TaggedMedicationArrays
getIvMeds ( ) : TaggedMedicationArrays
getMedicationDetail ( string siteId, string medId ) : TextTO
getMedsAdminHx ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
getMedsAdminLog ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
getOtherMeds ( ) : TaggedMedicationArrays
getOutpatientMeds ( ) : TaggedMedicationArrays
getOutpatientRxProfile ( ) : TaggedTextArray
getPrescriptionsHL7 ( string pwd, string sitecode, string mpiPid ) : TaggedMedicationArrays
getRefillStatus ( string sitecode, string rxId ) : MedicationTO
getUnitDoseMeds ( ) : TaggedMedicationArrays
refillPrescription ( string pwd, string sitecode, string mpiPid, string rxId ) : MedicationTO

메소드 상세

MedsLib() 공개 메소드

public MedsLib ( ) : System
리턴 System

MedsLib() 공개 메소드

public MedsLib ( MySession mySession ) : System
mySession MySession
리턴 System

getAllMeds() 공개 메소드

public getAllMeds ( ) : TaggedMedicationArrays
리턴 gov.va.medora.mdws.dto.TaggedMedicationArrays

getImmunizations() 공개 메소드

public getImmunizations ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
fromDate string
toDate string
nrpts int
리턴 gov.va.medora.mdws.dto.TaggedTextArray

getImoMeds() 공개 메소드

public getImoMeds ( ) : TaggedMedicationArrays
리턴 gov.va.medora.mdws.dto.TaggedMedicationArrays

getIvMeds() 공개 메소드

public getIvMeds ( ) : TaggedMedicationArrays
리턴 gov.va.medora.mdws.dto.TaggedMedicationArrays

getMedicationDetail() 공개 메소드

public getMedicationDetail ( string siteId, string medId ) : TextTO
siteId string
medId string
리턴 gov.va.medora.mdws.dto.TextTO

getMedsAdminHx() 공개 메소드

public getMedsAdminHx ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
fromDate string
toDate string
nrpts int
리턴 gov.va.medora.mdws.dto.TaggedTextArray

getMedsAdminLog() 공개 메소드

public getMedsAdminLog ( string fromDate, string toDate, int nrpts ) : TaggedTextArray
fromDate string
toDate string
nrpts int
리턴 gov.va.medora.mdws.dto.TaggedTextArray

getOtherMeds() 공개 메소드

public getOtherMeds ( ) : TaggedMedicationArrays
리턴 gov.va.medora.mdws.dto.TaggedMedicationArrays

getOutpatientMeds() 공개 메소드

public getOutpatientMeds ( ) : TaggedMedicationArrays
리턴 gov.va.medora.mdws.dto.TaggedMedicationArrays

getOutpatientRxProfile() 공개 메소드

public getOutpatientRxProfile ( ) : TaggedTextArray
리턴 gov.va.medora.mdws.dto.TaggedTextArray

getPrescriptionsHL7() 공개 메소드

public getPrescriptionsHL7 ( string pwd, string sitecode, string mpiPid ) : TaggedMedicationArrays
pwd string
sitecode string
mpiPid string
리턴 gov.va.medora.mdws.dto.TaggedMedicationArrays

getRefillStatus() 공개 메소드

public getRefillStatus ( string sitecode, string rxId ) : MedicationTO
sitecode string
rxId string
리턴 gov.va.medora.mdws.dto.MedicationTO

getUnitDoseMeds() 공개 메소드

public getUnitDoseMeds ( ) : TaggedMedicationArrays
리턴 gov.va.medora.mdws.dto.TaggedMedicationArrays

refillPrescription() 공개 메소드

public refillPrescription ( string pwd, string sitecode, string mpiPid, string rxId ) : MedicationTO
pwd string
sitecode string
mpiPid string
rxId string
리턴 gov.va.medora.mdws.dto.MedicationTO