C# 클래스 gov.va.medora.mdo.dao.sql.npt.NptPatientDao

상속: IPatientDao
파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
getNextPatient ( System.Data.SqlClient.SqlDataReader reader ) : Patient
getPatientsFromDataReader ( System.Data.SqlClient.SqlDataReader reader ) : IList

메소드 상세

NptPatientDao() 공개 메소드

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

addHomeData() 공개 메소드

public addHomeData ( Patient patient ) : void
patient gov.va.medora.mdo.Patient
리턴 void

getAllProviders() 공개 메소드

public getAllProviders ( string pid ) : gov.va.medora.mdo.User[]
pid string
리턴 gov.va.medora.mdo.User[]

getConfidentiality() 공개 메소드

public getConfidentiality ( ) : string>.KeyValuePair
리턴 string>.KeyValuePair

getDemographics() 공개 메소드

public getDemographics ( ) : DemographicSet
리턴 gov.va.medora.mdo.DemographicSet

getInpatientProviders() 공개 메소드

public getInpatientProviders ( string pid ) : gov.va.medora.mdo.User[]
pid string
리턴 gov.va.medora.mdo.User[]

getLocalPid() 공개 메소드

public getLocalPid ( string mpiPID ) : string
mpiPID string
리턴 string

getMOSReport() 공개 메소드

public getMOSReport ( Patient patient ) : TextReport
patient gov.va.medora.mdo.Patient
리턴 gov.va.medora.mdo.TextReport

getOefOif() 공개 메소드

public getOefOif ( ) : gov.va.medora.mdo.OEF_OIF[]
리턴 gov.va.medora.mdo.OEF_OIF[]

getPatient() 공개 메소드

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
리턴 gov.va.medora.mdo.Patient[]

getPatient() 공개 메소드

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)
리턴 gov.va.medora.mdo.Patient[]

getPatientAssociates() 공개 메소드

public getPatientAssociates ( string pid ) : gov.va.medora.mdo.PatientAssociate[]
pid string
리턴 gov.va.medora.mdo.PatientAssociate[]

getPatientTypes() 공개 메소드

public getPatientTypes ( ) : System.Collections.Specialized.StringDictionary
리턴 System.Collections.Specialized.StringDictionary

getPatientsByClinic() 공개 메소드

public getPatientsByClinic ( string clinicId ) : gov.va.medora.mdo.Patient[]
clinicId string
리턴 gov.va.medora.mdo.Patient[]

getPatientsByClinic() 공개 메소드

public getPatientsByClinic ( string clinicId, string fromDate, string toDate ) : gov.va.medora.mdo.Patient[]
clinicId string
fromDate string
toDate string
리턴 gov.va.medora.mdo.Patient[]

getPatientsByProvider() 공개 메소드

public getPatientsByProvider ( string providerId ) : gov.va.medora.mdo.Patient[]
providerId string
리턴 gov.va.medora.mdo.Patient[]

getPatientsBySpecialty() 공개 메소드

public getPatientsBySpecialty ( string specialtyId ) : gov.va.medora.mdo.Patient[]
specialtyId string
리턴 gov.va.medora.mdo.Patient[]

getPatientsByTeam() 공개 메소드

public getPatientsByTeam ( string teamId ) : gov.va.medora.mdo.Patient[]
teamId string
리턴 gov.va.medora.mdo.Patient[]

getPatientsByWard() 공개 메소드

public getPatientsByWard ( string wardId ) : gov.va.medora.mdo.Patient[]
wardId string
리턴 gov.va.medora.mdo.Patient[]

getPcpForPatient() 공개 메소드

public getPcpForPatient ( string dfn ) : string>.KeyValuePair
dfn string
리턴 string>.KeyValuePair

getRatedDisabilities() 공개 메소드

public getRatedDisabilities ( ) : gov.va.medora.mdo.RatedDisability[]
리턴 gov.va.medora.mdo.RatedDisability[]

getRatedDisabilities() 공개 메소드

public getRatedDisabilities ( string pid ) : gov.va.medora.mdo.RatedDisability[]
pid string
리턴 gov.va.medora.mdo.RatedDisability[]

getRemoteSiteIds() 공개 메소드

public getRemoteSiteIds ( string pid ) : System.Collections.Specialized.StringDictionary
pid string
리턴 System.Collections.Specialized.StringDictionary

getRemoteSites() 공개 메소드

public getRemoteSites ( string pid ) : gov.va.medora.mdo.Site[]
pid string
리턴 gov.va.medora.mdo.Site[]

getTreatingFacilityIds() 공개 메소드

public getTreatingFacilityIds ( string pid ) : string>.Dictionary
pid string
리턴 string>.Dictionary

isTestPatient() 공개 메소드

public isTestPatient ( ) : bool
리턴 bool

issueConfidentialityBulletin() 공개 메소드

public issueConfidentialityBulletin ( ) : string
리턴 string

match() 공개 메소드

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

matchByNameCityState() 공개 메소드

public matchByNameCityState ( string name, string city, string stateAbbr ) : gov.va.medora.mdo.Patient[]
name string
city string
stateAbbr string
리턴 gov.va.medora.mdo.Patient[]

patientInquiry() 공개 메소드

public patientInquiry ( string pid ) : string
pid string
리턴 string

select() 공개 메소드

public select ( ) : Patient
리턴 gov.va.medora.mdo.Patient

select() 공개 메소드

public select ( string pid ) : Patient
pid string
리턴 gov.va.medora.mdo.Patient

selectBySSN() 공개 메소드

public selectBySSN ( string ssn ) : Patient
ssn string
리턴 gov.va.medora.mdo.Patient