C# Class gov.va.medora.mdo.dao.vista.fhie.FhieEncounterDao

Datei anzeigen Open project: OSEHRA/mdo

Public Methods

Method Description
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

Method Details

FhieEncounterDao() public method

public FhieEncounterDao ( AbstractConnection cxn ) : System
cxn AbstractConnection
return System

getAppointmentText() public method

public getAppointmentText ( string apptId ) : string
apptId string
return string

getAppointments() public method

public getAppointments ( ) : Appointment[]
return Appointment[]

getDRGRecords() public method

public getDRGRecords ( ) : Drg[]
return Drg[]

getFutureAppointments() public method

public getFutureAppointments ( ) : Appointment[]
return Appointment[]

getInpatientMoves() public method

public getInpatientMoves ( ) : Adt[]
return Adt[]

getInpatientMoves() public method

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

getStaysForWard() public method

public getStaysForWard ( string wardId ) : InpatientStay[]
wardId string
return InpatientStay[]

getWards() public method

public getWards ( ) : HospitalLocation[]
return HospitalLocation[]

lookupLocations() public method

public lookupLocations ( string target, string direction ) : IndexedHashtable
target string
direction string
return IndexedHashtable