C# Class gov.va.medora.mdo.dao.sql.npt.NptPatientDao

Inheritance: IPatientDao
Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode Description
NptPatientDao ( AbstractConnection cxn ) : System
addHomeData ( Patient patient ) : void
getAllProviders ( string pid ) : gov.va.medora.mdo.User[]
getConfidentiality ( ) : string>.KeyValuePair
getDemographics ( ) : DemographicSet
getInpatientProviders ( string pid ) : gov.va.medora.mdo.User[]
getLocalPid ( string mpiPID ) : string
getMOSReport ( Patient patient ) : TextReport
getOefOif ( ) : gov.va.medora.mdo.OEF_OIF[]
getPatient ( Patient p ) : gov.va.medora.mdo.Patient[]

Match a patient on Name, SSN and DOB

getPatient ( string ssn ) : gov.va.medora.mdo.Patient[]

Query NPT database for all patients with a given SSN

getPatientAssociates ( string pid ) : gov.va.medora.mdo.PatientAssociate[]
getPatientTypes ( ) : System.Collections.Specialized.StringDictionary
getPatientsByClinic ( string clinicId ) : gov.va.medora.mdo.Patient[]
getPatientsByClinic ( string clinicId, string fromDate, string toDate ) : gov.va.medora.mdo.Patient[]
getPatientsByProvider ( string providerId ) : gov.va.medora.mdo.Patient[]
getPatientsBySpecialty ( string specialtyId ) : gov.va.medora.mdo.Patient[]
getPatientsByTeam ( string teamId ) : gov.va.medora.mdo.Patient[]
getPatientsByWard ( string wardId ) : gov.va.medora.mdo.Patient[]
getPcpForPatient ( string dfn ) : string>.KeyValuePair
getRatedDisabilities ( ) : gov.va.medora.mdo.RatedDisability[]
getRatedDisabilities ( string pid ) : gov.va.medora.mdo.RatedDisability[]
getRemoteSiteIds ( string pid ) : System.Collections.Specialized.StringDictionary
getRemoteSites ( string pid ) : gov.va.medora.mdo.Site[]
getTreatingFacilityIds ( string pid ) : string>.Dictionary
isTestPatient ( ) : bool
issueConfidentialityBulletin ( ) : string
match ( string target ) : gov.va.medora.mdo.Patient[]

Match a patient by SSN

matchByNameCityState ( string name, string city, string stateAbbr ) : gov.va.medora.mdo.Patient[]
patientInquiry ( string pid ) : string
select ( ) : Patient
select ( string pid ) : Patient
selectBySSN ( string ssn ) : Patient

Private Methods

Méthode Description
getNextPatient ( System.Data.SqlClient.SqlDataReader reader ) : Patient
getPatientsFromDataReader ( System.Data.SqlClient.SqlDataReader reader ) : IList

Method Details

NptPatientDao() public méthode

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

addHomeData() public méthode

public addHomeData ( Patient patient ) : void
patient gov.va.medora.mdo.Patient
Résultat void

getAllProviders() public méthode

public getAllProviders ( string pid ) : gov.va.medora.mdo.User[]
pid string
Résultat gov.va.medora.mdo.User[]

getConfidentiality() public méthode

public getConfidentiality ( ) : string>.KeyValuePair
Résultat string>.KeyValuePair

getDemographics() public méthode

public getDemographics ( ) : DemographicSet
Résultat gov.va.medora.mdo.DemographicSet

getInpatientProviders() public méthode

public getInpatientProviders ( string pid ) : gov.va.medora.mdo.User[]
pid string
Résultat gov.va.medora.mdo.User[]

getLocalPid() public méthode

public getLocalPid ( string mpiPID ) : string
mpiPID string
Résultat string

getMOSReport() public méthode

public getMOSReport ( Patient patient ) : TextReport
patient gov.va.medora.mdo.Patient
Résultat gov.va.medora.mdo.TextReport

getOefOif() public méthode

public getOefOif ( ) : gov.va.medora.mdo.OEF_OIF[]
Résultat gov.va.medora.mdo.OEF_OIF[]

getPatient() public méthode

