C# 클래스 gov.va.medora.mdo.dao.vista.fhie.FhieEncounterDao

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

공개 메소드들

메소드 설명
FhieEncounterDao ( AbstractConnection cxn ) : System
getAppointmentText ( string apptId ) : string
getAppointments ( ) : Appointment[]
getDRGRecords ( ) : Drg[]
getFutureAppointments ( ) : Appointment[]
getInpatientMoves ( ) : Adt[]
getInpatientMoves ( String fromDate, string toDate ) : Adt[]
getStaysForWard ( string wardId ) : InpatientStay[]
getWards ( ) : HospitalLocation[]
lookupLocations ( string target, string direction ) : IndexedHashtable

메소드 상세

FhieEncounterDao() 공개 메소드

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

getAppointmentText() 공개 메소드

public getAppointmentText ( string apptId ) : string
apptId string
리턴 string

getAppointments() 공개 메소드

public getAppointments ( ) : Appointment[]
리턴 Appointment[]

getDRGRecords() 공개 메소드

public getDRGRecords ( ) : Drg[]
리턴 Drg[]

getFutureAppointments() 공개 메소드

public getFutureAppointments ( ) : Appointment[]
리턴 Appointment[]

getInpatientMoves() 공개 메소드

public getInpatientMoves ( ) : Adt[]
리턴 Adt[]

getInpatientMoves() 공개 메소드

public getInpatientMoves ( String fromDate, string toDate ) : Adt[]
fromDate String
toDate string
리턴 Adt[]

getStaysForWard() 공개 메소드

public getStaysForWard ( string wardId ) : InpatientStay[]
wardId string
리턴 InpatientStay[]

getWards() 공개 메소드

public getWards ( ) : HospitalLocation[]
리턴 HospitalLocation[]

lookupLocations() 공개 메소드

public lookupLocations ( string target, string direction ) : IndexedHashtable
target string
direction string
리턴 IndexedHashtable