C# 클래스 gov.va.medora.mdo.api.ClinicalApi

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

공개 메소드들

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

비공개 메소드들

메소드 설명
loadFluCodes ( ) : List

메소드 상세

ClinicalApi() 공개 메소드

public ClinicalApi ( ) : System
리턴 System

getAdHocHealthSummaryByDisplayName() 공개 정적인 메소드

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

getAdHocHealthSummaryByDisplayName() 공개 정적인 메소드

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

getAllergies() 공개 정적인 메소드

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

getFluRelatedProblemList() 공개 정적인 메소드

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

getHealthSummary() 공개 정적인 메소드

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

getHealthSummary() 공개 정적인 메소드

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

getHealthSummaryList() 공개 메소드

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

getHealthSummaryList() 공개 메소드

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

getHealthSummaryText() 공개 메소드

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
리턴 string

getHealthSummaryTitle() 공개 메소드

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

getHealthSummaryTitle() 공개 메소드

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

getNhinData() 공개 정적인 메소드

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

getNhinData() 공개 정적인 메소드

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

getNhinData() 공개 정적인 메소드

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
리턴 string

getPatientRecord() 공개 정적인 메소드

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

getProblemList() 공개 정적인 메소드

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

getRadiologyReports() 공개 정적인 메소드

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

getSurgeryReportText() 공개 메소드

public getSurgeryReportText ( AbstractConnection cxn, string rptId ) : string
cxn AbstractConnection
rptId string
리턴 string

getSurgeryReports() 공개 정적인 메소드

public static getSurgeryReports ( ConnectionSet cxns ) : IndexedHashtable
cxns ConnectionSet
리턴 IndexedHashtable

getSurgeryReports() 공개 정적인 메소드

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