Match a patient on Name, SSN and DOB
public getPatient ( Patient p ) : gov.va.medora.mdo.Patient[]
p gov.va.medora.mdo.Patient The patient to match
Résultat gov.va.medora.mdo.Patient[]

getPatient() public méthode

Query NPT database for all patients with a given SSN
public getPatient ( string ssn ) : gov.va.medora.mdo.Patient[]
ssn string SSN (Social Security Number)
Résultat gov.va.medora.mdo.Patient[]

getPatientAssociates() public méthode

public getPatientAssociates ( string pid ) : gov.va.medora.mdo.PatientAssociate[]
pid string
Résultat gov.va.medora.mdo.PatientAssociate[]

getPatientTypes() public méthode

public getPatientTypes ( ) : System.Collections.Specialized.StringDictionary
Résultat System.Collections.Specialized.StringDictionary

getPatientsByClinic() public méthode

public getPatientsByClinic ( string clinicId ) : gov.va.medora.mdo.Patient[]
clinicId string
Résultat gov.va.medora.mdo.Patient[]

getPatientsByClinic() public méthode

public getPatientsByClinic ( string clinicId, string fromDate, string toDate ) : gov.va.medora.mdo.Patient[]
clinicId string
fromDate string
toDate string
Résultat gov.va.medora.mdo.Patient[]

getPatientsByProvider() public méthode

public getPatientsByProvider ( string providerId ) : gov.va.medora.mdo.Patient[]
providerId string
Résultat gov.va.medora.mdo.Patient[]

getPatientsBySpecialty() public méthode

public getPatientsBySpecialty ( string specialtyId ) : gov.va.medora.mdo.Patient[]
specialtyId string
Résultat gov.va.medora.mdo.Patient[]

getPatientsByTeam() public méthode

public getPatientsByTeam ( string teamId ) : gov.va.medora.mdo.Patient[]
teamId string
Résultat gov.va.medora.mdo.Patient[]

getPatientsByWard() public méthode

public getPatientsByWard ( string wardId ) : gov.va.medora.mdo.Patient[]
wardId string
Résultat gov.va.medora.mdo.Patient[]

getPcpForPatient() public méthode

public getPcpForPatient ( string dfn ) : string>.KeyValuePair
dfn string
Résultat string>.KeyValuePair

getRatedDisabilities() public méthode

public getRatedDisabilities ( ) : gov.va.medora.mdo.RatedDisability[]
Résultat gov.va.medora.mdo.RatedDisability[]

getRatedDisabilities() public méthode

public getRatedDisabilities ( string pid ) : gov.va.medora.mdo.RatedDisability[]
pid string
Résultat gov.va.medora.mdo.RatedDisability[]

getRemoteSiteIds() public méthode

public getRemoteSiteIds ( string pid ) : System.Collections.Specialized.StringDictionary
pid string
Résultat System.Collections.Specialized.StringDictionary

getRemoteSites() public méthode

public getRemoteSites ( string pid ) : gov.va.medora.mdo.Site[]
pid string
Résultat gov.va.medora.mdo.Site[]

getTreatingFacilityIds() public méthode

public getTreatingFacilityIds ( string pid ) : string>.Dictionary
pid string
Résultat string>.Dictionary

isTestPatient() public méthode

public isTestPatient ( ) : bool
Résultat bool

issueConfidentialityBulletin() public méthode

public issueConfidentialityBulletin ( ) : string
Résultat string

match() public méthode

Match a patient by SSN
public match ( string target ) : gov.va.medora.mdo.Patient[]
target string Social Security Number (SSN)
Résultat gov.va.medora.mdo.Patient[]

matchByNameCityState() public méthode

public matchByNameCityState ( string name, string city, string stateAbbr ) : gov.va.medora.mdo.Patient[]
name string
city string
stateAbbr string
Résultat gov.va.medora.mdo.Patient[]

patientInquiry() public méthode

public patientInquiry ( string pid ) : string
pid string
Résultat string

select() public méthode

public select ( ) : Patient
Résultat gov.va.medora.mdo.Patient

select() public méthode

public select ( string pid ) : Patient
pid string
Résultat gov.va.medora.mdo.Patient

selectBySSN() public méthode

public selectBySSN ( string ssn ) : Patient
ssn string
Résultat gov.va.medora.mdo.Patient