Method | Description | |
---|---|---|
PatientLib ( |
||
findPatient ( string ssn ) : |
||
getConfidentiality ( ) : |
||
getCorrespondingIds ( string sitecode, string patientId, string idType ) : |
||
getDemographics ( ) : |
||
getLocalPid ( string mpiPid ) : |
||
getLocalPid ( string sitecode, string mpiPid ) : |
||
getMOSReport ( string appPwd, string EDIPI ) : |
||
getOefOif ( ) : |
||
getPatientAssociates ( string dfn ) : |
||
getPatientAssociates ( string sitecode, string dfn ) : |
||
getPatientAssociatesMS ( ) : |
||
getPatientSitesByMpiPid ( string mpiPid ) : |
Given a national identifier find the patient's sites
|
|
getPatientsByClinic ( string clinicId ) : |
||
getPatientsByClinic ( string sitecode, string clinicId ) : |
||
getPatientsByProvider ( string duz ) : |
||
getPatientsByProvider ( string sitecode, string duz ) : |
||
getPatientsBySpecialty ( string specialtyId ) : |
||
getPatientsBySpecialty ( string sitecode, string specialtyId ) : |
||
getPatientsByTeam ( string teamId ) : |
||
getPatientsByTeam ( string sitecode, string teamId ) : |
||
getPatientsByWard ( string wardId ) : |
||
getPatientsByWard ( string sitecode, string wardId ) : |
||
getPcpForPatient ( string pid ) : |
||
issueConfidentialityBulletin ( ) : |
||
match ( string sitecode, string target ) : |
||
match ( string target ) : |
||
matchByNameCityState ( string name, string city, string stateAbbr ) : |
||
matchByNameCityState ( string sitecode, string name, string city, string stateAbbr ) : |
||
matchByNameCityStateMS ( string name, string city, string stateAbbr ) : |
||
mpiLookup ( string SSN, string lastName, string firstName, string middleName, string nameSuffix, string DOB, string gender ) : |
Lookup a patient in the Medora Patient Index. This can be a stateless call (i.e. not currently required to login)
|
|
mpiMatchSSN ( string ssn ) : |
||
nptLookup ( string SSN, string lastName, string firstName, string middleName, string nameSuffix, string DOB, string gender ) : |
||
patientInquiry ( ) : |
Make a patient inquiry call (address, contact numbers, NOK, etc. information)
|
|
select ( string localPid ) : |
||
select ( string sitecode, string localPid ) : |
Method | Description | |
---|---|---|
addHomeData ( |
||
getHomeData ( |
||
getPatientAssociates ( gov.va.medora.mdo.dao.AbstractConnection cxn, string dfn ) : |
||
match ( gov.va.medora.mdo.dao.AbstractConnection cxn, string target ) : |
||
matchByNameCityState ( gov.va.medora.mdo.dao.AbstractConnection cxn, string name, string city, string stateAbbr ) : |
||
processContacts ( |
public PatientLib ( |
||
mySession | ||
return | System |
public findPatient ( string ssn ) : |
||
ssn | string | |
return |
public getConfidentiality ( ) : |
||
return |
public getCorrespondingIds ( string sitecode, string patientId, string idType ) : |
||
sitecode | string | |
patientId | string | |
idType | string | |
return |
public getDemographics ( ) : |
||
return |
public getLocalPid ( string mpiPid ) : |
||
mpiPid | string | |
return |
public getLocalPid ( string sitecode, string mpiPid ) : |
||
sitecode | string | |
mpiPid | string | |
return |
public getMOSReport ( string appPwd, string EDIPI ) : |
||
appPwd | string | |
EDIPI | string | |
return |
public getOefOif ( ) : |
||
return |
public getPatientAssociates ( string dfn ) : |
||
dfn | string | |
return |
public getPatientAssociates ( string sitecode, string dfn ) : |
||
sitecode | string | |
dfn | string | |
return |
public getPatientAssociatesMS ( ) : |
||
return |
public getPatientSitesByMpiPid ( string mpiPid ) : |
||
mpiPid | string | |
return |
public getPatientsByClinic ( string clinicId ) : |
||
clinicId | string | |
return |
public getPatientsByClinic ( string sitecode, string clinicId ) : |
||
sitecode | string | |
clinicId | string | |
return |
public getPatientsByProvider ( string duz ) : |
||
duz | string | |
return |
public getPatientsByProvider ( string sitecode, string duz ) : |
||
sitecode | string | |
duz | string | |
return |
public getPatientsBySpecialty ( string specialtyId ) : |
||
specialtyId | string | |
return |
public getPatientsBySpecialty ( string sitecode, string specialtyId ) : |
||
sitecode | string | |
specialtyId | string | |
return |
public getPatientsByTeam ( string teamId ) : |
||
teamId | string | |
return |
public getPatientsByTeam ( string sitecode, string teamId ) : |
||
sitecode | string | |
teamId | string | |
return |
public getPatientsByWard ( string wardId ) : |
||
wardId | string | |
return |
public getPatientsByWard ( string sitecode, string wardId ) : |
||
sitecode | string | |
wardId | string | |
return |
public getPcpForPatient ( string pid ) : |
||
pid | string | |
return |
public issueConfidentialityBulletin ( ) : |
||
return |
public match ( string sitecode, string target ) : |
||
sitecode | string | |
target | string | |
return |
public match ( string target ) : |
||
target | string | |
return |
public matchByNameCityState ( string name, string city, string stateAbbr ) : |
||
name | string | |
city | string | |
stateAbbr | string | |
return |
public matchByNameCityState ( string sitecode, string name, string city, string stateAbbr ) : |
||
sitecode | string | |
name | string | |
city | string | |
stateAbbr | string | |
return |
public matchByNameCityStateMS ( string name, string city, string stateAbbr ) : |
||
name | string | |
city | string | |
stateAbbr | string | |
return |
public mpiLookup ( string SSN, string lastName, string firstName, string middleName, string nameSuffix, string DOB, string gender ) : |
||
SSN | string | Patient SSN (required) |
lastName | string | Patient Last Name (optional) |
firstName | string | Patient First Name (optional) |
middleName | string | Patient Middle Name (optional) |
nameSuffix | string | Patient Name Suffix (optional) |
DOB | string | Patient Date Of Birth (optional) |
gender | string | Patient Gender (not currently used for matching) |
return |
public mpiMatchSSN ( string ssn ) : |
||
ssn | string | |
return |
public nptLookup ( string SSN, string lastName, string firstName, string middleName, string nameSuffix, string DOB, string gender ) : |
||
SSN | string | |
lastName | string | |
firstName | string | |
middleName | string | |
nameSuffix | string | |
DOB | string | |
gender | string | |
return |
public patientInquiry ( ) : |
||
return |
public select ( string localPid ) : |
||
localPid | string | |
return |
public select ( string sitecode, string localPid ) : |
||
sitecode | string | |
localPid | string | |
return |