Метод | Описание | |
---|---|---|
VistaPatientDao ( AbstractConnection cxn ) : System | ||
addHomeData ( Patient patient ) : void | ||
getActiveInsurance ( ) : string | ||
getActiveInsurance ( string dfn ) : string | ||
getCmor ( ) : string | ||
getCmor ( string dfn ) : string | ||
getConfidentiality ( ) : string>.KeyValuePair |
||
getConfidentiality ( string dfn ) : string>.KeyValuePair |
||
getCountyName ( string stateIen, string countyIen ) : string | ||
getDeceasedDate ( ) : string | ||
getDeceasedDate ( string dfn ) : string | ||
getDemographics ( ) : DemographicSet | ||
getDemographics ( string dfn ) : DemographicSet | ||
getInpatientLocation ( ) : HospitalLocation | ||
getInpatientLocation ( string dfn ) : HospitalLocation | ||
getLastRecordNumber ( ) : string | ||
getLocalPid ( string icn ) : string | ||
getMOSReport ( Patient patient ) : TextReport | ||
getOefOif ( ) : OEF_OIF[] | ||
getOefOif ( string dfn ) : OEF_OIF[] | ||
getPatientAssociates ( ) : PatientAssociate[] | ||
getPatientAssociates ( string dfn ) : PatientAssociate[] | ||
getPatientFlagNoteTitle ( string flagDefinitionId ) : string | ||
getPatientFlagNoteTitle ( string dfn, string flagDefinitionId ) : string | ||
getPatientFlagText ( string flagId ) : string | ||
getPatientFlagText ( string dfn, string flagId ) : string | ||
getPatientFlags ( ) : |
||
getPatientFlags ( string dfn ) : |
||
getPatientType ( string dfn ) : string | ||
getPatientTypeValue ( string ien ) : string | ||
getPatientTypes ( ) : |
||
getPatientsByClinic ( string clinicIen ) : Patient[] | ||
getPatientsByClinic ( string clinicIen, string fromDate, string toDate ) : Patient[] | ||
getPatientsByProvider ( string duz ) : Patient[] | ||
getPatientsBySpecialty ( string specialtyIen ) : Patient[] | ||
getPatientsByTeam ( string teamIen ) : Patient[] | ||
getPatientsByWard ( string wardIen ) : Patient[] | ||
getPcpForPatient ( string dfn ) : string>.KeyValuePair |
||
getPersonalPhones ( string dfn ) : string[] | ||
getRatedDisabilities ( ) : RatedDisability[] | ||
getRatedDisabilities ( string dfn ) : RatedDisability[] | ||
getRemoteSiteIds ( ) : |
||
getRemoteSiteIds ( string dfn ) : |
||
getRemoteSites ( ) : Site[] | ||
getRemoteSites ( string dfn ) : Site[] | ||
getSiteIDs ( string dfn ) : SiteId[] | ||
getStateIEN ( string stateAbbr ) : string | ||
getStateName ( string ien ) : string | ||
getTeam ( string dfn ) : Team | Some bad data was found being returned in Boston for patient 105899 - "1^" is returned from the "$G(^DPT(" + 105899 + ",\"TYPE\"))" call above causing the subsequent getPatientTypeValue call to throw an exception. The call below seems to succeed for this patient and others. The only downside is for pre-BSE MDWS where we must switch context before executing this DDR call | |
getTreatingFacilityIds ( string pid ) : string>.Dictionary |
||
hasPatient ( string dfn ) : bool | ||
isTestPatient ( ) : bool |
Is the Patient record a test patient (not a real patient), just a patient use to test Vista and related systems. In Vista the values for this field are: "0" or " " - False "1" - True These methods "isTestPatient()..." are called from the PatientApi class, but I believe at this time the PatientApi caller method does not call these methods. I created a test case to cover these methods in order to have full coverage, and in case these methods ever do get used. |
|
isTestPatient ( string dfn ) : bool | ||
issueConfidentialityBulletin ( ) : string | ||
issueConfidentialityBulletin ( string dfn ) : string | ||
match ( string target ) : Patient[] | ||
matchByNameCityState ( string name, string city, string stateAbbr ) : Patient[] | ||
matchByNameCityStateIEN ( string name, string city, string stateIEN ) : Patient[] | ||
matchByNameDOBGender ( string name, string dob, string gender ) : string[] | ||
needsMeansTest ( string dfn ) : bool | ||
patientInquiry ( string pid ) : string | ||
select ( ) : Patient | ||
select ( string dfn ) : Patient | ||
selectByExactName ( string name ) : Patient | ||
selectByRpc ( string dfn ) : Patient | ||
selectBySSN ( string ssn ) : Patient |
Метод | Описание | |
---|---|---|
addNode0 ( Patient patient ) : void | ||
addNodeMPI ( Patient patient ) : void | ||
addNodeVET ( Patient patient ) : void | ||
addRoomBed ( Patient patient ) : void | ||
buildGetActiveInsuranceRequest ( string dfn ) : MdoQuery | ||
buildGetConfidentialityRequest ( string dfn ) : MdoQuery | ||
buildGetDeceasedDateRequest ( string dfn ) : MdoQuery | ||
buildGetDemographicsQuery ( string dfn ) : |
||
buildGetInpatientLocationRequest ( string dfn ) : MdoQuery | ||
buildGetOefOifQuery ( string dfn ) : |
||
buildGetPatientFlagNoteTitleRequest ( string dfn, string flagDefinitionId ) : MdoQuery | ||
buildGetPatientFlagTextRequest ( string dfn, string flagId ) : MdoQuery | ||
buildGetPatientFlagsRequest ( string dfn ) : MdoQuery | ||
buildGetPatientsByClinicRequest ( string clinicIen, string fromDate, string toDate ) : MdoQuery | ||
buildGetRatedDisabilitiesQuery ( string dfn ) : |
||
buildGetRemoteSitesRequest ( string dfn ) : MdoQuery | ||
buildGetTreatingFacilityIdsRequest ( string dfn ) : MdoQuery | ||
buildIssueConfidentialityBulletinRequest ( string dfn ) : MdoQuery | ||
buildMatchRequest ( string target ) : MdoQuery | ||
buildNeedsMeansTestRequest ( string dfn ) : MdoQuery | ||
buildPatientInquiry ( string dfn ) : MdoQuery | ||
buildSelectByRpcRequest ( string dfn ) : MdoQuery | ||
extractCmor ( string response ) : string | ||
getEthnicityValue ( string ien ) : string | ||
getMaritalStatusValue ( string ien ) : string | ||
getWad ( string dfn ) : string | ||
parseAssociateRecord ( string record ) : PatientAssociate | ||
parseGuardianRecord ( string record ) : PatientAssociate | ||
selectPlus ( string dfn ) : Patient | ||
toConfidentialityResponse ( string response ) : string>.KeyValuePair |
||
toDeceasedDate ( string response ) : string | ||
toDemographicSet ( string response ) : DemographicSet | ||
toInpatientLocation ( string response ) : HospitalLocation | ||
toMatch ( string line ) : Patient | ||
toMatches ( string response ) : Patient[] | ||
toOefOif ( string response ) : OEF_OIF[] | ||
toPatientFlags ( string response ) : |
||
toPatientSelectedByRpc ( string response, string dfn ) : Patient | ||
toPatientsFromClinic ( string response ) : Patient[] | ||
toPatientsFromNameCityState ( string response, string stateIEN ) : Patient[] | ||
toPatientsFromWard ( string response ) : Patient[] | ||
toRatedDisabilities ( string response ) : RatedDisability[] | ||
toRemoteSites ( string response ) : Site[] | ||
toSiteIds ( string response ) : |
||
toTreatingFacilityIds ( string response, string expectedDfn ) : string>.Dictionary |
public VistaPatientDao ( AbstractConnection cxn ) : System | ||
cxn | AbstractConnection | |
Результат | System |
public addHomeData ( Patient patient ) : void | ||
patient | Patient | |
Результат | void |
public getActiveInsurance ( string dfn ) : string | ||
dfn | string | |
Результат | string |
public getConfidentiality ( ) : string>.KeyValuePair |
||
Результат | string>.KeyValuePair |
public getConfidentiality ( string dfn ) : string>.KeyValuePair |
||
dfn | string | |
Результат | string>.KeyValuePair |
public getCountyName ( string stateIen, string countyIen ) : string | ||
stateIen | string | |
countyIen | string | |
Результат | string |
public getDeceasedDate ( string dfn ) : string | ||
dfn | string | |
Результат | string |
public getDemographics ( ) : DemographicSet | ||
Результат | DemographicSet |
public getDemographics ( string dfn ) : DemographicSet | ||
dfn | string | |
Результат | DemographicSet |
public getInpatientLocation ( ) : HospitalLocation | ||
Результат | HospitalLocation |
public getInpatientLocation ( string dfn ) : HospitalLocation | ||
dfn | string | |
Результат | HospitalLocation |
public getLocalPid ( string icn ) : string | ||
icn | string | |
Результат | string |
public getMOSReport ( Patient patient ) : TextReport | ||
patient | Patient | |
Результат | TextReport |
public getOefOif ( string dfn ) : OEF_OIF[] | ||
dfn | string | |
Результат | OEF_OIF[] |
public getPatientAssociates ( ) : PatientAssociate[] | ||
Результат | PatientAssociate[] |
public getPatientAssociates ( string dfn ) : PatientAssociate[] | ||
dfn | string | |
Результат | PatientAssociate[] |
public getPatientFlagNoteTitle ( string flagDefinitionId ) : string | ||
flagDefinitionId | string | |
Результат | string |
public getPatientFlagNoteTitle ( string dfn, string flagDefinitionId ) : string | ||
dfn | string | |
flagDefinitionId | string | |
Результат | string |
public getPatientFlagText ( string flagId ) : string | ||
flagId | string | |
Результат | string |
public getPatientFlagText ( string dfn, string flagId ) : string | ||
dfn | string | |
flagId | string | |
Результат | string |
public getPatientFlags ( ) : |
||
Результат |
public getPatientFlags ( string dfn ) : |
||
dfn | string | |
Результат |
public getPatientType ( string dfn ) : string | ||
dfn | string | |
Результат | string |
public getPatientTypeValue ( string ien ) : string | ||
ien | string | |
Результат | string |
public getPatientTypes ( ) : |
||
Результат |
public getPatientsByClinic ( string clinicIen ) : Patient[] | ||
clinicIen | string | |
Результат | Patient[] |
public getPatientsByClinic ( string clinicIen, string fromDate, string toDate ) : Patient[] | ||
clinicIen | string | |
fromDate | string | |
toDate | string | |
Результат | Patient[] |
public getPatientsByProvider ( string duz ) : Patient[] | ||
duz | string | |
Результат | Patient[] |
public getPatientsBySpecialty ( string specialtyIen ) : Patient[] | ||
specialtyIen | string | |
Результат | Patient[] |
public getPatientsByTeam ( string teamIen ) : Patient[] | ||
teamIen | string | |
Результат | Patient[] |
public getPatientsByWard ( string wardIen ) : Patient[] | ||
wardIen | string | |
Результат | Patient[] |
public getPcpForPatient ( string dfn ) : string>.KeyValuePair |
||
dfn | string | |
Результат | string>.KeyValuePair |
public getPersonalPhones ( string dfn ) : string[] | ||
dfn | string | |
Результат | string[] |
public getRatedDisabilities ( ) : RatedDisability[] | ||
Результат | RatedDisability[] |
public getRatedDisabilities ( string dfn ) : RatedDisability[] | ||
dfn | string | |
Результат | RatedDisability[] |
public getRemoteSiteIds ( ) : |
||
Результат |
public getRemoteSiteIds ( string dfn ) : |
||
dfn | string | |
Результат |
public getRemoteSites ( string dfn ) : Site[] | ||
dfn | string | |
Результат | Site[] |
public getSiteIDs ( string dfn ) : SiteId[] | ||
dfn | string | |
Результат | SiteId[] |
public getStateIEN ( string stateAbbr ) : string | ||
stateAbbr | string | |
Результат | string |
public getStateName ( string ien ) : string | ||
ien | string | |
Результат | string |
public getTreatingFacilityIds ( string pid ) : string>.Dictionary |
||
pid | string | |
Результат | string>.Dictionary |
public isTestPatient ( string dfn ) : bool | ||
dfn | string | |
Результат | bool |
public issueConfidentialityBulletin ( ) : string | ||
Результат | string |
public issueConfidentialityBulletin ( string dfn ) : string | ||
dfn | string | |
Результат | string |
public match ( string target ) : Patient[] | ||
target | string | |
Результат | Patient[] |
public matchByNameCityState ( string name, string city, string stateAbbr ) : Patient[] | ||
name | string | |
city | string | |
stateAbbr | string | |
Результат | Patient[] |
public matchByNameCityStateIEN ( string name, string city, string stateIEN ) : Patient[] | ||
name | string | |
city | string | |
stateIEN | string | |
Результат | Patient[] |
public matchByNameDOBGender ( string name, string dob, string gender ) : string[] | ||
name | string | |
dob | string | |
gender | string | |
Результат | string[] |
public needsMeansTest ( string dfn ) : bool | ||
dfn | string | |
Результат | bool |
public patientInquiry ( string pid ) : string | ||
pid | string | |
Результат | string |
public selectByExactName ( string name ) : Patient | ||
name | string | |
Результат | Patient |
public selectByRpc ( string dfn ) : Patient | ||
dfn | string | |
Результат | Patient |
public selectBySSN ( string ssn ) : Patient | ||
ssn | string | |
Результат | Patient |