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

Afficher le fichier Open project: OSEHRA/mdo

Méthodes publiques

Méthode 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 méthode

public FhieEncounterDao ( AbstractConnection cxn ) : System
cxn AbstractConnection
Résultat System

getAppointmentText() public méthode

public getAppointmentText ( string apptId ) : string
apptId string
Résultat string

getAppointments() public méthode

public getAppointments ( ) : Appointment[]
Résultat Appointment[]

getDRGRecords() public méthode

public getDRGRecords ( ) : Drg[]
Résultat Drg[]

getFutureAppointments() public méthode

public getFutureAppointments ( ) : Appointment[]
Résultat Appointment[]

getInpatientMoves() public méthode

public getInpatientMoves ( ) : Adt[]
Résultat Adt[]

getInpatientMoves() public méthode

public getInpatientMoves ( String fromDate, string toDate ) : Adt[]
fromDate String
toDate string
Résultat Adt[]

getStaysForWard() public méthode

public getStaysForWard ( string wardId ) : InpatientStay[]
wardId string
Résultat InpatientStay[]

getWards() public méthode

public getWards ( ) : HospitalLocation[]
Résultat HospitalLocation[]

lookupLocations() public méthode

public lookupLocations ( string target, string direction ) : IndexedHashtable
target string
direction string
Résultat IndexedHashtable