C# Class gov.va.medora.mdo.api.ClinicalApi

ファイルを表示 Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
ClinicalApi ( ) : System
getAdHocHealthSummaryByDisplayName ( ConnectionSet cxns, string displayName ) : IndexedHashtable
getAdHocHealthSummaryByDisplayName ( gov.va.medora.mdo.dao.AbstractConnection cxn, string displayName ) : string
getAllergies ( ConnectionSet cxns ) : IndexedHashtable
getFluRelatedProblemList ( ConnectionSet cxns ) : IndexedHashtable
getHealthSummary ( gov.va.medora.mdo.dao.AbstractConnection cxn, MdoDocument hs ) : HealthSummary
getHealthSummary ( ConnectionSet cxns, MdoDocument hs ) : IndexedHashtable
getHealthSummaryList ( ConnectionSet cxns ) : IndexedHashtable
getHealthSummaryList ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : MdoDocument[]
getHealthSummaryText ( gov.va.medora.mdo.dao.AbstractConnection cxn, string mpiPid, MdoDocument hs, String sourceSiteId ) : string
getHealthSummaryTitle ( ConnectionSet cxns, string summaryId ) : IndexedHashtable
getHealthSummaryTitle ( gov.va.medora.mdo.dao.AbstractConnection cxn, string summaryId ) : string
getNhinData ( ConnectionSet cxns, string types = null, string validTypes = null ) : IndexedHashtable
getNhinData ( gov.va.medora.mdo.dao.AbstractConnection cxn, string types = null ) : string
getNhinData ( gov.va.medora.mdo.dao.AbstractConnection cxn, string dfn, string types = null ) : string
getPatientRecord ( ConnectionSet cxns, string validTypes ) : IndexedHashtable
getProblemList ( ConnectionSet cxns, string type ) : IndexedHashtable
getRadiologyReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
getSurgeryReportText ( AbstractConnection cxn, string rptId ) : string
getSurgeryReports ( ConnectionSet cxns ) : IndexedHashtable
getSurgeryReports ( ConnectionSet cxns, bool fWithText ) : IndexedHashtable

Private Methods

Method Description
loadFluCodes ( ) : List

Method Details

ClinicalApi() public method

public ClinicalApi ( ) : System
return System

getAdHocHealthSummaryByDisplayName() public static method

public static getAdHocHealthSummaryByDisplayName ( ConnectionSet cxns, string displayName ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
displayName string
return IndexedHashtable

getAdHocHealthSummaryByDisplayName() public static method

public static getAdHocHealthSummaryByDisplayName ( gov.va.medora.mdo.dao.AbstractConnection cxn, string displayName ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
displayName string
return string

getAllergies() public static method

public static getAllergies ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

getFluRelatedProblemList() public static method

public static getFluRelatedProblemList ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

getHealthSummary() public static method

public static getHealthSummary ( gov.va.medora.mdo.dao.AbstractConnection cxn, MdoDocument hs ) : HealthSummary
cxn gov.va.medora.mdo.dao.AbstractConnection
hs MdoDocument
return HealthSummary

getHealthSummary() public static method

public static getHealthSummary ( ConnectionSet cxns, MdoDocument hs ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
hs MdoDocument
return IndexedHashtable

getHealthSummaryList() public method

public getHealthSummaryList ( ConnectionSet cxns ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
return IndexedHashtable

getHealthSummaryList() public method

public getHealthSummaryList ( gov.va.medora.mdo.dao.AbstractConnection cxn ) : MdoDocument[]
cxn gov.va.medora.mdo.dao.AbstractConnection
return MdoDocument[]

getHealthSummaryText() public method

public getHealthSummaryText ( gov.va.medora.mdo.dao.AbstractConnection cxn, string mpiPid, MdoDocument hs, String sourceSiteId ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
mpiPid string
hs MdoDocument
sourceSiteId String
return string

getHealthSummaryTitle() public method

public getHealthSummaryTitle ( ConnectionSet cxns, string summaryId ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
summaryId string
return IndexedHashtable

getHealthSummaryTitle() public method

public getHealthSummaryTitle ( gov.va.medora.mdo.dao.AbstractConnection cxn, string summaryId ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
summaryId string
return string

getNhinData() public static method

public static getNhinData ( ConnectionSet cxns, string types = null, string validTypes = null ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
types string
validTypes string
return IndexedHashtable

getNhinData() public static method

public static getNhinData ( gov.va.medora.mdo.dao.AbstractConnection cxn, string types = null ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
types string
return string

getNhinData() public static method

public static getNhinData ( gov.va.medora.mdo.dao.AbstractConnection cxn, string dfn, string types = null ) : string
cxn gov.va.medora.mdo.dao.AbstractConnection
dfn string
types string
return string

getPatientRecord() public static method

public static getPatientRecord ( ConnectionSet cxns, string validTypes ) : IndexedHashtable
cxns gov.va.medora.mdo.dao.ConnectionSet
validTypes string
return IndexedHashtable

getProblemList() public static method

public static getProblemList ( ConnectionSet cxns, string type ) : IndexedHashtable
cxns ConnectionSet
type string
return IndexedHashtable

getRadiologyReports() public static method

public static getRadiologyReports ( ConnectionSet cxns, string fromDate, string toDate, int nrpts ) : IndexedHashtable
cxns ConnectionSet
fromDate string
toDate string
nrpts int
return IndexedHashtable

getSurgeryReportText() public method

public getSurgeryReportText ( AbstractConnection cxn, string rptId ) : string
cxn AbstractConnection
rptId string
return string

getSurgeryReports() public static method

public static getSurgeryReports ( ConnectionSet cxns ) : IndexedHashtable
cxns ConnectionSet
return IndexedHashtable

getSurgeryReports() public static method

public static getSurgeryReports ( ConnectionSet cxns, bool fWithText ) : IndexedHashtable
cxns ConnectionSet
fWithText bool
return IndexedHashtable