Method | Description | |
---|---|---|
CdwPatientDao ( AbstractConnection cxn ) : System | ||
addHomeData ( Patient patient ) : void | ||
getConfidentiality ( ) : string>.KeyValuePair |
||
getDemographics ( ) : DemographicSet | ||
getLocalPid ( string mpiPID ) : string | ||
getMOSReport ( Patient patient ) : TextReport | ||
getOefOif ( ) : OEF_OIF[] | ||
getPatientAssociates ( string pid ) : PatientAssociate[] | ||
getPatientTypes ( ) : System.Collections.Specialized.StringDictionary | ||
getPatientsByClinic ( string clinicId ) : Patient[] | ||
getPatientsByClinic ( string clinicId, string fromDate, string toDate ) : Patient[] | ||
getPatientsByProvider ( string providerId ) : Patient[] | ||
getPatientsBySpecialty ( string specialtyId ) : Patient[] | ||
getPatientsByTeam ( string teamId ) : Patient[] | ||
getPatientsByWard ( string wardId ) : Patient[] | ||
getPcpForPatient ( string dfn ) : string>.KeyValuePair |
||
getRatedDisabilities ( ) : RatedDisability[] | ||
getRatedDisabilities ( string pid ) : RatedDisability[] | ||
getRemoteSiteIds ( string pid ) : System.Collections.Specialized.StringDictionary | ||
getRemoteSites ( string pid ) : Site[] | ||
getTreatingFacilityIds ( string pid ) : string>.Dictionary |
||
isTestPatient ( ) : bool | ||
issueConfidentialityBulletin ( ) : string | ||
match ( string target ) : Patient[] | ||
matchByNameCityState ( string name, string city, string stateAbbr ) : Patient[] | ||
patientInquiry ( string pid ) : string | ||
select ( ) : Patient | ||
select ( string pid ) : Patient | ||
selectBySSN ( string ssn ) : Patient |
public CdwPatientDao ( AbstractConnection cxn ) : System | ||
cxn | AbstractConnection | |
return | System |
public addHomeData ( Patient patient ) : void | ||
patient | Patient | |
return | void |
public getConfidentiality ( ) : string>.KeyValuePair |
||
return | string>.KeyValuePair |
public getLocalPid ( string mpiPID ) : string | ||
mpiPID | string | |
return | string |
public getMOSReport ( Patient patient ) : TextReport | ||
patient | Patient | |
return | TextReport |
public getPatientAssociates ( string pid ) : PatientAssociate[] | ||
pid | string | |
return | PatientAssociate[] |
public getPatientTypes ( ) : System.Collections.Specialized.StringDictionary | ||
return | System.Collections.Specialized.StringDictionary |
public getPatientsByClinic ( string clinicId ) : Patient[] | ||
clinicId | string | |
return | Patient[] |
public getPatientsByClinic ( string clinicId, string fromDate, string toDate ) : Patient[] | ||
clinicId | string | |
fromDate | string | |
toDate | string | |
return | Patient[] |
public getPatientsByProvider ( string providerId ) : Patient[] | ||
providerId | string | |
return | Patient[] |
public getPatientsBySpecialty ( string specialtyId ) : Patient[] | ||
specialtyId | string | |
return | Patient[] |
public getPatientsByTeam ( string teamId ) : Patient[] | ||
teamId | string | |
return | Patient[] |
public getPatientsByWard ( string wardId ) : Patient[] | ||
wardId | string | |
return | Patient[] |
public getPcpForPatient ( string dfn ) : string>.KeyValuePair |
||
dfn | string | |
return | string>.KeyValuePair |
public getRatedDisabilities ( ) : RatedDisability[] | ||
return | RatedDisability[] |
public getRatedDisabilities ( string pid ) : RatedDisability[] | ||
pid | string | |
return | RatedDisability[] |
public getRemoteSiteIds ( string pid ) : System.Collections.Specialized.StringDictionary | ||
pid | string | |
return | System.Collections.Specialized.StringDictionary |
public getRemoteSites ( string pid ) : Site[] | ||
pid | string | |
return | Site[] |
public getTreatingFacilityIds ( string pid ) : string>.Dictionary |
||
pid | string | |
return | string>.Dictionary |
public issueConfidentialityBulletin ( ) : string | ||
return | string |
public matchByNameCityState ( string name, string city, string stateAbbr ) : Patient[] | ||
name | string | |
city | string | |
stateAbbr | string | |
return | Patient[] |
public patientInquiry ( string pid ) : string | ||
pid | string | |
return | string |