C# 클래스 gov.va.medora.mdo.dao.hl7.rxRefill.RxRefillPharmacyDao

상속: IPharmacyDao
파일 보기 프로젝트 열기: OSEHRA/mdo

공개 메소드들

메소드 설명
RxRefillPharmacyDao ( AbstractConnection cxn ) : System
getAllMeds ( ) : Medication[]
getAllMeds ( string dfn ) : Medication[]
getImmunizations ( string fromDate, string toDate, int nrpts ) : string
getInpatientForOutpatientMeds ( ) : Medication[]
getInpatientForOutpatientMeds ( string pid ) : Medication[]
getIvMeds ( ) : Medication[]
getIvMeds ( string pid ) : Medication[]
getMedicationDetail ( string medId ) : string
getMedsAdminHx ( string fromDate, string toDate, int nrpts ) : string
getMedsAdminLog ( string fromDate, string toDate, int nrpts ) : string
getOtherMeds ( ) : Medication[]
getOtherMeds ( string pid ) : Medication[]
getOutpatientMeds ( ) : Medication[]
getOutpatientRxProfile ( ) : string
getUnitDoseMeds ( ) : Medication[]
getUnitDoseMeds ( string pid ) : Medication[]
getVaMeds ( ) : Medication[]
getVaMeds ( string dfn ) : Medication[]
refillPrescription ( string rxId ) : Medication

비공개 메소드들

메소드 설명
addIdToPID ( NHapi.Model.V24.Segment.PID pid, string id, int idType, string assigningFacility, string assigningFacilityType ) : void
buildRxeAndOrcSegments ( OMP_O09_PID omp_o09, IList rxNumbers ) : void
fillMshSegment ( NHapi.Model.V24.Segment.MSH msh, string fieldSeparator, string sendingAppNamespace, string sendingFacilityNamespace, string sendingFacilityId, string sendingFacilityIdType, string receivingAppNamespace, string receivingFacilityNamespace, string receivingFacilityId, string receivingFacilityIdType, string dateTimeOfMessage, string messageType, string triggerEvent, string messageStructure, string messageControlId, string processingId, string versionId ) : void
fillQpdSegment ( QBP_Q13_PID qbp_q13, NHapi.Model.V24.Segment.QPD qpd, string requestId, System.DateTime fromDate, System.DateTime toDate, string icn, string trigger, string subjectArea ) : void
fillRcpSegment ( NHapi.Model.V24.Segment.RCP rcp ) : void
fillRdfSegment ( NHapi.Model.V24.Segment.RDF rdf, string fieldDefs ) : void
fillRxeSegment ( string rxNumbers, NHapi.Model.V24.Message.QBP_Q13 qbp_q13 ) : void
getMedsHl7 ( ) : IList
refillMeds ( IList medsToRefill ) : IList
toMedsFromHL7 ( string response ) : IList

메소드 상세

RxRefillPharmacyDao() 공개 메소드

public RxRefillPharmacyDao ( AbstractConnection cxn ) : System
cxn AbstractConnection
리턴 System

getAllMeds() 공개 메소드

public getAllMeds ( ) : Medication[]
리턴 Medication[]

getAllMeds() 공개 메소드

public getAllMeds ( string dfn ) : Medication[]
dfn string
리턴 Medication[]

getImmunizations() 공개 메소드

public getImmunizations ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
리턴 string

getInpatientForOutpatientMeds() 공개 메소드

public getInpatientForOutpatientMeds ( ) : Medication[]
리턴 Medication[]

getInpatientForOutpatientMeds() 공개 메소드

public getInpatientForOutpatientMeds ( string pid ) : Medication[]
pid string
리턴 Medication[]

getIvMeds() 공개 메소드

public getIvMeds ( ) : Medication[]
리턴 Medication[]

getIvMeds() 공개 메소드

public getIvMeds ( string pid ) : Medication[]
pid string
리턴 Medication[]

getMedicationDetail() 공개 메소드

public getMedicationDetail ( string medId ) : string
medId string
리턴 string

getMedsAdminHx() 공개 메소드

public getMedsAdminHx ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
리턴 string

getMedsAdminLog() 공개 메소드

public getMedsAdminLog ( string fromDate, string toDate, int nrpts ) : string
fromDate string
toDate string
nrpts int
리턴 string

getOtherMeds() 공개 메소드

public getOtherMeds ( ) : Medication[]
리턴 Medication[]

getOtherMeds() 공개 메소드

public getOtherMeds ( string pid ) : Medication[]
pid string
리턴 Medication[]

getOutpatientMeds() 공개 메소드

public getOutpatientMeds ( ) : Medication[]
리턴 Medication[]

getOutpatientRxProfile() 공개 메소드

public getOutpatientRxProfile ( ) : string
리턴 string

getUnitDoseMeds() 공개 메소드

public getUnitDoseMeds ( ) : Medication[]
리턴 Medication[]

getUnitDoseMeds() 공개 메소드

public getUnitDoseMeds ( string pid ) : Medication[]
pid string
리턴 Medication[]

getVaMeds() 공개 메소드

public getVaMeds ( ) : Medication[]
리턴 Medication[]

getVaMeds() 공개 메소드

public getVaMeds ( string dfn ) : Medication[]
dfn string
리턴 Medication[]

refillPrescription() 공개 메소드

public refillPrescription ( string rxId ) : Medication
rxId string
리턴 Medication